JUnit version 4.13.2
.00:27:45.478 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:27:45.485 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:27:45.486 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:27:45.597 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive18205647956184764797
00:27:45.749 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:27:45.767 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:27:46.037 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:27:46.082 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:27:46.082 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
00:27:46.120 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
00:27:46.134 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:27:46.162 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
00:27:46.948 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:27:46.952 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
00:27:46.974 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:27:46.976 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:27:46.989 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:27:46.990 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:27:47.197 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:27:47.198 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:27:47.199 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:27:47.706 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:27:47.707 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59a754ef, with PersistenceManager: null will be shutdown
00:27:47.737 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59a754ef, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3767dbf1 created in the thread with id: 13
00:27:47.804 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
00:27:48.064 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:27:48.065 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:27:48.066 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:27:48.067 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:27:48.068 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:27:48.068 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:27:48.742 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
00:27:48.743 [WARN - Thread-0] (ObjectStore.java:10774) setMetaStoreSchemaVersion called but recording version is disabled: version = 4.1.0, comment = Set by MetaStore UNKNOWN@10.240.0.193
00:27:48.743 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59a754ef
00:27:49.111 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
00:27:49.161 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
00:27:49.217 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
00:27:49.220 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
00:27:49.297 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:27:49.305 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:27:49.652 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:27:49.662 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
00:27:49.674 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:27:49.675 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [38901]...
00:27:49.675 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:27:49.675 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:27:49.675 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
00:27:49.675 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
00:27:50.622 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:27:50.623 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:27:50.623 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:27:50.635 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:27:50.636 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38901]
00:27:50.636 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38901) in binary transport mode
00:27:50.652 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38901) current connections: 1
00:27:50.716 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
00:27:50.835 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task9hBFGD/test-tmp
00:27:50.838 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:27:50.842 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task9hBFGD/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:27:50.876 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38901"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:27:51.275 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:27:51.282 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:27:51.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.286247 17565 mini_oidc.cc:150] Starting JWKS server
00:27:51.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.289909 17565 webserver.cc:534] Webserver started at http://127.0.0.1:45317/ using document root <none> and password file <none>
00:27:51.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.290342 17565 mini_oidc.cc:186] Starting OIDC Discovery server
00:27:51.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.292575 17565 webserver.cc:534] Webserver started at http://127.0.0.1:33421/ using document root <none> and password file <none>
00:27:51.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:27:51Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:27:51.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:27:51Z Disabled control of system clock
00:27:51.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.355409 17565 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:27:51.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:27:51.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/wal
00:27:51.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data
00:27:51.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:27:51.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:27:51.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:27:51.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:27:51.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:27:51.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:27:51.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/logs
00:27:51.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data/info.pb
00:27:51.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:27:51.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:27:51.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:27:51.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:27:51.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:27:51.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:27:51.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:27:51.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:27:51.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:27:51.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:27:51.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:27:51.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:27:51.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.39.126:37061
00:27:51.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.39.126
00:27:51.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:27:51.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.39.84:36387
00:27:51.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:27:51.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:27:51.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:27:51.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:27:51.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.39.126:37061,127.17.39.125:37673,127.17.39.124:39403
00:27:51.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:27:51.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45317/jwks.json
00:27:51.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38901 with env {}
00:27:51.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.678838 17577 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:27:51.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.679457 17577 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:27:51.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.679984 17577 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:27:51.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.713254 17577 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:27:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.713627 17577 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:27:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.713845 17577 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:27:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.714035 17577 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:27:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.714231 17577 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:27:51.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.714371 17577 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45317/jwks.json
00:27:51.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.750701 17577 master_runner.cc:387] Master server non-default flags:
00:27:51.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:27:51.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.39.84:36387
00:27:51.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:27:51.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:27:51.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data
00:27:51.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/wal
00:27:51.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38901
00:27:51.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:27:51.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.39.126:37061,127.17.39.125:37673,127.17.39.124:39403
00:27:51.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:27:51.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:27:51.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:27:51.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.39.126:37061
00:27:51.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:27:51.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:27:51.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:27:51.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45317/jwks.json
00:27:51.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:27:51.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:27:51.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data/info.pb
00:27:51.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.39.126
00:27:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:27:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:27:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:27:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:27:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:27:51.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/logs
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:27:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:27:51.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:27:51.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:27:51.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.752404 17577 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:27:51.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:51.754746 17577 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:27:51.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.768723 17583 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
00:27:53.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:51.769976 17584 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
00:27:53.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.020947 17577 thread.cc:641] GCE (cloud detector) Time spent creating pthread: real 1.253s	user 0.452s	sys 0.800s
00:27:53.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.021387 17577 thread.cc:608] GCE (cloud detector) Time spent starting thread: real 1.254s	user 0.452s	sys 0.800s
00:27:53.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.023138 17577 server_base.cc:1061] running on GCE node
00:27:53.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.024916 17588 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
00:27:53.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.026599 17577 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:27:53.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.030236 17577 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:27:53.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.032135 17577 hybrid_clock.cc:648] HybridClock initialized: now 1783470473032072 us; error 99 us; skew 500 ppm
00:27:53.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.033536 17577 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:27:53.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.044096 17577 webserver.cc:534] Webserver started at http://127.17.39.126:34333/ using document root <none> and password file <none>
00:27:53.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.045725 17577 fs_manager.cc:362] Metadata directory not provided
00:27:53.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.046103 17577 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:27:53.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.046802 17577 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:27:53.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.055238 17577 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data/instance:
00:27:53.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992"
00:27:53.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:53 on dist-test-slave-l596"
00:27:53.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.057161 17577 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/wal/instance:
00:27:53.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992"
00:27:53.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:53 on dist-test-slave-l596"
00:27:53.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.070519 17577 fs_manager.cc:696] Time spent creating directory manager: real 0.012s	user 0.007s	sys 0.004s
00:27:53.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.080699 17593 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:27:53.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.083065 17577 fs_manager.cc:730] Time spent opening block manager: real 0.007s	user 0.005s	sys 0.001s
00:27:53.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.083431 17577 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/wal
00:27:53.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992"
00:27:53.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:53 on dist-test-slave-l596"
00:27:53.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.083786 17577 fs_report.cc:389] FS layout report
00:27:53.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:27:53.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/wal
00:27:53.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/wal
00:27:53.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data/data
00:27:53.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:27:53.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:27:53.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:27:53.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:27:53.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:27:53.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:27:53.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:27:53.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:27:53.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:27:53.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:27:53.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:27:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.163908 17577 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:27:53.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.165779 17577 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:27:53.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.166266 17577 kserver.cc:163] Server-wide thread pool size limit: 3276
00:27:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.249855 17577 rpc_server.cc:307] RPC server started. Bound to: 127.17.39.126:37061
00:27:53.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.250119 17644 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.39.126:37061 every 8 connection(s)
00:27:53.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.252693 17577 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/data/info.pb
00:27:53.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.257768 17565 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 17577
00:27:53.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.258158 17565 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-0/wal/instance
00:27:53.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.259445 17645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:27:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.261677 17565 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:27:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:27:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/wal
00:27:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data
00:27:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:27:53.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:27:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:27:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:27:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:27:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:27:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/logs
00:27:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data/info.pb
00:27:53.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:27:53.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:27:53.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:27:53.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:27:53.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:27:53.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:27:53.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:27:53.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.39.125:37673
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.39.125
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:27:53.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.39.84:36387
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.39.126:37061,127.17.39.125:37673,127.17.39.124:39403
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45317/jwks.json
00:27:53.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38901 with env {}
00:27:53.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.274359 17645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } has no permanent_uuid. Determining permanent_uuid...
00:27:53.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.303643 17645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } has no permanent_uuid. Determining permanent_uuid...
00:27:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.306577 17597 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:53.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.311594 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.125:37673: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:53.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.361160 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } attempt: 1
00:27:53.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.367028 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.125:37673: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:53.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.435505 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } attempt: 2
00:27:53.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.440007 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.125:37673: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:53.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.531520 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } attempt: 3
00:27:53.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.536008 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.125:37673: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:53.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.599469 17646 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:27:53.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.600072 17646 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:27:53.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.600620 17646 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:27:53.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.633154 17646 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:27:53.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.633479 17646 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:27:53.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.633702 17646 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:27:53.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.633996 17646 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:27:53.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.634189 17646 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:27:53.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.634326 17646 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45317/jwks.json
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.670506 17646 master_runner.cc:387] Master server non-default flags:
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.39.84:36387
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/wal
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38901
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:27:53.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.39.126:37061,127.17.39.125:37673,127.17.39.124:39403
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.39.125:37673
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45317/jwks.json
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:27:53.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data/info.pb
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.39.125
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:27:53.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/logs
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:27:53.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:27:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:27:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.671923 17646 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:27:53.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.674141 17646 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:27:53.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.679497 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } attempt: 4
00:27:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.685611 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.125:37673: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:53.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.685992 17655 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
00:27:53.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.985136 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } attempt: 5
00:27:53.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.989729 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.125:37673: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:54.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.537429 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } attempt: 6
00:27:54.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:54.545636 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.125:37673: Network error: Client connection negotiation failed: client connection to 127.17.39.125:37673: connect: Connection refused (error 111)
00:27:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.689538 17656 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
00:27:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:53.691481 17658 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
00:27:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:53.691910 17646 server_base.cc:1061] running on GCE node
00:27:54.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.902365 17646 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:27:54.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.905870 17646 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:27:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.907505 17646 hybrid_clock.cc:648] HybridClock initialized: now 1783470474907430 us; error 85 us; skew 500 ppm
00:27:54.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.908319 17646 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:27:54.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.915076 17646 webserver.cc:534] Webserver started at http://127.17.39.125:45209/ using document root <none> and password file <none>
00:27:54.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.916002 17646 fs_manager.cc:362] Metadata directory not provided
00:27:54.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.916203 17646 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:27:54.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.916685 17646 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:27:54.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.921649 17646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data/instance:
00:27:54.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd7304eefd5546f195217d535c11f021"
00:27:54.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:54 on dist-test-slave-l596"
00:27:54.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.922887 17646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/wal/instance:
00:27:54.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd7304eefd5546f195217d535c11f021"
00:27:54.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:54 on dist-test-slave-l596"
00:27:54.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.930387 17646 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
00:27:54.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.937170 17667 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:27:54.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.938524 17646 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.938838 17646 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/wal
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd7304eefd5546f195217d535c11f021"
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:54 on dist-test-slave-l596"
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:54.939204 17646 fs_report.cc:389] FS layout report
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/wal
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/wal
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data/data
00:27:54.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:27:54.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:27:55.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.000959 17646 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:27:55.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.002701 17646 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:27:55.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.003144 17646 kserver.cc:163] Server-wide thread pool size limit: 3276
00:27:55.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.083353 17646 rpc_server.cc:307] RPC server started. Bound to: 127.17.39.125:37673
00:27:55.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.083436 17718 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.39.125:37673 every 8 connection(s)
00:27:55.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.086891 17646 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/data/info.pb
00:27:55.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.093776 17719 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:27:55.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.094853 17565 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 17646
00:27:55.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.095329 17565 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-1/wal/instance
00:27:55.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.098369 17565 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:27:55.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:27:55.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/wal
00:27:55.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data
00:27:55.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:27:55.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:27:55.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:27:55.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/logs
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data/info.pb
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:27:55.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:27:55.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:27:55.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.39.124:39403
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.39.124
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.39.84:36387
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.39.126:37061,127.17.39.125:37673,127.17.39.124:39403
00:27:55.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:27:55.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45317/jwks.json
00:27:55.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38901 with env {}
00:27:55.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.109477 17719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } has no permanent_uuid. Determining permanent_uuid...
00:27:55.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.136860 17719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } has no permanent_uuid. Determining permanent_uuid...
00:27:55.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.153324 17719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
00:27:55.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.156236 17669 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.161166 17719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.210827 17719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 1
00:27:55.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.216982 17719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.285444 17719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 2
00:27:55.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.290930 17719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.382406 17719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 3
00:27:55.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.387732 17719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.461216 17720 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:27:55.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.461974 17720 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:27:55.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.462687 17720 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:27:55.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.495592 17720 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:27:55.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.496094 17720 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:27:55.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.496477 17720 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:27:55.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.496858 17720 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:27:55.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.497282 17720 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:27:55.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.497570 17720 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45317/jwks.json
00:27:55.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.531136 17719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 4
00:27:55.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.535979 17719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.536310 17720 master_runner.cc:387] Master server non-default flags:
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.39.84:36387
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/wal
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38901
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.39.126:37061,127.17.39.125:37673,127.17.39.124:39403
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:27:55.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.39.124:39403
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45317/jwks.json
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data/info.pb
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.39.124
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:27:55.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/logs
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:27:55.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:27:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:27:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:27:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.538168 17720 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:27:55.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.540509 17720 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:27:55.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.553198 17730 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
00:27:55.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.606266 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } attempt: 7
00:27:55.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.639504 17645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
00:27:55.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.651918 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.710593 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 1
00:27:55.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.727310 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.808933 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 2
00:27:55.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.818374 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.835495 17719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 5
00:27:55.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.845212 17719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:55.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:55.904065 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 3
00:27:55.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.913872 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:56.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:56.054591 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 4
00:27:56.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:56.061863 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:56.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:56.346220 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 5
00:27:56.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:56.358637 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:56.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:56.392848 17719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 6
00:27:56.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:56.423192 17719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:56.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:56.911247 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 6
00:27:56.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:56.943415 17645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.39.124:39403: Network error: Client connection negotiation failed: client connection to 127.17.39.124:39403: connect: Connection refused (error 111)
00:27:57.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:56.958422 17729 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 17720
00:27:57.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.179201 17720 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.624s	user 0.554s	sys 1.058s
00:27:57.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.179641 17720 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.624s	user 0.554s	sys 1.058s
00:27:57.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:55.556676 17731 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
00:27:57.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.181031 17732 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1624 milliseconds
00:27:57.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.182247 17733 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
00:27:57.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.182353 17720 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:27:57.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.185495 17720 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:27:57.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.187999 17720 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:27:57.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.189342 17720 hybrid_clock.cc:648] HybridClock initialized: now 1783470477189310 us; error 45 us; skew 500 ppm
00:27:57.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.190176 17720 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:27:57.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.196820 17720 webserver.cc:534] Webserver started at http://127.17.39.124:42691/ using document root <none> and password file <none>
00:27:57.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.197889 17720 fs_manager.cc:362] Metadata directory not provided
00:27:57.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.198112 17720 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:27:57.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.198629 17720 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:27:57.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.203578 17720 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data/instance:
00:27:57.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dede510fa7bf4c33bd5d568d76df2e7e"
00:27:57.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:57 on dist-test-slave-l596"
00:27:57.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.204730 17720 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/wal/instance:
00:27:57.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dede510fa7bf4c33bd5d568d76df2e7e"
00:27:57.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:57 on dist-test-slave-l596"
00:27:57.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.211993 17720 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.001s
00:27:57.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.217836 17747 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:27:57.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.218981 17720 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
00:27:57.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.219255 17720 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/wal
00:27:57.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dede510fa7bf4c33bd5d568d76df2e7e"
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:27:57 on dist-test-slave-l596"
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.219558 17720 fs_report.cc:389] FS layout report
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/wal
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/wal
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data/data
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:27:57.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:27:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:27:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:27:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:27:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:27:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:27:57.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:27:57.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:27:57.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.282825 17720 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:27:57.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.284632 17720 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:27:57.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.285084 17720 kserver.cc:163] Server-wide thread pool size limit: 3276
00:27:57.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.363453 17720 rpc_server.cc:307] RPC server started. Bound to: 127.17.39.124:39403
00:27:57.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.363569 17798 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.39.124:39403 every 8 connection(s)
00:27:57.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.366643 17720 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/data/info.pb
00:27:57.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.372381 17799 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:27:57.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.376147 17565 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 17720
00:27:57.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.376543 17565 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8053929533464031269/master-2/wal/instance
00:27:57.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.388751 17799 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } has no permanent_uuid. Determining permanent_uuid...
00:27:57.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.409925 17799 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } has no permanent_uuid. Determining permanent_uuid...
00:27:57.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.423441 17799 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
00:27:57.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.441702 17799 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e: Bootstrap starting.
00:27:57.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.446754 17565 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:27:57.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.448697 17799 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e: Neither blocks nor log segments found. Creating new log.
00:27:57.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.450594 17799 log.cc:826] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e: Log is configured to *not* fsync() on all Append() calls
00:27:57.455 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:27:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.455348 17799 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e: No bootstrap required, opened a new log
00:27:57.456 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:27:57.463 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.39.126"
      port: 37061
    }
    bound_http_address {
      host: "127.17.39.126"
      port: 34333
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.39.125"
      port: 37673
    }
    bound_http_address {
      host: "127.17.39.125"
      port: 45209
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.39.124"
      port: 39403
    }
    bound_http_address {
      host: "127.17.39.124"
      port: 42691
    }
  }
}

00:27:57.467 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:27:57.468 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:27:57.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.474699 17799 raft_consensus.cc:359] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:57.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.475544 17799 raft_consensus.cc:385] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:27:57.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.475841 17799 raft_consensus.cc:740] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dede510fa7bf4c33bd5d568d76df2e7e, State: Initialized, Role: FOLLOWER
00:27:57.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.476922 17799 consensus_queue.cc:260] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:57.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.480098 17807 sys_catalog.cc:455] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [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: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:57.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.481256 17807 sys_catalog.cc:458] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: This master's current role is: FOLLOWER
00:27:57.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.482175 17799 sys_catalog.cc:565] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: configured and running, proceeding with master startup.
00:27:57.484 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=1e8ddb80-37e2-45b6-85fd-23265d856dbb, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:27:57.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.483793 17719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 7
00:27:57.487 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:27:57.488 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:27:57.489 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2ebdc23e, with PersistenceManager: null will be shutdown
00:27:57.490 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2ebdc23e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d417198 created in the thread with id: 36
00:27:57.507 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2ebdc23e
00:27:57.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.523001 17719 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: Bootstrap starting.
00:27:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.534576 17719 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: Neither blocks nor log segments found. Creating new log.
00:27:57.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.538983 17719 log.cc:826] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: Log is configured to *not* fsync() on all Append() calls
00:27:57.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.540423 17753 tablet.cc:2406] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:27:57.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.572149 17719 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: No bootstrap required, opened a new log
00:27:57.616 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:57.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.617012 17719 raft_consensus.cc:359] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:57.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.619793 17719 raft_consensus.cc:385] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:27:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.620064 17820 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:57.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.620448 17719 raft_consensus.cc:740] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd7304eefd5546f195217d535c11f021, State: Initialized, Role: FOLLOWER
00:27:57.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.621554 17719 consensus_queue.cc:260] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:57.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.635995 17826 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [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: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:57.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.641191 17826 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [sys.catalog]: This master's current role is: FOLLOWER
00:27:57.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.637655 17719 sys_catalog.cc:565] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [sys.catalog]: configured and running, proceeding with master startup.
00:27:57.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.661106 17825 catalog_manager.cc:1593] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:27:57.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.661907 17825 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:27:57.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.636188 17720 master_runner.cc:187] Error getting master registration for 127.17.39.126:37061: OK, instance_id { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" instance_seqno: 1783470473226802 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:27:57.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.685012 17720 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:27:57.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.762880 17673 tablet.cc:2406] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:27:57.792 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:57.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.791774 17807 raft_consensus.cc:493] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:27:57.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.792385 17807 raft_consensus.cc:515] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:57.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:57.793638 17838 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:57.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.798935 17694 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd7304eefd5546f195217d535c11f021" is_pre_election: true
00:27:57.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.799849 17694 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dede510fa7bf4c33bd5d568d76df2e7e in term 0.
00:27:57.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.802150 17751 leader_election.cc:304] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [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: dede510fa7bf4c33bd5d568d76df2e7e, fd7304eefd5546f195217d535c11f021; no voters: 
00:27:57.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.804106 17807 leader_election.cc:290] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 16ccdb6a1dcc4e94a97f85ac64e9f992 (127.17.39.126:37061), fd7304eefd5546f195217d535c11f021 (127.17.39.125:37673)
00:27:57.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.804565 17842 raft_consensus.cc:2804] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Leader pre-election won for term 1
00:27:57.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.806679 17842 raft_consensus.cc:493] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:27:57.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.807637 17842 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 0 FOLLOWER]: Advancing to term 1
00:27:57.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.815081 17842 raft_consensus.cc:515] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:57.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.818490 17842 leader_election.cc:290] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [CANDIDATE]: Term 1 election: Requested vote from peers 16ccdb6a1dcc4e94a97f85ac64e9f992 (127.17.39.126:37061), fd7304eefd5546f195217d535c11f021 (127.17.39.125:37673)
00:27:57.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.819247 17694 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fd7304eefd5546f195217d535c11f021"
00:27:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.819865 17694 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [term 0 FOLLOWER]: Advancing to term 1
00:27:57.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.820359 17843 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:27:57.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.829026 17694 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dede510fa7bf4c33bd5d568d76df2e7e in term 1.
00:27:57.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.831139 17751 leader_election.cc:304] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [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: dede510fa7bf4c33bd5d568d76df2e7e, fd7304eefd5546f195217d535c11f021; no voters: 
00:27:57.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.832795 17842 raft_consensus.cc:2804] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 1 FOLLOWER]: Leader election won for term 1
00:27:57.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.833768 17842 raft_consensus.cc:697] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [term 1 LEADER]: Becoming Leader. State: Replica: dede510fa7bf4c33bd5d568d76df2e7e, State: Running, Role: LEADER
00:27:57.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.835083 17842 consensus_queue.cc:237] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [LEADER]: Queue going to LEADER mode. State: All 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: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:57.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.854272 17807 sys_catalog.cc:455] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: SysCatalogTable state changed. Reason: New leader dede510fa7bf4c33bd5d568d76df2e7e. Latest consensus state: current_term: 1 leader_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:57.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.855507 17807 sys_catalog.cc:458] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: This master's current role is: LEADER
00:27:57.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.876983 17845 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:27:57.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.891553 17845 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:27:57.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.829329 17646 master_runner.cc:187] Error getting master registration for 127.17.39.126:37061: OK, instance_id { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" instance_seqno: 1783470473226802 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:27:57.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.944427 17646 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:27:57.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.958366 17694 raft_consensus.cc:1275] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [term 1 FOLLOWER]: Refusing update from remote peer dede510fa7bf4c33bd5d568d76df2e7e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:27:57.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.960752 17842 consensus_queue.cc:1048] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [LEADER]: Connected to new peer: Peer: permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:27:57.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:57.976938 17645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } attempt: 7
00:27:58.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.011618 17826 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [sys.catalog]: SysCatalogTable state changed. Reason: New leader dede510fa7bf4c33bd5d568d76df2e7e. Latest consensus state: current_term: 1 leader_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:58.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.012990 17826 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [sys.catalog]: This master's current role is: FOLLOWER
00:27:58.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.049563 17807 sys_catalog.cc:455] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:58.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.050374 17807 sys_catalog.cc:458] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: This master's current role is: LEADER
00:27:58.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.057055 17826 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.057790 17826 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021 [sys.catalog]: This master's current role is: FOLLOWER
00:27:58.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.059307 17645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992: Bootstrap starting.
00:27:58.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.066921 17645 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992: Neither blocks nor log segments found. Creating new log.
00:27:58.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.070040 17645 log.cc:826] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992: Log is configured to *not* fsync() on all Append() calls
00:27:58.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.071204 17845 catalog_manager.cc:1382] Generated new cluster ID: b3ec78d370a3413a9bbb33bd9658900a
00:27:58.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.071497 17845 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:27:58.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.096606 17645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992: No bootstrap required, opened a new log
00:27:58.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.131481 17845 catalog_manager.cc:1405] Generated new certificate authority record
00:27:58.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.133689 17845 catalog_manager.cc:1539] Loading token signing keys...
00:27:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.162158 17645 raft_consensus.cc:359] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:58.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.163391 17645 raft_consensus.cc:385] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:27:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.163926 17645 raft_consensus.cc:740] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16ccdb6a1dcc4e94a97f85ac64e9f992, State: Initialized, Role: FOLLOWER
00:27:58.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.165217 17645 consensus_queue.cc:260] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } }
00:27:58.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.182082 17645 sys_catalog.cc:565] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [sys.catalog]: configured and running, proceeding with master startup.
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.182253 17619 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992"
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.183000 17619 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [term 0 FOLLOWER]: Advancing to term 1
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.186458 17620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" is_pre_election: true
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.190500 17619 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dede510fa7bf4c33bd5d568d76df2e7e in term 1.
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.191797 17618 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [term 1 FOLLOWER]: Refusing update from remote peer dede510fa7bf4c33bd5d568d76df2e7e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.198541 17807 consensus_queue.cc:1048] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [LEADER]: Connected to new peer: Peer: permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.205789 17845 catalog_manager.cc:6069] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e: Generated new TSK 0
00:27:58.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.206948 17845 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:27:58.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.213997 17845 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:27:58.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.218896 17845 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:27:58.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.181133 17853 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [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: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:58.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.222236 17853 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [sys.catalog]: This master's current role is: FOLLOWER
00:27:58.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.269716 17856 mvcc.cc:204] Tried to move back new op lower bound from 7305095077689106432 to 7305095077225066496. Current Snapshot: MvccSnapshot[applied={T|T < 7305095077689106432}]
00:27:58.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.290619 17855 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:58.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.293064 17855 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [sys.catalog]: This master's current role is: FOLLOWER
00:27:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.292373 17853 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [sys.catalog]: SysCatalogTable state changed. Reason: New leader dede510fa7bf4c33bd5d568d76df2e7e. Latest consensus state: current_term: 1 leader_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.294600 17853 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992 [sys.catalog]: This master's current role is: FOLLOWER
00:27:58.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.298393 17842 sys_catalog.cc:455] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "16ccdb6a1dcc4e94a97f85ac64e9f992" member_type: VOTER last_known_addr { host: "127.17.39.126" port: 37061 } } peers { permanent_uuid: "fd7304eefd5546f195217d535c11f021" member_type: VOTER last_known_addr { host: "127.17.39.125" port: 37673 } } peers { permanent_uuid: "dede510fa7bf4c33bd5d568d76df2e7e" member_type: VOTER last_known_addr { host: "127.17.39.124" port: 39403 } } }
00:27:58.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.299160 17842 sys_catalog.cc:458] T 00000000000000000000000000000000 P dede510fa7bf4c33bd5d568d76df2e7e [sys.catalog]: This master's current role is: LEADER
00:27:58.354 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:58.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:58.356439 17869 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:58.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.367324 17873 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:27:58.623 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:58.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:58.623814 17820 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:58.664 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:27:58.676 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:27:58.676 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:27:58.806 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:58.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:58.807368 17838 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:58.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.841295 17843 catalog_manager.cc:1294] Loaded cluster ID: b3ec78d370a3413a9bbb33bd9658900a
00:27:58.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.842084 17843 catalog_manager.cc:1587] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: loading cluster ID for follower catalog manager: success
00:27:58.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.850852 17843 catalog_manager.cc:1609] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: acquiring CA information for follower catalog manager: success
00:27:58.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:58.857096 17843 catalog_manager.cc:1637] T 00000000000000000000000000000000 P fd7304eefd5546f195217d535c11f021: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:27:58.968 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:27:59.009 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18205647956184764797/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=1e8ddb80-37e2-45b6-85fd-23265d856dbb, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:27:59.190 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18205647956184764797/external-warehouse/table
00:27:59.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:59.402043 17873 catalog_manager.cc:1294] Loaded cluster ID: b3ec78d370a3413a9bbb33bd9658900a
00:27:59.403 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:59.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:59.403985 17873 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992: loading cluster ID for follower catalog manager: success
00:27:59.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:59.414259 17869 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:59.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:59.444633 17873 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992: acquiring CA information for follower catalog manager: success
00:27:59.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:27:59.448863 17873 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 16ccdb6a1dcc4e94a97f85ac64e9f992: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:27:59.624 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:27:59.634 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:27:59.645 [INFO - Metastore-Handler-Pool: Thread-50] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:59.646 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:27:59.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:59.649634 17820 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:59.726 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:27:59.784 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:27:59.807 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18205647956184764797/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:27:59.822 [INFO - Metastore-Handler-Pool: Thread-51] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:27:59.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:27:59.823506 17838 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:27:59.825 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18205647956184764797/external-warehouse/table
00:27:59.888 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:27:59.888 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:27:59.889 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:27:59.900 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=596a9c50-22b4-4cb0-b062-1a83a06e789d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:27:59.906 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:27:59.923 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18205647956184764797/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=596a9c50-22b4-4cb0-b062-1a83a06e789d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:27:59.929 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18205647956184764797/external-warehouse/table
00:27:59.980 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
00:27:59.995 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
00:27:59.995 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
00:28:00.012 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4f7a4168
00:28:00.074 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
00:28:00.074 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
00:28:00.074 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
00:28:00.074 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
00:28:00.075 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
00:28:00.076 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
00:28:00.077 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
00:28:00.077 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
00:28:00.078 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
00:28:00.093 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
00:28:00.095 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
00:28:00.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
00:28:00.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
00:28:00.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
00:28:00.098 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
00:28:00.098 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
00:28:00.099 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
00:28:00.100 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
00:28:00.100 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
00:28:00.112 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
00:28:00.145 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
00:28:00.157 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
00:28:00.163 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
00:28:00.163 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
00:28:00.172 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
00:28:00.172 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
00:28:00.259 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
00:28:00.260 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
00:28:00.260 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
00:28:00.260 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
00:28:00.260 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
00:28:00.260 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
00:28:00.283 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:00.288 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
00:28:00.317 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:28:00.426 [INFO - Metastore-Handler-Pool: Thread-55] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:00.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:00.427419 17869 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:00.660 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:00.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:00.661453 17820 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:00.674 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.17.39.125:37673(127.17.39.125:37673)] connecting to peer
00:28:00.683 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 17513 (auto-detected)
00:28:00.696 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
00:28:00.697 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
00:28:00.699 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
00:28:00.700 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
00:28:00.704 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:89:ff:fe:f4:fd:d5 (auto-detected)
00:28:00.751 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
00:28:00.751 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
00:28:00.751 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
00:28:00.773 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
00:28:00.788 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.17.39.124:39403(127.17.39.124:39403)] connecting to peer
00:28:00.804 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.17.39.126:37061(127.17.39.126:37061)] connecting to peer
00:28:00.839 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.39.126:37061(127.17.39.126:37061)] Successfully connected to peer
00:28:00.842 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.39.124:39403(127.17.39.124:39403)] Successfully connected to peer
00:28:00.842 [INFO - Metastore-Handler-Pool: Thread-60] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:00.842 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.39.125:37673(127.17.39.125:37673)] Successfully connected to peer
00:28:00.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:00.842972 17838 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:00.862 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
00:28:00.862 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
00:28:00.863 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@20c6658
00:28:00.867 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
00:28:00.867 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
00:28:00.867 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
00:28:00.868 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
00:28:00.868 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
00:28:00.991 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.39.126
00:28:00.994 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.39.124
00:28:01.002 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.39.125
00:28:01.392 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:01.396 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:01.398 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:01.447 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:01.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:01.453804 17869 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:01.447 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xcb3ada41, L:/127.0.0.1:42260 - R:/127.17.39.124:39403] using SASL/PLAIN
00:28:01.446 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x645658cd, L:/127.0.0.1:39440 - R:/127.17.39.125:37673] using SASL/PLAIN
00:28:01.445 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x88728cf3, L:/127.0.0.1:58330 - R:/127.17.39.126:37061] using SASL/PLAIN
00:28:01.554 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:28:01.565 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:01.565 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:01.569 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=d1acaf4a-7fbb-4e17-807a-1efdee8c0627, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:01.581 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:01.591 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18205647956184764797/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{kudu.table_id=d1acaf4a-7fbb-4e17-807a-1efdee8c0627, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:01.594 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18205647956184764797/external-warehouse/table
00:28:01.639 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:01.640 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:01.641 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=2ef47116-4082-4397-8764-01fabeaf221d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:01.663 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:01.670 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:01.671 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18205647956184764797/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=2ef47116-4082-4397-8764-01fabeaf221d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:01.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:01.671413 17820 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:01.687 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18205647956184764797/external-warehouse/table
00:28:01.856 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:01.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:01.856917 17838 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:01.876 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:02.062 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:02.078 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:02.461 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:02.466 [INFO - Metastore-Handler-Pool: Thread-66] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:02.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:02.470131 17869 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:02.682 [INFO - Metastore-Handler-Pool: Thread-67] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:02.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:02.683663 17820 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:02.870 [INFO - Metastore-Handler-Pool: Thread-68] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:02.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:02.871177 17838 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:02.987 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:03.039 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:03.084 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:03.356 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=443efd23-9ca6-4425-bd03-7d87624b60b5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:03.360 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:03.363 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18205647956184764797/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=443efd23-9ca6-4425-bd03-7d87624b60b5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.39.125:37673,127.17.39.124:39403,127.17.39.126:37061}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:03.365 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18205647956184764797/external-warehouse/table
00:28:03.412 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:03.442 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:03.443 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:03.476 [INFO - Metastore-Handler-Pool: Thread-70] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:03.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:03.480193 17869 client.h:373] Failed to connect to Hive Metastore (localhost:38901): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:03.511 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:03.534 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:03.534 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:03.534 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2ebdc23e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d417198 will be shutdown
00:28:03.534 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:03.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:03.534766 17565 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 17577
00:28:03.577 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.39.126:37061(127.17.39.126:37061)] handling channelInactive
00:28:03.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:03.583593 17565 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 17646
00:28:03.584 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.39.126:37061(127.17.39.126:37061)] cleaning up while in state READY due to: connection closed
00:28:03.615 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.39.125:37673(127.17.39.125:37673)] handling channelInactive
00:28:03.616 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.39.125:37673(127.17.39.125:37673)] cleaning up while in state READY due to: connection closed
00:28:03.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:03.616631 17565 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 17720
00:28:03.650 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.39.124:39403(127.17.39.124:39403)] handling channelInactive
00:28:03.650 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.39.124:39403(127.17.39.124:39403)] cleaning up while in state READY due to: connection closed
00:28:04.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:04Z chronyd exiting
.00:28:05.840 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:05.841 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:05.841 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:05.858 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive5593159423560654091
00:28:05.859 [INFO - Thread-46] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:05.859 [INFO - Thread-46] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:05.862 [INFO - Thread-46] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:05.862 [INFO - Thread-46] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:05.862 [INFO - Thread-46] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:05.866 [INFO - Thread-46] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:05.869 [INFO - Thread-46] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:05.870 [INFO - Thread-46] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:05.871 [INFO - Thread-46] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:05.871 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:05.873 [INFO - Thread-46] (HikariDataSource.java:80) objectstore - Starting...
00:28:05.975 [INFO - Thread-46] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:05.976 [INFO - Thread-46] (HikariDataSource.java:82) objectstore - Start completed.
00:28:05.976 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:05.978 [INFO - Thread-46] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:05.981 [INFO - Thread-46] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:05.981 [INFO - Thread-46] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:06.004 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:06.004 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:06.005 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:06.038 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:06.039 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:06.040 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:06.040 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:06.041 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:06.041 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:06.314 [INFO - Thread-46] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:06.314 [INFO - Thread-46] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@340eeec6, with PersistenceManager: null will be shutdown
00:28:06.315 [INFO - Thread-46] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@340eeec6, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1e112128 created in the thread with id: 71
00:28:06.317 [WARN - Thread-46] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
00:28:06.318 [INFO - Thread-46] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@340eeec6
00:28:06.458 [INFO - Thread-46] (HMSHandler.java:595) Started creating a default database with name: default
00:28:06.485 [INFO - Thread-46] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:06.521 [INFO - Thread-46] (HMSHandler.java:668) Added admin role in metastore
00:28:06.523 [INFO - Thread-46] (HMSHandler.java:677) Added public role in metastore
00:28:06.554 [INFO - Thread-46] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:06.555 [INFO - Thread-46] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:06.555 [INFO - Thread-46] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:06.555 [INFO - Thread-46] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:06.556 [WARN - Thread-46] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:06.556 [INFO - Thread-46] (HiveMetaStore.java:632) Started the new metaserver on port [44629]...
00:28:06.556 [INFO - Thread-46] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:06.556 [INFO - Thread-46] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:06.556 [INFO - Thread-46] (HiveMetaStore.java:635) TCP keepalive = true
00:28:06.556 [INFO - Thread-46] (HiveMetaStore.java:636) Enable SSL = false
00:28:06.861 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:06.861 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:06.861 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:06.863 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:06.864 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44629]
00:28:06.864 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44629) in binary transport mode
00:28:06.864 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44629) current connections: 1
00:28:06.866 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task9hBFGD/test-tmp
00:28:06.866 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:28:06.867 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task9hBFGD/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:06.869 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44629"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:07.204 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:07.204 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:07.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.208082 17943 mini_oidc.cc:150] Starting JWKS server
00:28:07.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.211304 17943 webserver.cc:534] Webserver started at http://127.0.0.1:39737/ using document root <none> and password file <none>
00:28:07.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.211733 17943 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:07.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.213390 17943 webserver.cc:534] Webserver started at http://127.0.0.1:41993/ using document root <none> and password file <none>
00:28:07.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:07Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:07.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:07Z Disabled control of system clock
00:28:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.277809 17943 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/wal
00:28:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data
00:28:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:07.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/logs
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data/info.pb
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.133.254:37621
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.133.254
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.133.212:43685
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:07.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.133.254:37621,127.17.133.253:41287,127.17.133.252:37055
00:28:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39737/jwks.json
00:28:07.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44629 with env {}
00:28:07.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.588310 17955 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:07.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.588891 17955 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:07.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.589421 17955 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:07.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.622468 17955 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:07.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.622865 17955 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:07.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.623287 17955 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:07.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.623659 17955 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:07.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.623996 17955 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:07.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.624257 17955 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39737/jwks.json
00:28:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.662168 17955 master_runner.cc:387] Master server non-default flags:
00:28:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.133.212:43685
00:28:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:07.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/wal
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44629
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.133.254:37621,127.17.133.253:41287,127.17.133.252:37055
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.133.254:37621
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39737/jwks.json
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data/info.pb
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.133.254
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/logs
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:07.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.664064 17955 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:07.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:07.665936 17955 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:07.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.676702 17961 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
00:28:08.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:07.678552 17962 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
00:28:08.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:08.900954 17964 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
00:28:08.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:08.905926 17963 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1226 milliseconds
00:28:08.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.906055 17955 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:08.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.907985 17955 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:08.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.911840 17955 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:08.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.913352 17955 hybrid_clock.cc:648] HybridClock initialized: now 1783470488913289 us; error 135 us; skew 500 ppm
00:28:08.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.914391 17955 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:08.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.922056 17955 webserver.cc:534] Webserver started at http://127.17.133.254:35585/ using document root <none> and password file <none>
00:28:08.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.923365 17955 fs_manager.cc:362] Metadata directory not provided
00:28:08.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.923646 17955 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:08.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.924253 17955 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:08.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.931325 17955 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data/instance:
00:28:08.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7991c0fc3d3a4916ae242ce220aae632"
00:28:08.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:08 on dist-test-slave-l596"
00:28:08.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.933157 17955 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/wal/instance:
00:28:08.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7991c0fc3d3a4916ae242ce220aae632"
00:28:08.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:08 on dist-test-slave-l596"
00:28:08.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.943637 17955 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.004s	sys 0.004s
00:28:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.951534 17971 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.952749 17955 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:28:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.953069 17955 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/wal
00:28:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7991c0fc3d3a4916ae242ce220aae632"
00:28:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:08 on dist-test-slave-l596"
00:28:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:08.953385 17955 fs_report.cc:389] FS layout report
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/wal
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/wal
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data/data
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:09.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.012238 17955 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:09.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.013862 17955 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:09.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.014395 17955 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.087380 17955 rpc_server.cc:307] RPC server started. Bound to: 127.17.133.254:37621
00:28:09.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.087471 18022 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.133.254:37621 every 8 connection(s)
00:28:09.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.090200 17955 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/data/info.pb
00:28:09.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.095842 18023 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:09.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.096804 17943 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 17955
00:28:09.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.097325 17943 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-0/wal/instance
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.102676 17943 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/wal
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/logs
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data/info.pb
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.133.253:41287
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.133.253
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.133.212:43685
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.133.254:37621,127.17.133.253:41287,127.17.133.252:37055
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39737/jwks.json
00:28:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44629 with env {}
00:28:09.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.111470 18023 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } has no permanent_uuid. Determining permanent_uuid...
00:28:09.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.138042 18023 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } has no permanent_uuid. Determining permanent_uuid...
00:28:09.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.142105 17973 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:09.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.146701 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.253:41287: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:09.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.196237 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } attempt: 1
00:28:09.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.200560 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.253:41287: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:09.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.269075 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } attempt: 2
00:28:09.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.273478 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.253:41287: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:09.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.365001 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } attempt: 3
00:28:09.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.369416 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.253:41287: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:09.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.416601 18024 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:09.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.417167 18024 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:09.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.417666 18024 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.450758 18024 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.451066 18024 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.451381 18024 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.451622 18024 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:09.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.451819 18024 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.451978 18024 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39737/jwks.json
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.489096 18024 master_runner.cc:387] Master server non-default flags:
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.133.212:43685
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/wal
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44629
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.133.254:37621,127.17.133.253:41287,127.17.133.252:37055
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.133.253:41287
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39737/jwks.json
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data/info.pb
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.133.253
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/logs
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:09.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.490662 18024 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:09.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.493002 18024 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:09.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.507279 18033 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
00:28:09.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.512933 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } attempt: 4
00:28:09.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.520231 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.253:41287: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:09.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:09.819816 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } attempt: 5
00:28:09.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.827669 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.253:41287: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:10.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:10.375161 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } attempt: 6
00:28:10.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:10.403218 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.253:41287: Network error: Client connection negotiation failed: client connection to 127.17.133.253:41287: connect: Connection refused (error 111)
00:28:10.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:10.911424 18032 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 18024
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:10.997315 18032 kernel_stack_watchdog.cc:198] Thread 18024 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:10.997913 18024 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.491s	user 0.450s	sys 1.030s
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:10.998312 18024 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.491s	user 0.450s	sys 1.030s
00:28:10.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:09.509689 18034 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
00:28:10.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:10.998622 18035 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1489 milliseconds
00:28:11.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.000227 18024 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:11.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.000221 18036 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
00:28:11.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.003746 18024 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:11.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.006260 18024 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:11.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.007660 18024 hybrid_clock.cc:648] HybridClock initialized: now 1783470491007625 us; error 35 us; skew 500 ppm
00:28:11.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.008585 18024 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:11.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.014853 18024 webserver.cc:534] Webserver started at http://127.17.133.253:33579/ using document root <none> and password file <none>
00:28:11.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.015884 18024 fs_manager.cc:362] Metadata directory not provided
00:28:11.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.016139 18024 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:11.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.016664 18024 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:11.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.020963 18024 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data/instance:
00:28:11.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aa58cde7e1674296be1f26ae21cda036"
00:28:11.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:11 on dist-test-slave-l596"
00:28:11.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.022156 18024 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/wal/instance:
00:28:11.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aa58cde7e1674296be1f26ae21cda036"
00:28:11.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:11 on dist-test-slave-l596"
00:28:11.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.029378 18024 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.000s
00:28:11.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.035192 18045 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:11.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.036301 18024 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.036696 18024 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/wal
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "aa58cde7e1674296be1f26ae21cda036"
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:11 on dist-test-slave-l596"
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.037055 18024 fs_report.cc:389] FS layout report
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/wal
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/wal
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data/data
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:11.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:11.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.098042 18024 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:11.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.099907 18024 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:11.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.100334 18024 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:11.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.173090 18024 rpc_server.cc:307] RPC server started. Bound to: 127.17.133.253:41287
00:28:11.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.173221 18096 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.133.253:41287 every 8 connection(s)
00:28:11.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.175737 18024 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/data/info.pb
00:28:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.179991 17943 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18024
00:28:11.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.180480 17943 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-1/wal/instance
00:28:11.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.182304 18097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:11.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.183593 17943 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/wal
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/logs
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data/info.pb
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.133.252:37055
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.133.252
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.133.212:43685
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.133.254:37621,127.17.133.253:41287,127.17.133.252:37055
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39737/jwks.json
00:28:11.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44629 with env {}
00:28:11.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.199199 18097 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } has no permanent_uuid. Determining permanent_uuid...
00:28:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.223855 18097 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } has no permanent_uuid. Determining permanent_uuid...
00:28:11.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.238456 18097 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } has no permanent_uuid. Determining permanent_uuid...
00:28:11.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.241290 18048 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.245913 18097 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.295466 18097 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 1
00:28:11.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.300366 18097 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.368809 18097 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 2
00:28:11.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.373660 18097 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.463842 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } attempt: 7
00:28:11.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.465070 18097 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 3
00:28:11.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.470163 18097 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.476908 18023 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } has no permanent_uuid. Determining permanent_uuid...
00:28:11.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.483392 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.510293 18098 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:11.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.511018 18098 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:11.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.511631 18098 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:11.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.541767 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 1
00:28:11.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.546377 18098 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:11.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.546634 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.547348 18098 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.547798 18098 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.548228 18098 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:11.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.548624 18098 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:11.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.548935 18098 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39737/jwks.json
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.587927 18098 master_runner.cc:387] Master server non-default flags:
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.133.212:43685
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/wal
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44629
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.133.254:37621,127.17.133.253:41287,127.17.133.252:37055
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:11.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.133.252:37055
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39737/jwks.json
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data/info.pb
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.133.252
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/logs
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:11.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:11.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:11.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.589359 18098 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:11.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.591419 18098 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.603159 18110 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
00:28:11.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.613658 18097 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 4
00:28:11.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.620186 18097 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.628145 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 2
00:28:11.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.637944 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.723573 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 3
00:28:11.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.732843 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.873463 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 4
00:28:11.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.884390 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:11.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:11.919679 18097 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 5
00:28:11.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.929746 18097 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:12.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.168566 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 5
00:28:12.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.175843 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:12.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.477357 18097 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 6
00:28:12.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.510030 18097 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:12.728310 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 6
00:28:12.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:12.755813 18023 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.133.252:37055: Network error: Client connection negotiation failed: client connection to 127.17.133.252:37055: connect: Connection refused (error 111)
00:28:13.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:11.603953 18111 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
00:28:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.009469 18109 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 18098
00:28:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.181419 18098 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.578s	user 0.522s	sys 1.052s
00:28:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.183262 18098 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.580s	user 0.522s	sys 1.052s
00:28:13.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.184597 18113 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
00:28:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.187480 18112 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1578 milliseconds
00:28:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.187578 18098 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:13.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.189258 18098 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:13.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.192116 18098 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:13.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.193490 18098 hybrid_clock.cc:648] HybridClock initialized: now 1783470493193469 us; error 70 us; skew 500 ppm
00:28:13.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.194339 18098 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:13.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.200461 18098 webserver.cc:534] Webserver started at http://127.17.133.252:37123/ using document root <none> and password file <none>
00:28:13.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.201370 18098 fs_manager.cc:362] Metadata directory not provided
00:28:13.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.201628 18098 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:13.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.202045 18098 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.206295 18098 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data/instance:
00:28:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a8a31e26dc494c1fbadaa5b2f1884549"
00:28:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:13 on dist-test-slave-l596"
00:28:13.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.207338 18098 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/wal/instance:
00:28:13.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a8a31e26dc494c1fbadaa5b2f1884549"
00:28:13.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:13 on dist-test-slave-l596"
00:28:13.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.214439 18098 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.002s
00:28:13.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.220732 18124 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:13.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.222031 18098 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
00:28:13.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.222364 18098 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/wal
00:28:13.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a8a31e26dc494c1fbadaa5b2f1884549"
00:28:13.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:13 on dist-test-slave-l596"
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.222731 18098 fs_report.cc:389] FS layout report
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/wal
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/wal
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data/data
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:13.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:13.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.290548 18098 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:13.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.292131 18098 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:13.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.292593 18098 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.369661 18098 rpc_server.cc:307] RPC server started. Bound to: 127.17.133.252:37055
00:28:13.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.369743 18175 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.133.252:37055 every 8 connection(s)
00:28:13.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.372666 18098 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/data/info.pb
00:28:13.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.378612 18176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:13.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.382887 17943 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18098
00:28:13.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.383392 17943 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster12549309666931914268/master-2/wal/instance
00:28:13.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.391057 18176 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } has no permanent_uuid. Determining permanent_uuid...
00:28:13.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.411958 18176 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } has no permanent_uuid. Determining permanent_uuid...
00:28:13.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.424657 18176 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } has no permanent_uuid. Determining permanent_uuid...
00:28:13.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.442714 18176 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549: Bootstrap starting.
00:28:13.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.443060 17943 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:13.450 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:13.451 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:13.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.451149 18176 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549: Neither blocks nor log segments found. Creating new log.
00:28:13.452 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.133.254"
      port: 37621
    }
    bound_http_address {
      host: "127.17.133.254"
      port: 35585
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.133.253"
      port: 41287
    }
    bound_http_address {
      host: "127.17.133.253"
      port: 33579
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.133.252"
      port: 37055
    }
    bound_http_address {
      host: "127.17.133.252"
      port: 37123
    }
  }
}

00:28:13.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.453559 18176 log.cc:826] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549: Log is configured to *not* fsync() on all Append() calls
00:28:13.453 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:13.454 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:13.455 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=8a27e3ce-0620-4d04-88a8-2f38624d06d2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.133.252:37055,127.17.133.253:41287,127.17.133.254:37621}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:13.458 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:13.458 [INFO - Metastore-Handler-Pool: Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:13.459 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9, with PersistenceManager: null will be shutdown
00:28:13.459 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2f77f34d created in the thread with id: 92
00:28:13.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.460160 18176 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549: No bootstrap required, opened a new log
00:28:13.465 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9
00:28:13.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.485397 18176 raft_consensus.cc:359] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.486377 18176 raft_consensus.cc:385] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:13.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.486691 18176 raft_consensus.cc:740] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8a31e26dc494c1fbadaa5b2f1884549, State: Initialized, Role: FOLLOWER
00:28:13.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.487950 18176 consensus_queue.cc:260] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.496899 18185 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [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: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:13.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.497855 18185 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: This master's current role is: FOLLOWER
00:28:13.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.500988 18176 sys_catalog.cc:565] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: configured and running, proceeding with master startup.
00:28:13.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.548215 18130 tablet.cc:2406] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:13.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.570590 18097 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 7
00:28:13.606 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:13.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.607513 18197 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:13.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.610162 18201 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:28:13.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.627161 18097 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: Bootstrap starting.
00:28:13.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.636226 18097 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: Neither blocks nor log segments found. Creating new log.
00:28:13.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.616128 18098 master_runner.cc:187] Error getting master registration for 127.17.133.254:37621: OK, instance_id { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" instance_seqno: 1783470489067738 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:13.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.649307 18098 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:13.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.651523 18097 log.cc:826] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: Log is configured to *not* fsync() on all Append() calls
00:28:13.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.657768 18097 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: No bootstrap required, opened a new log
00:28:13.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.671706 18185 raft_consensus.cc:493] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:13.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.672366 18185 raft_consensus.cc:515] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.677421 18185 leader_election.cc:290] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7991c0fc3d3a4916ae242ce220aae632 (127.17.133.254:37621), aa58cde7e1674296be1f26ae21cda036 (127.17.133.253:41287)
00:28:13.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.700049 18097 raft_consensus.cc:359] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.701375 18097 raft_consensus.cc:385] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:13.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.701947 18097 raft_consensus.cc:740] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aa58cde7e1674296be1f26ae21cda036, State: Initialized, Role: FOLLOWER
00:28:13.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.703469 18097 consensus_queue.cc:260] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.722626 18203 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [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: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:13.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.724433 18097 sys_catalog.cc:565] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [sys.catalog]: configured and running, proceeding with master startup.
00:28:13.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.724604 18072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa58cde7e1674296be1f26ae21cda036" is_pre_election: true
00:28:13.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.725602 18072 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8a31e26dc494c1fbadaa5b2f1884549 in term 0.
00:28:13.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.727486 18126 leader_election.cc:304] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [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: a8a31e26dc494c1fbadaa5b2f1884549, aa58cde7e1674296be1f26ae21cda036; no voters: 
00:28:13.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.728487 18185 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:13.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.728824 18185 raft_consensus.cc:493] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:13.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.729156 18185 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 0 FOLLOWER]: Advancing to term 1
00:28:13.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.736518 18185 raft_consensus.cc:515] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.742172 18203 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [sys.catalog]: This master's current role is: FOLLOWER
00:28:13.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.744635 18072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa58cde7e1674296be1f26ae21cda036"
00:28:13.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.745265 18072 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [term 0 FOLLOWER]: Advancing to term 1
00:28:13.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.752590 18072 raft_consensus.cc:2468] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a8a31e26dc494c1fbadaa5b2f1884549 in term 1.
00:28:13.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.753265 18185 leader_election.cc:290] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [CANDIDATE]: Term 1 election: Requested vote from peers 7991c0fc3d3a4916ae242ce220aae632 (127.17.133.254:37621), aa58cde7e1674296be1f26ae21cda036 (127.17.133.253:41287)
00:28:13.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.755074 18126 leader_election.cc:304] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [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: a8a31e26dc494c1fbadaa5b2f1884549, aa58cde7e1674296be1f26ae21cda036; no voters: 
00:28:13.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.756075 18185 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 1 FOLLOWER]: Leader election won for term 1
00:28:13.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.763971 18185 raft_consensus.cc:697] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [term 1 LEADER]: Becoming Leader. State: Replica: a8a31e26dc494c1fbadaa5b2f1884549, State: Running, Role: LEADER
00:28:13.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.765368 18185 consensus_queue.cc:237] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [LEADER]: Queue going to LEADER mode. State: All 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: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.786800 18205 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8a31e26dc494c1fbadaa5b2f1884549. Latest consensus state: current_term: 1 leader_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:13.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.787938 18205 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: This master's current role is: LEADER
00:28:13.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.789359 18023 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } attempt: 7
00:28:13.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.799751 18210 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:13.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.826684 18210 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:13.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.836462 18023 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: Bootstrap starting.
00:28:13.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.851164 18023 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: Neither blocks nor log segments found. Creating new log.
00:28:13.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:13.858568 18051 tablet.cc:2406] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:13.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.860679 18023 log.cc:826] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: Log is configured to *not* fsync() on all Append() calls
00:28:13.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.874159 18023 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: No bootstrap required, opened a new log
00:28:13.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.888662 18072 raft_consensus.cc:1275] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [term 1 FOLLOWER]: Refusing update from remote peer a8a31e26dc494c1fbadaa5b2f1884549: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:13.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.891059 18205 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:13.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.919134 18023 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.920761 18023 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:13.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.921345 18023 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7991c0fc3d3a4916ae242ce220aae632, State: Initialized, Role: FOLLOWER
00:28:13.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.922849 18023 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } }
00:28:13.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.928087 18023 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [sys.catalog]: configured and running, proceeding with master startup.
00:28:13.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.928236 17998 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7991c0fc3d3a4916ae242ce220aae632" is_pre_election: true
00:28:13.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.929332 17997 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7991c0fc3d3a4916ae242ce220aae632"
00:28:13.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.931950 17998 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a8a31e26dc494c1fbadaa5b2f1884549 in term 0.
00:28:13.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.945489 18215 mvcc.cc:204] Tried to move back new op lower bound from 7305095142945509376 to 7305095142481137664. Current Snapshot: MvccSnapshot[applied={T|T < 7305095142945509376}]
00:28:13.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.946702 18203 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8a31e26dc494c1fbadaa5b2f1884549. Latest consensus state: current_term: 1 leader_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:13.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.947459 18203 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [sys.catalog]: This master's current role is: FOLLOWER
00:28:13.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.952900 17996 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [term 0 FOLLOWER]: Advancing to term 1
00:28:13.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.961328 17996 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [term 1 FOLLOWER]: Refusing update from remote peer a8a31e26dc494c1fbadaa5b2f1884549: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:13.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.968433 18185 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:13.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.969376 18185 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: This master's current role is: LEADER
00:28:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.967016 18222 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [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: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:13.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.971628 18222 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [sys.catalog]: This master's current role is: FOLLOWER
00:28:13.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.975553 18205 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:13.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.978061 18210 catalog_manager.cc:1382] Generated new cluster ID: dfe35ca8151c4e7baa9f06a56374f6e2
00:28:13.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.978348 18210 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:13.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.988736 18203 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:13.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:13.989678 18203 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036 [sys.catalog]: This master's current role is: FOLLOWER
00:28:14.015 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:14.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:14.019168 18226 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:14.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.025367 18235 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:28:14.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:14.025568 17977 tablet.cc:2406] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:14.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.050329 18210 catalog_manager.cc:1405] Generated new certificate authority record
00:28:14.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.052266 18210 catalog_manager.cc:1539] Loading token signing keys...
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.120011 18238 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.031684 18024 master_runner.cc:187] Error getting master registration for 127.17.133.254:37621: OK, instance_id { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" instance_seqno: 1783470489067738 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.121235 18024 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.124627 18210 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549: Generated new TSK 0
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.125815 18210 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.123832 18222 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8a31e26dc494c1fbadaa5b2f1884549. Latest consensus state: current_term: 1 leader_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.127059 18222 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [sys.catalog]: This master's current role is: FOLLOWER
00:28:14.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.127059 18238 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632 [sys.catalog]: This master's current role is: FOLLOWER
00:28:14.134 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:14.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.139767 18210 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:28:14.148 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:14.148 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:14.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.155515 18210 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:28:14.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.144500 18185 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7991c0fc3d3a4916ae242ce220aae632" member_type: VOTER last_known_addr { host: "127.17.133.254" port: 37621 } } peers { permanent_uuid: "aa58cde7e1674296be1f26ae21cda036" member_type: VOTER last_known_addr { host: "127.17.133.253" port: 41287 } } peers { permanent_uuid: "a8a31e26dc494c1fbadaa5b2f1884549" member_type: VOTER last_known_addr { host: "127.17.133.252" port: 37055 } } }
00:28:14.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.162837 18185 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8a31e26dc494c1fbadaa5b2f1884549 [sys.catalog]: This master's current role is: LEADER
00:28:14.221 [INFO - Metastore-Handler-Pool: Thread-96] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:14.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:14.223846 18246 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:14.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:14.236310 18250 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:28:14.366 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:14.377 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive5593159423560654091/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=8a27e3ce-0620-4d04-88a8-2f38624d06d2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.133.252:37055,127.17.133.253:41287,127.17.133.254:37621}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:14.381 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5593159423560654091/external-warehouse/table
00:28:14.622 [INFO - Metastore-Handler-Pool: Thread-99] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:14.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:14.623157 18197 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:14.659 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:14.744 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:14.746 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:14.943 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:15.030 [INFO - Metastore-Handler-Pool: Thread-100] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:15.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:15.031203 18226 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:15.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.050213 18235 catalog_manager.cc:1294] Loaded cluster ID: dfe35ca8151c4e7baa9f06a56374f6e2
00:28:15.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.056382 18235 catalog_manager.cc:1587] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: loading cluster ID for follower catalog manager: success
00:28:15.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.069147 18235 catalog_manager.cc:1609] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: acquiring CA information for follower catalog manager: success
00:28:15.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.091936 18235 catalog_manager.cc:1637] T 00000000000000000000000000000000 P aa58cde7e1674296be1f26ae21cda036: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:15.232 [INFO - Metastore-Handler-Pool: Thread-101] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:15.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:15.233430 18246 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:15.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.250895 18250 catalog_manager.cc:1294] Loaded cluster ID: dfe35ca8151c4e7baa9f06a56374f6e2
00:28:15.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.251487 18250 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: loading cluster ID for follower catalog manager: success
00:28:15.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.266716 18250 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: acquiring CA information for follower catalog manager: success
00:28:15.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:15.279642 18250 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 7991c0fc3d3a4916ae242ce220aae632: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:15.360 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:15.437 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:15.492 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:15.633 [INFO - Metastore-Handler-Pool: Thread-102] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:15.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:15.634294 18197 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:15.761 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
00:28:15.763 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:28:15.774 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.17.133.252:37055(127.17.133.252:37055)] connecting to peer
00:28:15.783 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.17.133.253:41287(127.17.133.253:41287)] connecting to peer
00:28:15.790 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.17.133.254:37621(127.17.133.254:37621)] connecting to peer
00:28:15.790 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.133.252:37055(127.17.133.252:37055)] Successfully connected to peer
00:28:15.792 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.133.253:41287(127.17.133.253:41287)] Successfully connected to peer
00:28:15.804 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.133.254:37621(127.17.133.254:37621)] Successfully connected to peer
00:28:15.813 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.133.253
00:28:15.821 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.133.254
00:28:15.823 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.17.133.252
00:28:15.896 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:15.912 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:15.901 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:15.923 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe0c20d40, L:/127.0.0.1:45086 - R:/127.17.133.252:37055] using SASL/PLAIN
00:28:15.930 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x4867bbd8, L:/127.0.0.1:51876 - R:/127.17.133.253:41287] using SASL/PLAIN
00:28:15.933 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x3d8a609f, L:/127.0.0.1:47184 - R:/127.17.133.254:37621] using SASL/PLAIN
00:28:15.944 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:28:15.951 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:15.958 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:16.053 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:16.062 [INFO - Metastore-Handler-Pool: Thread-107] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:16.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:16.063217 18226 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:16.065 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:16.221 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:16.246 [INFO - Metastore-Handler-Pool: Thread-108] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:16.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:16.247040 18246 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:16.315 [INFO - Metastore-Handler-Pool: Thread-92] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:16.317 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=8a27e3ce-0620-4d04-88a8-2f38624d06d2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.133.252:37055,127.17.133.253:41287,127.17.133.254:37621}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:16.326 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:16.357 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive5593159423560654091/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=8a27e3ce-0620-4d04-88a8-2f38624d06d2, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.133.252:37055,127.17.133.253:41287,127.17.133.254:37621}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:16.360 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5593159423560654091/external-warehouse/table
00:28:16.475 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:16.536 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:16.553 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:16.640 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:16.650 [INFO - Metastore-Handler-Pool: Thread-110] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:16.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:16.650985 18197 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:16.725 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:16.735 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:16.761 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive5593159423560654091/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:16.763 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive5593159423560654091/external-warehouse/table specified for non-external table:table
00:28:16.764 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5593159423560654091/external-warehouse/table
00:28:16.828 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:16.865 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:16.867 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:16.944 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:17.020 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:17.026 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:17.074 [INFO - Metastore-Handler-Pool: Thread-112] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:17.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.074792 18226 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:17.086 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:17.090 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:17.155 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:17.262 [INFO - Metastore-Handler-Pool: Thread-113] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:17.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.263571 18246 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:17.277 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:17.280 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:17.284 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive5593159423560654091/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:17.285 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive5593159423560654091/external-warehouse/table specified for non-external table:table
00:28:17.286 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5593159423560654091/external-warehouse/table
00:28:17.354 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:17.428 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:17.429 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:17.501 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:17.587 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:17.594 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:17.612 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:17.616 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:17.661 [INFO - Metastore-Handler-Pool: Thread-115] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:17.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:17.662591 18197 client.h:373] Failed to connect to Hive Metastore (localhost:44629): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:17.667 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:17.690 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:17.694 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:17.700 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive5593159423560654091/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:17.704 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5593159423560654091/external-warehouse/table
00:28:17.745 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:17.767 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:17.769 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:17.859 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
00:28:17.885 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:17.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.886529 17943 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 17955
00:28:17.887 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:17.887 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2f77f34d will be shutdown
00:28:17.888 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:17.922 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.133.254:37621(127.17.133.254:37621)] handling channelInactive
00:28:17.922 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.133.254:37621(127.17.133.254:37621)] cleaning up while in state READY due to: connection closed
00:28:17.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.926546 17943 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18024
00:28:17.952 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.133.253:41287(127.17.133.253:41287)] handling channelInactive
00:28:17.952 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.133.253:41287(127.17.133.253:41287)] cleaning up while in state READY due to: connection closed
00:28:17.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:17.952481 17943 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18098
00:28:17.983 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.133.252:37055(127.17.133.252:37055)] handling channelInactive
00:28:17.983 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.133.252:37055(127.17.133.252:37055)] cleaning up while in state READY due to: connection closed
00:28:19.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:19Z chronyd exiting
.00:28:20.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:20.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:20.257 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:20.274 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive1847047123896251045
00:28:20.275 [INFO - Thread-81] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:20.275 [INFO - Thread-81] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:20.278 [INFO - Thread-81] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:20.278 [INFO - Thread-81] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:20.278 [INFO - Thread-81] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:20.279 [INFO - Thread-81] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:20.280 [INFO - Thread-81] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:20.280 [INFO - Thread-81] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:20.282 [INFO - Thread-81] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:20.282 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:20.284 [INFO - Thread-81] (HikariDataSource.java:80) objectstore - Starting...
00:28:20.358 [INFO - Thread-81] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:20.359 [INFO - Thread-81] (HikariDataSource.java:82) objectstore - Start completed.
00:28:20.359 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:20.361 [INFO - Thread-81] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:20.363 [INFO - Thread-81] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:20.363 [INFO - Thread-81] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:20.380 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:20.380 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:20.381 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:20.407 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.408 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.409 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.409 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.410 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.410 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:20.595 [INFO - Thread-81] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:20.595 [INFO - Thread-81] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6bf9ef13, with PersistenceManager: null will be shutdown
00:28:20.595 [INFO - Thread-81] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6bf9ef13, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@574aa86f created in the thread with id: 117
00:28:20.597 [WARN - Thread-81] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
00:28:20.598 [INFO - Thread-81] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6bf9ef13
00:28:20.717 [INFO - Thread-81] (HMSHandler.java:595) Started creating a default database with name: default
00:28:20.736 [INFO - Thread-81] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:20.765 [INFO - Thread-81] (HMSHandler.java:668) Added admin role in metastore
00:28:20.767 [INFO - Thread-81] (HMSHandler.java:677) Added public role in metastore
00:28:20.800 [INFO - Thread-81] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:20.800 [INFO - Thread-81] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:20.801 [INFO - Thread-81] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:20.801 [INFO - Thread-81] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:20.802 [WARN - Thread-81] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:20.802 [INFO - Thread-81] (HiveMetaStore.java:632) Started the new metaserver on port [35617]...
00:28:20.802 [INFO - Thread-81] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:20.802 [INFO - Thread-81] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:20.802 [INFO - Thread-81] (HiveMetaStore.java:635) TCP keepalive = true
00:28:20.802 [INFO - Thread-81] (HiveMetaStore.java:636) Enable SSL = false
00:28:21.277 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:21.277 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:21.277 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:21.279 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:21.279 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35617]
00:28:21.279 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35617) in binary transport mode
00:28:21.280 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35617) current connections: 1
00:28:21.281 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task9hBFGD/test-tmp
00:28:21.282 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:28:21.282 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task9hBFGD/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:21.285 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35617"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:21.627 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:21.627 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:21.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.631138 18308 mini_oidc.cc:150] Starting JWKS server
00:28:21.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.634476 18308 webserver.cc:534] Webserver started at http://127.0.0.1:42115/ using document root <none> and password file <none>
00:28:21.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.634989 18308 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:21.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.636945 18308 webserver.cc:534] Webserver started at http://127.0.0.1:41241/ using document root <none> and password file <none>
00:28:21.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:21.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:21Z Disabled control of system clock
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:21.702600 18308 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/wal
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/logs
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data/info.pb
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.225.62:43695
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.225.62
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.225.20:35119
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:21.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:21.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:21.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:21.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.225.62:43695,127.17.225.61:36443,127.17.225.60:45279
00:28:21.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:21.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42115/jwks.json
00:28:21.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35617 with env {}
00:28:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.009076 18320 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.009727 18320 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.010218 18320 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:22.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.044451 18320 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:22.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.044754 18320 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:22.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.044973 18320 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:22.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.045256 18320 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:22.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.045596 18320 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:22.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.045861 18320 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42115/jwks.json
00:28:22.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.082291 18320 master_runner.cc:387] Master server non-default flags:
00:28:22.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.225.20:35119
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/wal
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35617
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.225.62:43695,127.17.225.61:36443,127.17.225.60:45279
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.225.62:43695
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42115/jwks.json
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data/info.pb
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.225.62
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:22.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/logs
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:22.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.084144 18320 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:22.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:22.085949 18320 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:22.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.097771 18326 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
00:28:23.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:22.099107 18327 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
00:28:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.357208 18328 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1256 milliseconds
00:28:23.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.358964 18329 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
00:28:23.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.362031 18320 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.264s	user 0.447s	sys 0.813s
00:28:23.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.362298 18320 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.265s	user 0.447s	sys 0.813s
00:28:23.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.362475 18320 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:23.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.363585 18320 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:23.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.366699 18320 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:23.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.368161 18320 hybrid_clock.cc:648] HybridClock initialized: now 1783470503368139 us; error 127 us; skew 500 ppm
00:28:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.368973 18320 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.377081 18320 webserver.cc:534] Webserver started at http://127.17.225.62:45681/ using document root <none> and password file <none>
00:28:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.378214 18320 fs_manager.cc:362] Metadata directory not provided
00:28:23.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.378418 18320 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:23.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.378818 18320 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:23.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.383303 18320 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data/instance:
00:28:23.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a941105256b94d6aa9d47d276477adbd"
00:28:23.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:23 on dist-test-slave-l596"
00:28:23.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.384428 18320 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/wal/instance:
00:28:23.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a941105256b94d6aa9d47d276477adbd"
00:28:23.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:23 on dist-test-slave-l596"
00:28:23.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.392922 18320 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.005s
00:28:23.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.399718 18336 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.401098 18320 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
00:28:23.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.401505 18320 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/wal
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a941105256b94d6aa9d47d276477adbd"
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:23 on dist-test-slave-l596"
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.401930 18320 fs_report.cc:389] FS layout report
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/wal
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/wal
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data/data
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:23.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.482731 18320 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.484515 18320 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.485140 18320 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.567080 18320 rpc_server.cc:307] RPC server started. Bound to: 127.17.225.62:43695
00:28:23.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.567214 18387 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.225.62:43695 every 8 connection(s)
00:28:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.570125 18320 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/data/info.pb
00:28:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.576496 18388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.577286 18308 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18320
00:28:23.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.577836 18308 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-0/wal/instance
00:28:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.583233 18308 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/wal
00:28:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/logs
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data/info.pb
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.225.61:36443
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.225.61
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.225.20:35119
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.225.62:43695,127.17.225.61:36443,127.17.225.60:45279
00:28:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42115/jwks.json
00:28:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35617 with env {}
00:28:23.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.592465 18388 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } has no permanent_uuid. Determining permanent_uuid...
00:28:23.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.622973 18388 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } has no permanent_uuid. Determining permanent_uuid...
00:28:23.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.626041 18337 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:23.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.631163 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.61:36443: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:23.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.680698 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } attempt: 1
00:28:23.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.685772 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.61:36443: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:23.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.754266 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } attempt: 2
00:28:23.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.759543 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.61:36443: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:23.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.851065 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } attempt: 3
00:28:23.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.856232 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.61:36443: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:23.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.907621 18389 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:23.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.908365 18389 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:23.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.908998 18389 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:23.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.941682 18389 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:23.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.942093 18389 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:23.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.942435 18389 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:23.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.942785 18389 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:23.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.943130 18389 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:23.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.943394 18389 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42115/jwks.json
00:28:23.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.980284 18389 master_runner.cc:387] Master server non-default flags:
00:28:23.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.225.20:35119
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/wal
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35617
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.225.62:43695,127.17.225.61:36443,127.17.225.60:45279
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.225.61:36443
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42115/jwks.json
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data/info.pb
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.225.61
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/logs
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:23.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.982214 18389 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:23.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.984081 18389 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:23.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.996336 18398 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
00:28:24.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:23.999701 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } attempt: 4
00:28:24.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:24.007552 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.61:36443: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:24.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:24.307083 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } attempt: 5
00:28:24.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:24.316563 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.61:36443: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:24.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:24.864190 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } attempt: 6
00:28:24.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:24.889211 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.61:36443: Network error: Client connection negotiation failed: client connection to 127.17.225.61:36443: connect: Connection refused (error 111)
00:28:25.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.401932 18397 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 18389
00:28:25.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.612550 18389 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.616s	user 0.607s	sys 0.998s
00:28:25.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:23.996896 18399 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
00:28:25.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.613857 18389 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.618s	user 0.607s	sys 0.998s
00:28:25.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.614842 18400 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1617 milliseconds
00:28:25.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.615061 18401 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
00:28:25.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.615500 18389 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:25.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.619421 18389 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:25.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.622370 18389 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:25.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.623821 18389 hybrid_clock.cc:648] HybridClock initialized: now 1783470505623777 us; error 44 us; skew 500 ppm
00:28:25.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.624889 18389 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:25.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.632078 18389 webserver.cc:534] Webserver started at http://127.17.225.61:33909/ using document root <none> and password file <none>
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.633244 18389 fs_manager.cc:362] Metadata directory not provided
00:28:25.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.633548 18389 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:25.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.634161 18389 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:25.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.639194 18389 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data/instance:
00:28:25.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "445411e45d2c48a0908d5b207e60d7dc"
00:28:25.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-l596"
00:28:25.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.640614 18389 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/wal/instance:
00:28:25.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "445411e45d2c48a0908d5b207e60d7dc"
00:28:25.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-l596"
00:28:25.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.648797 18389 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.010s	sys 0.000s
00:28:25.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.655479 18410 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:25.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.656780 18389 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.000s	sys 0.005s
00:28:25.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.657213 18389 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/wal
00:28:25.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "445411e45d2c48a0908d5b207e60d7dc"
00:28:25.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:25 on dist-test-slave-l596"
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.657627 18389 fs_report.cc:389] FS layout report
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/wal
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/wal
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data/data
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:25.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:25.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.711814 18389 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:25.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.713325 18389 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:25.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.713822 18389 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.789299 18389 rpc_server.cc:307] RPC server started. Bound to: 127.17.225.61:36443
00:28:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.789390 18461 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.225.61:36443 every 8 connection(s)
00:28:25.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.792150 18389 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/data/info.pb
00:28:25.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.796370 18308 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18389
00:28:25.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.796856 18308 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-1/wal/instance
00:28:25.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.798982 18462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.799945 18308 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/wal
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/logs
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data/info.pb
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.225.60:45279
00:28:25.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.225.60
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.225.20:35119
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.225.62:43695,127.17.225.61:36443,127.17.225.60:45279
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42115/jwks.json
00:28:25.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35617 with env {}
00:28:25.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.812278 18462 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.841074 18462 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.856307 18462 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.858858 18411 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.863785 18462 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:25.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.913388 18462 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 1
00:28:25.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.917963 18462 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:25.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.949853 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } attempt: 7
00:28:25.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.962749 18388 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } has no permanent_uuid. Determining permanent_uuid...
00:28:25.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.968729 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:25.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:25.986480 18462 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 2
00:28:25.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:25.991166 18462 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.027243 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 1
00:28:26.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.031890 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.082690 18462 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 3
00:28:26.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.087193 18462 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.113373 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 2
00:28:26.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.118201 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.128835 18463 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:26.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.129405 18463 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.129887 18463 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:26.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.162822 18463 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:26.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.163117 18463 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:26.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.163316 18463 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:26.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.163519 18463 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:26.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.163712 18463 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:26.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.163861 18463 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42115/jwks.json
00:28:26.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.200419 18463 master_runner.cc:387] Master server non-default flags:
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.225.20:35119
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/wal
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35617
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.225.62:43695,127.17.225.61:36443,127.17.225.60:45279
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.225.60:45279
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42115/jwks.json
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data/info.pb
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.225.60
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/logs
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:26.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:26.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.201772 18463 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:26.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.203460 18463 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:26.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.203696 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 3
00:28:26.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.208917 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.216114 18475 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
00:28:26.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.230676 18462 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 4
00:28:26.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.237207 18462 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.349396 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 4
00:28:26.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.356663 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.536808 18462 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 5
00:28:26.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.544580 18462 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:26.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:26.640224 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 5
00:28:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.647769 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:27.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.092175 18462 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 6
00:28:27.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.104240 18462 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:27.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.200500 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 6
00:28:27.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.214378 18388 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.225.60:45279: Network error: Client connection negotiation failed: client connection to 127.17.225.60:45279: connect: Connection refused (error 111)
00:28:27.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:26.218902 18476 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
00:28:27.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.509951 18478 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
00:28:27.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.512955 18477 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
00:28:27.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.513715 18463 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.297s	user 0.525s	sys 0.771s
00:28:27.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.514011 18463 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.297s	user 0.525s	sys 0.771s
00:28:27.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.514201 18463 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:27.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.515406 18463 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:27.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.518090 18463 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:27.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.519469 18463 hybrid_clock.cc:648] HybridClock initialized: now 1783470507519424 us; error 57 us; skew 500 ppm
00:28:27.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.520332 18463 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:27.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.527925 18463 webserver.cc:534] Webserver started at http://127.17.225.60:39063/ using document root <none> and password file <none>
00:28:27.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.529027 18463 fs_manager.cc:362] Metadata directory not provided
00:28:27.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.529302 18463 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:27.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.529847 18463 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:27.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.534684 18463 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data/instance:
00:28:27.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "def16875e1b6400087c4a441e35dab28"
00:28:27.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:27 on dist-test-slave-l596"
00:28:27.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.535933 18463 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/wal/instance:
00:28:27.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "def16875e1b6400087c4a441e35dab28"
00:28:27.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:27 on dist-test-slave-l596"
00:28:27.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.543955 18463 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.007s
00:28:27.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.551998 18489 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:27.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.554105 18463 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.006s	sys 0.000s
00:28:27.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.554438 18463 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/wal
00:28:27.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "def16875e1b6400087c4a441e35dab28"
00:28:27.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:27 on dist-test-slave-l596"
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.554798 18463 fs_report.cc:389] FS layout report
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/wal
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/wal
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data/data
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:27.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:27.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:27.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:27.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:27.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.628398 18463 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:27.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.630065 18463 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:27.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.630626 18463 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:27.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.703627 18463 rpc_server.cc:307] RPC server started. Bound to: 127.17.225.60:45279
00:28:27.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.703727 18540 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.225.60:45279 every 8 connection(s)
00:28:27.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.706455 18463 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/data/info.pb
00:28:27.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.712363 18541 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:27.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.716375 18308 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18463
00:28:27.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.716833 18308 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster8272606476166226437/master-2/wal/instance
00:28:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.725626 18541 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } has no permanent_uuid. Determining permanent_uuid...
00:28:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.745476 18541 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } has no permanent_uuid. Determining permanent_uuid...
00:28:27.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.758054 18541 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } has no permanent_uuid. Determining permanent_uuid...
00:28:27.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.776940 18541 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28: Bootstrap starting.
00:28:27.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.779604 18308 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:27.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.783215 18541 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28: Neither blocks nor log segments found. Creating new log.
00:28:27.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.785092 18541 log.cc:826] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28: Log is configured to *not* fsync() on all Append() calls
00:28:27.788 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:27.788 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:27.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.790617 18541 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28: No bootstrap required, opened a new log
00:28:27.789 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.225.62"
      port: 43695
    }
    bound_http_address {
      host: "127.17.225.62"
      port: 45681
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.225.61"
      port: 36443
    }
    bound_http_address {
      host: "127.17.225.61"
      port: 33909
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.225.60"
      port: 45279
    }
    bound_http_address {
      host: "127.17.225.60"
      port: 39063
    }
  }
}

00:28:27.792 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:27.794 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:27.795 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:27.796 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:27.796 [INFO - Metastore-Handler-Pool: Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:27.797 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: null will be shutdown
00:28:27.797 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36e971ae created in the thread with id: 138
00:28:27.803 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912
00:28:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.819108 18541 raft_consensus.cc:359] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.820060 18541 raft_consensus.cc:385] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.820384 18541 raft_consensus.cc:740] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: def16875e1b6400087c4a441e35dab28, State: Initialized, Role: FOLLOWER
00:28:27.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.821394 18541 consensus_queue.cc:260] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:27.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.829344 18549 sys_catalog.cc:455] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [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: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:27.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.830240 18549 sys_catalog.cc:458] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: This master's current role is: FOLLOWER
00:28:27.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.830997 18541 sys_catalog.cc:565] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: configured and running, proceeding with master startup.
00:28:27.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.886622 18495 tablet.cc:2406] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:27.974 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:27.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.975873 18561 client.h:373] Failed to connect to Hive Metastore (localhost:35617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:27.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.992902 18564 catalog_manager.cc:1593] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:27.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:27.993285 18564 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:28.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:27.975119 18463 master_runner.cc:187] Error getting master registration for 127.17.225.62:43695: OK, instance_id { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" instance_seqno: 1783470503540704 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:28.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.003396 18463 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:28.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.164872 18462 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 7
00:28:28.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.215714 18462 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: Bootstrap starting.
00:28:28.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.229404 18462 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: Neither blocks nor log segments found. Creating new log.
00:28:28.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.232496 18462 log.cc:826] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: Log is configured to *not* fsync() on all Append() calls
00:28:28.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.247972 18388 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } attempt: 7
00:28:28.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.250294 18462 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: No bootstrap required, opened a new log
00:28:28.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.279556 18462 raft_consensus.cc:359] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.280727 18462 raft_consensus.cc:385] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:28.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.281245 18462 raft_consensus.cc:740] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 445411e45d2c48a0908d5b207e60d7dc, State: Initialized, Role: FOLLOWER
00:28:28.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.282603 18462 consensus_queue.cc:260] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:28.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.284338 18549 raft_consensus.cc:493] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:28.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.284937 18549 raft_consensus.cc:515] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:28.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.289580 18549 leader_election.cc:290] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a941105256b94d6aa9d47d276477adbd (127.17.225.62:43695), 445411e45d2c48a0908d5b207e60d7dc (127.17.225.61:36443)
00:28:28.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.290582 18388 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: Bootstrap starting.
00:28:28.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.300984 18437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "def16875e1b6400087c4a441e35dab28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "445411e45d2c48a0908d5b207e60d7dc" is_pre_election: true
00:28:28.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.301957 18437 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate def16875e1b6400087c4a441e35dab28 in term 0.
00:28:28.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.304286 18490 leader_election.cc:304] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [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: 445411e45d2c48a0908d5b207e60d7dc, def16875e1b6400087c4a441e35dab28; no voters: 
00:28:28.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.305233 18549 raft_consensus.cc:2804] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:28.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.305598 18549 raft_consensus.cc:493] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:28.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.305895 18549 raft_consensus.cc:3060] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 0 FOLLOWER]: Advancing to term 1
00:28:28.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.306861 18388 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: Neither blocks nor log segments found. Creating new log.
00:28:28.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.306428 18462 sys_catalog.cc:565] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [sys.catalog]: configured and running, proceeding with master startup.
00:28:28.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.300668 18570 sys_catalog.cc:455] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [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: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.309284 18388 log.cc:826] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: Log is configured to *not* fsync() on all Append() calls
00:28:28.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.309758 18570 sys_catalog.cc:458] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [sys.catalog]: This master's current role is: FOLLOWER
00:28:28.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.315896 18549 raft_consensus.cc:515] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:28.320 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:28.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.322937 18388 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: No bootstrap required, opened a new log
00:28:28.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.323024 18549 leader_election.cc:290] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [CANDIDATE]: Term 1 election: Requested vote from peers a941105256b94d6aa9d47d276477adbd (127.17.225.62:43695), 445411e45d2c48a0908d5b207e60d7dc (127.17.225.61:36443)
00:28:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.323239 18437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "def16875e1b6400087c4a441e35dab28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "445411e45d2c48a0908d5b207e60d7dc"
00:28:28.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.323817 18437 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [term 0 FOLLOWER]: Advancing to term 1
00:28:28.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.333315 18437 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate def16875e1b6400087c4a441e35dab28 in term 1.
00:28:28.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.335826 18490 leader_election.cc:304] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [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: 445411e45d2c48a0908d5b207e60d7dc, def16875e1b6400087c4a441e35dab28; no voters: 
00:28:28.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.336810 18549 raft_consensus.cc:2804] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 1 FOLLOWER]: Leader election won for term 1
00:28:28.344 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:28.344 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:28.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.355880 18549 raft_consensus.cc:697] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [term 1 LEADER]: Becoming Leader. State: Replica: def16875e1b6400087c4a441e35dab28, State: Running, Role: LEADER
00:28:28.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.356967 18549 consensus_queue.cc:237] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [LEADER]: Queue going to LEADER mode. State: All 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: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:28.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.376101 18574 sys_catalog.cc:455] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: SysCatalogTable state changed. Reason: New leader def16875e1b6400087c4a441e35dab28. Latest consensus state: current_term: 1 leader_uuid: "def16875e1b6400087c4a441e35dab28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.376901 18574 sys_catalog.cc:458] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: This master's current role is: LEADER
00:28:28.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.382885 18579 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:28.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.381232 18388 raft_consensus.cc:359] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:28.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.390239 18388 raft_consensus.cc:385] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.390877 18388 raft_consensus.cc:740] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a941105256b94d6aa9d47d276477adbd, State: Initialized, Role: FOLLOWER
00:28:28.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.395329 18388 consensus_queue.cc:260] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } }
00:28:28.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.411231 18579 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:28.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.413113 18388 sys_catalog.cc:565] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [sys.catalog]: configured and running, proceeding with master startup.
00:28:28.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.413257 18362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "def16875e1b6400087c4a441e35dab28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a941105256b94d6aa9d47d276477adbd"
00:28:28.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.414063 18362 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [term 0 FOLLOWER]: Advancing to term 1
00:28:28.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.408928 18581 sys_catalog.cc:455] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [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: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.417259 18581 sys_catalog.cc:458] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [sys.catalog]: This master's current role is: FOLLOWER
00:28:28.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.418123 18363 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "def16875e1b6400087c4a441e35dab28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a941105256b94d6aa9d47d276477adbd" is_pre_election: true
00:28:28.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.423646 18362 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate def16875e1b6400087c4a441e35dab28 in term 1.
00:28:28.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.450632 18437 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [term 1 FOLLOWER]: Refusing update from remote peer def16875e1b6400087c4a441e35dab28: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:28.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.452805 18574 consensus_queue.cc:1048] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:28.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.453859 18362 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [term 1 FOLLOWER]: Refusing update from remote peer def16875e1b6400087c4a441e35dab28: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:28.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.456089 18574 consensus_queue.cc:1048] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:28.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:28.473366 18416 tablet.cc:2406] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:28.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.494136 18581 sys_catalog.cc:455] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [sys.catalog]: SysCatalogTable state changed. Reason: New leader def16875e1b6400087c4a441e35dab28. Latest consensus state: current_term: 1 leader_uuid: "def16875e1b6400087c4a441e35dab28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.495451 18581 sys_catalog.cc:458] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [sys.catalog]: This master's current role is: FOLLOWER
00:28:28.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:28.496815 18342 tablet.cc:2406] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:28.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.507977 18570 sys_catalog.cc:455] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [sys.catalog]: SysCatalogTable state changed. Reason: New leader def16875e1b6400087c4a441e35dab28. Latest consensus state: current_term: 1 leader_uuid: "def16875e1b6400087c4a441e35dab28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.509093 18570 sys_catalog.cc:458] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [sys.catalog]: This master's current role is: FOLLOWER
00:28:28.516 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:28.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.514472 18585 mvcc.cc:204] Tried to move back new op lower bound from 7305095202564390912 to 7305095202243502080. Current Snapshot: MvccSnapshot[applied={T|T < 7305095202564390912}]
00:28:28.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:28.517557 18590 client.h:373] Failed to connect to Hive Metastore (localhost:35617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.521417 18594 mvcc.cc:204] Tried to move back new op lower bound from 7305095202564390912 to 7305095202243502080. Current Snapshot: MvccSnapshot[applied={T|T < 7305095202564390912}]
00:28:28.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.526187 18570 sys_catalog.cc:455] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "def16875e1b6400087c4a441e35dab28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.527253 18570 sys_catalog.cc:458] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc [sys.catalog]: This master's current role is: FOLLOWER
00:28:28.528 [INFO - Metastore-Handler-Pool: Thread-142] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:28.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:28.529625 18605 client.h:373] Failed to connect to Hive Metastore (localhost:35617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.533321 18607 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:28:28.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.534078 18595 mvcc.cc:204] Tried to move back new op lower bound from 7305095202564390912 to 7305095202243502080. Current Snapshot: MvccSnapshot[applied={T|T < 7305095202564390912}]
00:28:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.542757 18579 catalog_manager.cc:1382] Generated new cluster ID: cb696cb0b4d740bbaa653a2ea88a6fa8
00:28:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.543047 18579 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.543836 18574 sys_catalog.cc:455] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "def16875e1b6400087c4a441e35dab28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.544549 18574 sys_catalog.cc:458] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: This master's current role is: LEADER
00:28:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.545161 18574 sys_catalog.cc:455] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "def16875e1b6400087c4a441e35dab28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.545771 18574 sys_catalog.cc:458] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28 [sys.catalog]: This master's current role is: LEADER
00:28:28.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.539527 18613 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:28:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.574214 18581 sys_catalog.cc:455] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "def16875e1b6400087c4a441e35dab28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" member_type: VOTER last_known_addr { host: "127.17.225.62" port: 43695 } } peers { permanent_uuid: "445411e45d2c48a0908d5b207e60d7dc" member_type: VOTER last_known_addr { host: "127.17.225.61" port: 36443 } } peers { permanent_uuid: "def16875e1b6400087c4a441e35dab28" member_type: VOTER last_known_addr { host: "127.17.225.60" port: 45279 } } }
00:28:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.575002 18581 sys_catalog.cc:458] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd [sys.catalog]: This master's current role is: FOLLOWER
00:28:28.578 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:28:28.602 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1847047123896251045/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:28.604 [INFO - Metastore-Handler-Pool: Thread-138] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1847047123896251045/external-warehouse/legacy_table
00:28:28.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.643795 18579 catalog_manager.cc:1405] Generated new certificate authority record
00:28:28.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.648701 18579 catalog_manager.cc:1539] Loading token signing keys...
00:28:28.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.537725 18389 master_runner.cc:187] Error getting master registration for 127.17.225.62:43695: OK, instance_id { permanent_uuid: "a941105256b94d6aa9d47d276477adbd" instance_seqno: 1783470503540704 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:28.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.677358 18389 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:28.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.704695 18579 catalog_manager.cc:6069] T 00000000000000000000000000000000 P def16875e1b6400087c4a441e35dab28: Generated new TSK 0
00:28:28.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.708482 18579 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:28.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.714325 18579 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:28:28.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:28.719372 18579 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:28:28.842 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
00:28:28.909 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:28.917 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
00:28:28.939 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:28:28.980 [INFO - Metastore-Handler-Pool: Thread-145] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:28.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:28.983510 18561 client.h:373] Failed to connect to Hive Metastore (localhost:35617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:29.049 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:28:29.049 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:28:29.218 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
00:28:29.283 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
00:28:29.362 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
00:28:29.381 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:29.382 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
00:28:29.521 [INFO - Metastore-Handler-Pool: Thread-146] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:29.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.522301 18590 client.h:373] Failed to connect to Hive Metastore (localhost:35617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:29.534 [INFO - Metastore-Handler-Pool: Thread-147] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:29.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.535486 18605 client.h:373] Failed to connect to Hive Metastore (localhost:35617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.562364 18607 catalog_manager.cc:1294] Loaded cluster ID: cb696cb0b4d740bbaa653a2ea88a6fa8
00:28:29.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.562698 18607 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: loading cluster ID for follower catalog manager: success
00:28:29.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.572386 18607 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: acquiring CA information for follower catalog manager: success
00:28:29.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.578403 18613 catalog_manager.cc:1294] Loaded cluster ID: cb696cb0b4d740bbaa653a2ea88a6fa8
00:28:29.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.578766 18607 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 445411e45d2c48a0908d5b207e60d7dc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:29.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.582679 18613 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: loading cluster ID for follower catalog manager: success
00:28:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.603266 18613 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: acquiring CA information for follower catalog manager: success
00:28:29.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:29.609557 18613 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a941105256b94d6aa9d47d276477adbd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:29.617 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:29.885 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:29.935 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:29.994 [INFO - Metastore-Handler-Pool: Thread-148] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:29.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:29.995661 18561 client.h:373] Failed to connect to Hive Metastore (localhost:35617): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:30.294 [INFO - Metastore-Handler-Pool: Thread-138] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:30.302 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:30.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.303437 18308 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18320
00:28:30.305 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:30.305 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7605c912, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@36e971ae will be shutdown
00:28:30.305 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:30.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.368618 18308 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18389
00:28:30.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:30.417085 18308 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18463
00:28:31.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:31Z chronyd exiting
.00:28:32.677 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:32.678 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:32.678 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:32.695 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4357095404140960040
00:28:32.696 [INFO - Thread-106] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:32.696 [INFO - Thread-106] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:32.698 [INFO - Thread-106] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:32.698 [INFO - Thread-106] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:32.698 [INFO - Thread-106] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:32.699 [INFO - Thread-106] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:32.700 [INFO - Thread-106] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:32.700 [INFO - Thread-106] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:32.701 [INFO - Thread-106] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:32.701 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:32.703 [INFO - Thread-106] (HikariDataSource.java:80) objectstore - Starting...
00:28:32.775 [INFO - Thread-106] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:32.775 [INFO - Thread-106] (HikariDataSource.java:82) objectstore - Start completed.
00:28:32.776 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:32.777 [INFO - Thread-106] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:32.778 [INFO - Thread-106] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:32.779 [INFO - Thread-106] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:32.789 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:32.789 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:32.789 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:32.813 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:32.814 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:32.815 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:32.815 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:32.816 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:32.816 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:33.012 [INFO - Thread-106] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:33.013 [INFO - Thread-106] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@78c274a2, with PersistenceManager: null will be shutdown
00:28:33.013 [INFO - Thread-106] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@78c274a2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5d1d684e created in the thread with id: 149
00:28:33.015 [WARN - Thread-106] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
00:28:33.016 [INFO - Thread-106] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@78c274a2
00:28:33.116 [INFO - Thread-106] (HMSHandler.java:595) Started creating a default database with name: default
00:28:33.133 [INFO - Thread-106] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:33.154 [INFO - Thread-106] (HMSHandler.java:668) Added admin role in metastore
00:28:33.156 [INFO - Thread-106] (HMSHandler.java:677) Added public role in metastore
00:28:33.188 [INFO - Thread-106] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:33.189 [INFO - Thread-106] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:33.189 [INFO - Thread-106] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:33.189 [INFO - Thread-106] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:33.190 [WARN - Thread-106] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:33.190 [INFO - Thread-106] (HiveMetaStore.java:632) Started the new metaserver on port [39935]...
00:28:33.190 [INFO - Thread-106] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:33.190 [INFO - Thread-106] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:33.190 [INFO - Thread-106] (HiveMetaStore.java:635) TCP keepalive = true
00:28:33.190 [INFO - Thread-106] (HiveMetaStore.java:636) Enable SSL = false
00:28:33.698 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:33.698 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:33.698 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:33.700 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:33.700 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39935]
00:28:33.700 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39935) in binary transport mode
00:28:33.701 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39935) current connections: 1
00:28:33.702 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task9hBFGD/test-tmp
00:28:33.703 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:28:33.703 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task9hBFGD/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:33.706 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39935"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:34.038 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:34.039 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:34.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.043576 18650 mini_oidc.cc:150] Starting JWKS server
00:28:34.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.046859 18650 webserver.cc:534] Webserver started at http://127.0.0.1:40915/ using document root <none> and password file <none>
00:28:34.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.047286 18650 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:34.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.048926 18650 webserver.cc:534] Webserver started at http://127.0.0.1:40249/ using document root <none> and password file <none>
00:28:34.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:34.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:34Z Disabled control of system clock
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.113750 18650 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/wal
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/logs
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data/info.pb
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.54.190:37587
00:28:34.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.54.190
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.54.148:37629
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.54.190:37587,127.18.54.189:38323,127.18.54.188:40689
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40915/jwks.json
00:28:34.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39935 with env {}
00:28:34.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.427209 18662 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:34.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.427794 18662 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.428279 18662 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:34.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.461584 18662 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:34.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.461874 18662 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:34.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.462082 18662 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:34.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.462292 18662 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:34.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.462478 18662 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:34.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.462632 18662 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40915/jwks.json
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.500478 18662 master_runner.cc:387] Master server non-default flags:
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.54.148:37629
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/wal
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39935
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.54.190:37587,127.18.54.189:38323,127.18.54.188:40689
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.54.190:37587
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40915/jwks.json
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data/info.pb
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.54.190
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/logs
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:34.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:34.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:34.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:34.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:34.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.501904 18662 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:34.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:34.503752 18662 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:34.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.517036 18669 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
00:28:35.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:34.517113 18668 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
00:28:35.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:35.746079 18671 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
00:28:35.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:35.748318 18670 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1226 milliseconds
00:28:35.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.748438 18662 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:35.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.750061 18662 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:35.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.753288 18662 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:35.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.754798 18662 hybrid_clock.cc:648] HybridClock initialized: now 1783470515754766 us; error 147 us; skew 500 ppm
00:28:35.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.755703 18662 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:35.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.762600 18662 webserver.cc:534] Webserver started at http://127.18.54.190:35965/ using document root <none> and password file <none>
00:28:35.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.763739 18662 fs_manager.cc:362] Metadata directory not provided
00:28:35.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.763967 18662 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:35.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.764405 18662 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:35.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.768973 18662 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data/instance:
00:28:35.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c8e33ca334704834b421828e9e7e7440"
00:28:35.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:35 on dist-test-slave-l596"
00:28:35.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.770210 18662 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/wal/instance:
00:28:35.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c8e33ca334704834b421828e9e7e7440"
00:28:35.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:35 on dist-test-slave-l596"
00:28:35.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.777455 18662 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
00:28:35.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.783489 18678 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:35.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.784817 18662 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:28:35.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.785243 18662 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/wal
00:28:35.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c8e33ca334704834b421828e9e7e7440"
00:28:35.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:35 on dist-test-slave-l596"
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.785712 18662 fs_report.cc:389] FS layout report
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/wal
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/wal
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data/data
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:35.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:35.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.840273 18662 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:35.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.842068 18662 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:35.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.842674 18662 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:35.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.920625 18662 rpc_server.cc:307] RPC server started. Bound to: 127.18.54.190:37587
00:28:35.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.920702 18729 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.54.190:37587 every 8 connection(s)
00:28:35.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.924152 18662 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/data/info.pb
00:28:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.929874 18730 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:35.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.931886 18650 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18662
00:28:35.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.932291 18650 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-0/wal/instance
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.936079 18650 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/wal
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/logs
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data/info.pb
00:28:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.54.189:38323
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.54.189
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.54.148:37629
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.54.190:37587,127.18.54.189:38323,127.18.54.188:40689
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40915/jwks.json
00:28:35.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39935 with env {}
00:28:35.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.941004 18730 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } has no permanent_uuid. Determining permanent_uuid...
00:28:35.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:35.971750 18730 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } has no permanent_uuid. Determining permanent_uuid...
00:28:35.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:35.974285 18681 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:35.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:35.978708 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.189:38323: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:36.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.028286 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } attempt: 1
00:28:36.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.033754 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.189:38323: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:36.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.102226 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } attempt: 2
00:28:36.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.107025 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.189:38323: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:36.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.198467 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } attempt: 3
00:28:36.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.202872 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.189:38323: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:36.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.251235 18731 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:36.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.252300 18731 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:36.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.252789 18731 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:36.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.284978 18731 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:36.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.285272 18731 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:36.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.285523 18731 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:36.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.285809 18731 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:36.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.286022 18731 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:36.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.286175 18731 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40915/jwks.json
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.322852 18731 master_runner.cc:387] Master server non-default flags:
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.54.148:37629
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/wal
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39935
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.54.190:37587,127.18.54.189:38323,127.18.54.188:40689
00:28:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.54.189:38323
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40915/jwks.json
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data/info.pb
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.54.189
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/logs
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.324420 18731 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.326633 18731 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:36.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.339717 18740 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
00:28:36.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.346351 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } attempt: 4
00:28:36.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.353577 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.189:38323: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:36.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:36.653098 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } attempt: 5
00:28:36.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.662616 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.189:38323: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:37.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.210207 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } attempt: 6
00:28:37.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.240080 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.189:38323: Network error: Client connection negotiation failed: client connection to 127.18.54.189:38323: connect: Connection refused (error 111)
00:28:37.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:36.340121 18741 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
00:28:37.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.599014 18743 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
00:28:37.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.602303 18731 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.263s	user 0.425s	sys 0.829s
00:28:37.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.602670 18731 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.263s	user 0.425s	sys 0.829s
00:28:37.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.602761 18742 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1258 milliseconds
00:28:37.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.602945 18731 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:37.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.604365 18731 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:37.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.607280 18731 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:37.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.608703 18731 hybrid_clock.cc:648] HybridClock initialized: now 1783470517608655 us; error 65 us; skew 500 ppm
00:28:37.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.609728 18731 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:37.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.617938 18731 webserver.cc:534] Webserver started at http://127.18.54.189:36959/ using document root <none> and password file <none>
00:28:37.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.619004 18731 fs_manager.cc:362] Metadata directory not provided
00:28:37.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.619257 18731 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:37.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.619822 18731 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:37.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.624549 18731 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data/instance:
00:28:37.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5072e93f8ac46d5a2e05f937da045a3"
00:28:37.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:37 on dist-test-slave-l596"
00:28:37.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.625895 18731 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/wal/instance:
00:28:37.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5072e93f8ac46d5a2e05f937da045a3"
00:28:37.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:37 on dist-test-slave-l596"
00:28:37.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.634213 18731 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.000s	sys 0.007s
00:28:37.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.641057 18752 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:37.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.642347 18731 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.001s
00:28:37.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.642650 18731 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/wal
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5072e93f8ac46d5a2e05f937da045a3"
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:37 on dist-test-slave-l596"
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.642952 18731 fs_report.cc:389] FS layout report
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/wal
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/wal
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data/data
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:37.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:37.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:37.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:37.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.715212 18731 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:37.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.716753 18731 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:37.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.717175 18731 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:37.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.791061 18731 rpc_server.cc:307] RPC server started. Bound to: 127.18.54.189:38323
00:28:37.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.791139 18803 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.54.189:38323 every 8 connection(s)
00:28:37.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.794005 18731 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/data/info.pb
00:28:37.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.799387 18650 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18731
00:28:37.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.799885 18650 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-1/wal/instance
00:28:37.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.800220 18804 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.802951 18650 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/wal
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/logs
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data/info.pb
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:37.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.54.188:40689
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.54.188
00:28:37.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:37.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.54.148:37629
00:28:37.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:37.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:37.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:37.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:37.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.54.190:37587,127.18.54.189:38323,127.18.54.188:40689
00:28:37.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:37.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40915/jwks.json
00:28:37.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39935 with env {}
00:28:37.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.814179 18804 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } has no permanent_uuid. Determining permanent_uuid...
00:28:37.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.848049 18804 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } has no permanent_uuid. Determining permanent_uuid...
00:28:37.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.862272 18804 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } has no permanent_uuid. Determining permanent_uuid...
00:28:37.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.865188 18756 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:37.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.869459 18804 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:37.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.919049 18804 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 1
00:28:37.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.924546 18804 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:37.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:37.993101 18804 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 2
00:28:37.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:37.998140 18804 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.089628 18804 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 3
00:28:38.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.094063 18804 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.136286 18805 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:38.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.136858 18805 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:38.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.137332 18805 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.170660 18805 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.170960 18805 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.171156 18805 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.171360 18805 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.171554 18805 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:38.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.171705 18805 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40915/jwks.json
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.209040 18805 master_runner.cc:387] Master server non-default flags:
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.54.148:37629
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/wal
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39935
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.54.190:37587,127.18.54.189:38323,127.18.54.188:40689
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:38.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.54.188:40689
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40915/jwks.json
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data/info.pb
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.54.188
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/logs
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:38.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.210546 18805 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:38.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.212169 18805 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:38.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.223208 18815 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
00:28:38.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.237577 18804 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 4
00:28:38.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.241922 18804 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.300745 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } attempt: 7
00:28:38.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.320300 18730 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } has no permanent_uuid. Determining permanent_uuid...
00:28:38.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.329839 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.388497 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 1
00:28:38.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.396045 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.477662 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 2
00:28:38.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.485355 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.541414 18804 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 5
00:28:38.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.549964 18804 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.571069 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 3
00:28:38.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.579284 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:38.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:38.719923 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 4
00:28:38.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.728194 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:39.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.011827 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 5
00:28:39.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.019266 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:39.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.097635 18804 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 6
00:28:39.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.109406 18804 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:39.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.228706 18818 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
00:28:39.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:38.225194 18816 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
00:28:39.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.531580 18817 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1302 milliseconds
00:28:39.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.531730 18805 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:39.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.532953 18805 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:39.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.536300 18805 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:39.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.537743 18805 hybrid_clock.cc:648] HybridClock initialized: now 1783470519537695 us; error 62 us; skew 500 ppm
00:28:39.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.538549 18805 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:39.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.545369 18805 webserver.cc:534] Webserver started at http://127.18.54.188:38225/ using document root <none> and password file <none>
00:28:39.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.546617 18805 fs_manager.cc:362] Metadata directory not provided
00:28:39.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.547173 18805 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:39.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.548153 18805 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.565028 18805 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data/instance:
00:28:39.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e3100b3a3ea648e2a3571894dce1ecd9"
00:28:39.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:39 on dist-test-slave-l596"
00:28:39.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.566797 18805 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/wal/instance:
00:28:39.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e3100b3a3ea648e2a3571894dce1ecd9"
00:28:39.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:39 on dist-test-slave-l596"
00:28:39.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.571933 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 6
00:28:39.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.576639 18805 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.005s	sys 0.004s
00:28:39.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.579988 18730 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.54.188:40689: Network error: Client connection negotiation failed: client connection to 127.18.54.188:40689: connect: Connection refused (error 111)
00:28:39.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.585141 18831 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:39.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.586391 18805 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.007s	sys 0.000s
00:28:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.586812 18805 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/wal
00:28:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e3100b3a3ea648e2a3571894dce1ecd9"
00:28:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:39 on dist-test-slave-l596"
00:28:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.587214 18805 fs_report.cc:389] FS layout report
00:28:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/wal
00:28:39.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/wal
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data/data
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:39.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:39.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.645136 18805 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.646770 18805 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.647321 18805 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:39.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.720211 18805 rpc_server.cc:307] RPC server started. Bound to: 127.18.54.188:40689
00:28:39.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.720317 18882 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.54.188:40689 every 8 connection(s)
00:28:39.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.723315 18805 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/data/info.pb
00:28:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.728834 18650 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 18805
00:28:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.729362 18650 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster5899635297135687437/master-2/wal/instance
00:28:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.729660 18883 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:39.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.742100 18883 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } has no permanent_uuid. Determining permanent_uuid...
00:28:39.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.764343 18883 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } has no permanent_uuid. Determining permanent_uuid...
00:28:39.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.776866 18883 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } has no permanent_uuid. Determining permanent_uuid...
00:28:39.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.789460 18650 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:39.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.796080 18883 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9: Bootstrap starting.
00:28:39.797 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:39.797 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:39.798 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.54.190"
      port: 37587
    }
    bound_http_address {
      host: "127.18.54.190"
      port: 35965
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.54.189"
      port: 38323
    }
    bound_http_address {
      host: "127.18.54.189"
      port: 36959
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.54.188"
      port: 40689
    }
    bound_http_address {
      host: "127.18.54.188"
      port: 38225
    }
  }
}

00:28:39.799 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:39.799 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:39.801 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=268ddb79-8143-4a8c-8e26-656e34bc5a27, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.54.190:37587,127.18.54.188:40689,127.18.54.189:38323}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:39.802 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:39.802 [INFO - Metastore-Handler-Pool: Thread-170] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:39.802 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51, with PersistenceManager: null will be shutdown
00:28:39.803 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@30f5a3cf created in the thread with id: 170
00:28:39.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.804306 18883 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9: Neither blocks nor log segments found. Creating new log.
00:28:39.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.806959 18883 log.cc:826] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9: Log is configured to *not* fsync() on all Append() calls
00:28:39.807 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51
00:28:39.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.818955 18883 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9: No bootstrap required, opened a new log
00:28:39.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.840924 18883 raft_consensus.cc:359] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:39.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.842046 18883 raft_consensus.cc:385] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:39.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.842339 18883 raft_consensus.cc:740] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3100b3a3ea648e2a3571894dce1ecd9, State: Initialized, Role: FOLLOWER
00:28:39.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.843303 18883 consensus_queue.cc:260] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:39.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.846324 18891 sys_catalog.cc:455] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [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: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:39.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.847301 18891 sys_catalog.cc:458] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: This master's current role is: FOLLOWER
00:28:39.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.848176 18883 sys_catalog.cc:565] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: configured and running, proceeding with master startup.
00:28:39.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.902999 18837 tablet.cc:2406] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:39.947 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:39.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.948835 18903 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.953816 18891 raft_consensus.cc:493] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:28:39.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.954392 18891 raft_consensus.cc:515] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:39.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.960820 18891 leader_election.cc:290] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c8e33ca334704834b421828e9e7e7440 (127.18.54.190:37587), d5072e93f8ac46d5a2e05f937da045a3 (127.18.54.189:38323)
00:28:39.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.939685 18805 master_runner.cc:187] Error getting master registration for 127.18.54.190:37587: OK, instance_id { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" instance_seqno: 1783470515899403 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:39.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:39.974785 18805 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:39.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.983709 18907 catalog_manager.cc:1593] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:28:39.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:39.984678 18907 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:28:40.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.170017 18804 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 7
00:28:40.200 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:40.207 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:40.207 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:40.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.230701 18804 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: Bootstrap starting.
00:28:40.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.264220 18804 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: Neither blocks nor log segments found. Creating new log.
00:28:40.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.274607 18804 log.cc:826] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: Log is configured to *not* fsync() on all Append() calls
00:28:40.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.301651 18804 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: No bootstrap required, opened a new log
00:28:40.335 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:40.341 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive4357095404140960040/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=268ddb79-8143-4a8c-8e26-656e34bc5a27, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.54.190:37587,127.18.54.188:40689,127.18.54.189:38323}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:40.346 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4357095404140960040/external-warehouse/table
00:28:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.375186 18804 raft_consensus.cc:359] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.376502 18804 raft_consensus.cc:385] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:40.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.377010 18804 raft_consensus.cc:740] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5072e93f8ac46d5a2e05f937da045a3, State: Initialized, Role: FOLLOWER
00:28:40.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.378469 18804 consensus_queue.cc:260] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:40.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.387470 18914 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [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: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.388899 18804 sys_catalog.cc:565] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [sys.catalog]: configured and running, proceeding with master startup.
00:28:40.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.388783 18779 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d5072e93f8ac46d5a2e05f937da045a3" is_pre_election: true
00:28:40.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.389971 18779 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3100b3a3ea648e2a3571894dce1ecd9 in term 0.
00:28:40.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.389345 18914 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:40.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.391601 18834 leader_election.cc:304] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [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: d5072e93f8ac46d5a2e05f937da045a3, e3100b3a3ea648e2a3571894dce1ecd9; no voters: 
00:28:40.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.392725 18891 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:28:40.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.393066 18891 raft_consensus.cc:493] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:28:40.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.393395 18891 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 0 FOLLOWER]: Advancing to term 1
00:28:40.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.401911 18891 raft_consensus.cc:515] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:40.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.413496 18779 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d5072e93f8ac46d5a2e05f937da045a3"
00:28:40.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.414121 18779 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [term 0 FOLLOWER]: Advancing to term 1
00:28:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.424082 18779 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3100b3a3ea648e2a3571894dce1ecd9 in term 1.
00:28:40.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.425119 18891 leader_election.cc:290] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [CANDIDATE]: Term 1 election: Requested vote from peers c8e33ca334704834b421828e9e7e7440 (127.18.54.190:37587), d5072e93f8ac46d5a2e05f937da045a3 (127.18.54.189:38323)
00:28:40.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.429927 18834 leader_election.cc:304] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [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: d5072e93f8ac46d5a2e05f937da045a3, e3100b3a3ea648e2a3571894dce1ecd9; no voters: 
00:28:40.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.431797 18891 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 1 FOLLOWER]: Leader election won for term 1
00:28:40.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.449457 18891 raft_consensus.cc:697] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [term 1 LEADER]: Becoming Leader. State: Replica: e3100b3a3ea648e2a3571894dce1ecd9, State: Running, Role: LEADER
00:28:40.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.450882 18891 consensus_queue.cc:237] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [LEADER]: Queue going to LEADER mode. State: All 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: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:40.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:40.475297 18758 tablet.cc:2406] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:40.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.479621 18917 sys_catalog.cc:455] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e3100b3a3ea648e2a3571894dce1ecd9. Latest consensus state: current_term: 1 leader_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.480499 18917 sys_catalog.cc:458] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: This master's current role is: LEADER
00:28:40.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.503944 18921 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:28:40.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.517164 18921 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:28:40.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.554324 18779 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [term 1 FOLLOWER]: Refusing update from remote peer e3100b3a3ea648e2a3571894dce1ecd9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:40.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.556195 18917 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.586617 18914 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e3100b3a3ea648e2a3571894dce1ecd9. Latest consensus state: current_term: 1 leader_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.587330 18914 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.594907 18923 mvcc.cc:204] Tried to move back new op lower bound from 7305095252148695040 to 7305095251786330112. Current Snapshot: MvccSnapshot[applied={T|T < 7305095252148695040}]
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.600029 18924 mvcc.cc:204] Tried to move back new op lower bound from 7305095252148695040 to 7305095251786330112. Current Snapshot: MvccSnapshot[applied={T|T < 7305095252148695040}]
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.606020 18917 sys_catalog.cc:455] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.606734 18917 sys_catalog.cc:458] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: This master's current role is: LEADER
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.608464 18921 catalog_manager.cc:1382] Generated new cluster ID: 1a0870b9e0004caeb00f413348ff336e
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.608726 18921 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.613420 18730 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } attempt: 7
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.615610 18914 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.616297 18914 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3 [sys.catalog]: This master's current role is: FOLLOWER
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.658612 18730 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: Bootstrap starting.
00:28:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.660840 18921 catalog_manager.cc:1405] Generated new certificate authority record
00:28:40.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.662985 18921 catalog_manager.cc:1539] Loading token signing keys...
00:28:40.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.674153 18730 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: Neither blocks nor log segments found. Creating new log.
00:28:40.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.676581 18730 log.cc:826] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: Log is configured to *not* fsync() on all Append() calls
00:28:40.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.701584 18730 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: No bootstrap required, opened a new log
00:28:40.735 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:40.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:40.736317 18936 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:40.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.740304 18940 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:28:40.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.776499 18730 raft_consensus.cc:359] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:40.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.778528 18730 raft_consensus.cc:385] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:40.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.779250 18730 raft_consensus.cc:740] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8e33ca334704834b421828e9e7e7440, State: Initialized, Role: FOLLOWER
00:28:40.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.781474 18730 consensus_queue.cc:260] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } }
00:28:40.797 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:40.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.744516 18731 master_runner.cc:187] Error getting master registration for 127.18.54.190:37587: OK, instance_id { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" instance_seqno: 1783470515899403 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:28:40.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.798413 18731 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:28:40.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.799377 18730 sys_catalog.cc:565] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [sys.catalog]: configured and running, proceeding with master startup.
00:28:40.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.799628 18921 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9: Generated new TSK 0
00:28:40.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.799520 18704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8e33ca334704834b421828e9e7e7440"
00:28:40.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.800290 18704 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [term 0 FOLLOWER]: Advancing to term 1
00:28:40.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.800757 18921 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:28:40.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.805230 18921 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
00:28:40.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.806069 18705 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8e33ca334704834b421828e9e7e7440" is_pre_election: true
00:28:40.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.810746 18704 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3100b3a3ea648e2a3571894dce1ecd9 in term 1.
00:28:40.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.812629 18703 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [term 1 FOLLOWER]: Refusing update from remote peer e3100b3a3ea648e2a3571894dce1ecd9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:28:40.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.818986 18941 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [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: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.819919 18941 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [sys.catalog]: This master's current role is: FOLLOWER
00:28:40.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.821604 18891 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:28:40.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.827402 18921 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
00:28:40.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:40.853760 18684 tablet.cc:2406] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:28:40.883 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:40.885 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:40.888 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
00:28:40.893 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive4357095404140960040/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:40.895 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4357095404140960040/external-warehouse/legacy_table
00:28:40.926 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
00:28:40.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.937428 18941 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e3100b3a3ea648e2a3571894dce1ecd9. Latest consensus state: current_term: 1 leader_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.938179 18941 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [sys.catalog]: This master's current role is: FOLLOWER
00:28:40.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.937723 18949 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:40.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:40.938510 18949 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440 [sys.catalog]: This master's current role is: FOLLOWER
00:28:40.962 [INFO - Metastore-Handler-Pool: Thread-177] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:40.963 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:40.963840 18903 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:40.980 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.001 [INFO - Metastore-Handler-Pool: Thread-178] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:41.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:41.004667 18964 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:28:41.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:41.006013 18960 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:41.008 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.083 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.084 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.103 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.123 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.135 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.135 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.144 [DEBUG - Metastore-Handler-Pool: Thread-170] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
00:28:41.145 [DEBUG - Metastore-Handler-Pool: Thread-170] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:28:41.149 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.18.54.190:37587(127.18.54.190:37587)] connecting to peer
00:28:41.150 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.18.54.188:40689(127.18.54.188:40689)] connecting to peer
00:28:41.158 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.54.190:37587(127.18.54.190:37587)] Successfully connected to peer
00:28:41.169 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.18.54.189:38323(127.18.54.189:38323)] connecting to peer
00:28:41.179 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.54.188:40689(127.18.54.188:40689)] Successfully connected to peer
00:28:41.186 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.54.190
00:28:41.188 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.18.54.189:38323(127.18.54.189:38323)] Successfully connected to peer
00:28:41.199 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.54.189
00:28:41.202 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.54.188
00:28:41.218 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:41.228438 18891 sys_catalog.cc:455] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8e33ca334704834b421828e9e7e7440" member_type: VOTER last_known_addr { host: "127.18.54.190" port: 37587 } } peers { permanent_uuid: "d5072e93f8ac46d5a2e05f937da045a3" member_type: VOTER last_known_addr { host: "127.18.54.189" port: 38323 } } peers { permanent_uuid: "e3100b3a3ea648e2a3571894dce1ecd9" member_type: VOTER last_known_addr { host: "127.18.54.188" port: 40689 } } }
00:28:41.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:41.229197 18891 sys_catalog.cc:458] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 [sys.catalog]: This master's current role is: LEADER
00:28:41.232 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:41.234 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3982ac83, L:/127.0.0.1:53266 - R:/127.18.54.190:37587] using SASL/PLAIN
00:28:41.240 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:28:41.250 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa83df4a6, L:/127.0.0.1:47662 - R:/127.18.54.188:40689] using SASL/PLAIN
00:28:41.252 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xb64b8ff7, L:/127.0.0.1:49628 - R:/127.18.54.189:38323] using SASL/PLAIN
00:28:41.258 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:28:41.259 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:41.261 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:41.262 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.273 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.285 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.285 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.292 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.302 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.314 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.314 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.322 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.340 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.362 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.362 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.371 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:41.372 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:41.373 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.400 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.423 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.423 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.428 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:41.430 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:41.432 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.444 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.458 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.458 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.467 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.484 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.503 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.504 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.527 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.538 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.551 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.551 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.555 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:41.557 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:41.559 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.570 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.580 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.580 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.587 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.598 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.609 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.609 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.616 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.627 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.637 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.638 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.652 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.662 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.680 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.681 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.746 [INFO - Metastore-Handler-Pool: Thread-183] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:41.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:41.747157 18936 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:41.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:41.763396 18940 catalog_manager.cc:1294] Loaded cluster ID: 1a0870b9e0004caeb00f413348ff336e
00:28:41.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:41.763700 18940 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: loading cluster ID for follower catalog manager: success
00:28:41.777 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:41.781 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:41.783 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:41.795804 18940 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: acquiring CA information for follower catalog manager: success
00:28:41.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:41.817952 18940 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d5072e93f8ac46d5a2e05f937da045a3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:41.847 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.898 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.898 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:41.938 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:41.956 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:41.978 [INFO - Metastore-Handler-Pool: Thread-184] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:41.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:41.978998 18903 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:41.985 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:41.985 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:42.010 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:42.022 [INFO - Metastore-Handler-Pool: Thread-185] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:42.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:42.023335 18960 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:42.026 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:42.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:42.035830 18964 catalog_manager.cc:1294] Loaded cluster ID: 1a0870b9e0004caeb00f413348ff336e
00:28:42.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:42.036926 18964 catalog_manager.cc:1587] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: loading cluster ID for follower catalog manager: success
00:28:42.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:42.045104 18964 catalog_manager.cc:1609] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: acquiring CA information for follower catalog manager: success
00:28:42.059 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:42.060 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:42.078 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:42.093 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:42.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:42.094902 18964 catalog_manager.cc:1637] T 00000000000000000000000000000000 P c8e33ca334704834b421828e9e7e7440: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:28:42.101 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:42.368 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:42.718 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:42.766 [INFO - Metastore-Handler-Pool: Thread-186] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:42.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:42.766921 18936 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:42.813 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:28:42.994 [INFO - Metastore-Handler-Pool: Thread-187] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:42.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:42.995136 18903 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:43.030 [INFO - Metastore-Handler-Pool: Thread-188] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:43.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:43.031004 18960 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:43.123 [WARN - Metastore-Handler-Pool: Thread-170] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive4357095404140960040/warehouse/default/table
00:28:43.124 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:43.127 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:43.128 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive4357095404140960040/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:43.133 [WARN - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:2452) Location: file:/tmp/hive4357095404140960040/external-warehouse/table specified for non-external table:table
00:28:43.146 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:43.146 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:43.212 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:43.272 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:43.275 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:43.309 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:43.347 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:43.348 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:43.359 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:43.375 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:43.376 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:43.385 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:43.423 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:43.423 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:43.443 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
00:28:43.445 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

00:28:43.446 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:43.472 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:43.505 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:43.505 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:43.530 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
00:28:43.556 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
00:28:43.583 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
00:28:43.583 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
00:28:43.595 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:43.612 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:43.617 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:43.749 [INFO - Metastore-Handler-Pool: Thread-170] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:28:43.751 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=268ddb79-8143-4a8c-8e26-656e34bc5a27, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.54.190:37587,127.18.54.188:40689,127.18.54.189:38323}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:28:43.753 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:28:43.755 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive4357095404140960040/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=268ddb79-8143-4a8c-8e26-656e34bc5a27, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.54.190:37587,127.18.54.188:40689,127.18.54.189:38323}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:28:43.757 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4357095404140960040/external-warehouse/table
00:28:43.778 [INFO - Metastore-Handler-Pool: Thread-189] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:43.779137 18936 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:43.809 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:43.836 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:43.838 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:28:43.851 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:28:43.873 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
00:28:43.873 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:28:43.891 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:28:43.900 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
00:28:43.908 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:28:43.998 [INFO - Metastore-Handler-Pool: Thread-191] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
00:28:44.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:43.999439 18903 client.h:373] Failed to connect to Hive Metastore (localhost:39935): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
00:28:44.012 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:44.012 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:28:44.013 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@26a50a51, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@30f5a3cf will be shutdown
00:28:44.013 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:28:44.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:44.015389 18650 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18662
00:28:44.055 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.54.190:37587(127.18.54.190:37587)] handling channelInactive
00:28:44.056 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.54.190:37587(127.18.54.190:37587)] cleaning up while in state READY due to: connection closed
00:28:44.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:44.057085 18834 connection.cc:573] client connection to 127.18.54.190:37587 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:28:44.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:44.057586 18834 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
00:28:44.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:44.075548 18650 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18731
00:28:44.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:44.083226 18834 consensus_peers.cc:597] T 00000000000000000000000000000000 P e3100b3a3ea648e2a3571894dce1ecd9 -> Peer c8e33ca334704834b421828e9e7e7440 (127.18.54.190:37587): Couldn't send request to peer c8e33ca334704834b421828e9e7e7440. Status: Network error: Client connection negotiation failed: client connection to 127.18.54.190:37587: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
00:28:44.112 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.18.54.189:38323(127.18.54.189:38323)] handling channelInactive
00:28:44.112 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.18.54.189:38323(127.18.54.189:38323)] cleaning up while in state READY due to: connection closed
00:28:44.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:44.114725 18650 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 18805
00:28:44.145 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.54.188:40689(127.18.54.188:40689)] handling channelInactive
00:28:44.146 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.54.188:40689(127.18.54.188:40689)] cleaning up while in state READY due to: connection closed
00:28:45.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:45Z chronyd exiting
.00:28:46.356 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:46.357 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:46.357 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:46.373 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive6415506082004722735
00:28:46.374 [INFO - Thread-138] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:46.374 [INFO - Thread-138] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:46.376 [INFO - Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:46.377 [INFO - Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:46.377 [INFO - Thread-138] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:46.377 [INFO - Thread-138] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:46.379 [INFO - Thread-138] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:46.379 [INFO - Thread-138] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:46.380 [INFO - Thread-138] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:46.380 [INFO - Thread-138] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:46.381 [INFO - Thread-138] (HikariDataSource.java:80) objectstore - Starting...
00:28:46.468 [INFO - Thread-138] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:46.468 [INFO - Thread-138] (HikariDataSource.java:82) objectstore - Start completed.
00:28:46.469 [INFO - Thread-138] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:46.491 [INFO - Thread-138] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:46.498 [INFO - Thread-138] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:46.500 [INFO - Thread-138] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:46.515 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:46.515 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:46.515 [INFO - Thread-138] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:46.547 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:46.548 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:46.548 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:46.549 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:46.549 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:46.550 [WARN - Thread-138] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:46.739 [INFO - Thread-138] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:46.739 [INFO - Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@904ae10, with PersistenceManager: null will be shutdown
00:28:46.740 [INFO - Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@904ae10, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25908025 created in the thread with id: 192
00:28:46.742 [WARN - Thread-138] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
00:28:46.742 [INFO - Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@904ae10
00:28:46.846 [INFO - Thread-138] (HMSHandler.java:595) Started creating a default database with name: default
00:28:46.865 [INFO - Thread-138] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:46.887 [INFO - Thread-138] (HMSHandler.java:668) Added admin role in metastore
00:28:46.889 [INFO - Thread-138] (HMSHandler.java:677) Added public role in metastore
00:28:46.916 [INFO - Thread-138] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:46.917 [INFO - Thread-138] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:46.917 [INFO - Thread-138] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:46.917 [INFO - Thread-138] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:46.918 [WARN - Thread-138] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:46.918 [INFO - Thread-138] (HiveMetaStore.java:632) Started the new metaserver on port [38969]...
00:28:46.918 [INFO - Thread-138] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:46.918 [INFO - Thread-138] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:46.918 [INFO - Thread-138] (HiveMetaStore.java:635) TCP keepalive = true
00:28:46.918 [INFO - Thread-138] (HiveMetaStore.java:636) Enable SSL = false
00:28:47.376 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:47.376 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:47.377 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:47.379 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:47.379 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38969]
00:28:47.379 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38969) in binary transport mode
00:28:47.380 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38969) current connections: 1
00:28:47.381 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task9hBFGD/test-tmp
00:28:47.381 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:28:47.382 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task9hBFGD/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:47.385 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38969"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:47.720 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:47.720 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:47.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:47.723973 19011 mini_oidc.cc:150] Starting JWKS server
00:28:47.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:47.727265 19011 webserver.cc:534] Webserver started at http://127.0.0.1:44573/ using document root <none> and password file <none>
00:28:47.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:47.727698 19011 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:47.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:47.729333 19011 webserver.cc:534] Webserver started at http://127.0.0.1:33361/ using document root <none> and password file <none>
00:28:47.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:47Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:47.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:47Z Disabled control of system clock
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:47.793634 19011 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/wal
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/logs
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data/info.pb
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.144.254:40747
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.144.254
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.144.212:43681
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.144.254:40747,127.18.144.253:38851,127.18.144.252:39569
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44573/jwks.json
00:28:47.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38969 with env {}
00:28:48.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.102001 19023 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:48.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.102584 19023 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:48.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.103052 19023 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:48.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.136873 19023 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:48.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.137178 19023 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:48.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.137375 19023 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:48.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.137598 19023 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:48.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.137794 19023 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:48.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.137953 19023 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44573/jwks.json
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:48.176098 19023 master_runner.cc:387] Master server non-default flags:
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.144.212:43681
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/wal
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38969
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.144.254:40747,127.18.144.253:38851,127.18.144.252:39569
00:28:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.144.254:40747
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44573/jwks.json
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data/info.pb
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.144.254
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/logs
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:48.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:48.177789 19023 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:48.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:48.179478 19023 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:48.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.191326 19029 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
00:28:49.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:48.191838 19030 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
00:28:49.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.427371 19032 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
00:28:49.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.429096 19031 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1233 milliseconds
00:28:49.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.429280 19023 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:28:49.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.430574 19023 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:49.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.433717 19023 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:49.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.435213 19023 hybrid_clock.cc:648] HybridClock initialized: now 1783470529435166 us; error 140 us; skew 500 ppm
00:28:49.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.436137 19023 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:49.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.442392 19023 webserver.cc:534] Webserver started at http://127.18.144.254:46567/ using document root <none> and password file <none>
00:28:49.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.443387 19023 fs_manager.cc:362] Metadata directory not provided
00:28:49.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.443643 19023 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:49.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.444190 19023 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:49.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.448700 19023 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data/instance:
00:28:49.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "08ed8a65bee2480b8019e10f35ace599"
00:28:49.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:49 on dist-test-slave-l596"
00:28:49.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.449909 19023 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/wal/instance:
00:28:49.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "08ed8a65bee2480b8019e10f35ace599"
00:28:49.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:49 on dist-test-slave-l596"
00:28:49.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.457374 19023 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.005s
00:28:49.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.463238 19039 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:49.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.464355 19023 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.464728 19023 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/wal
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "08ed8a65bee2480b8019e10f35ace599"
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:49 on dist-test-slave-l596"
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.465102 19023 fs_report.cc:389] FS layout report
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/wal
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/wal
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data/data
00:28:49.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:49.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:49.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.515920 19023 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:49.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.517525 19023 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:49.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.518081 19023 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:49.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.601874 19023 rpc_server.cc:307] RPC server started. Bound to: 127.18.144.254:40747
00:28:49.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.601946 19090 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.144.254:40747 every 8 connection(s)
00:28:49.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.604732 19023 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/data/info.pb
00:28:49.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.610795 19091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:49.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.611683 19011 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 19023
00:28:49.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.612159 19011 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-0/wal/instance
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.615688 19011 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/wal
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/logs
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data/info.pb
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:49.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.144.253:38851
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.144.253
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.144.212:43681
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.144.254:40747,127.18.144.253:38851,127.18.144.252:39569
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44573/jwks.json
00:28:49.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38969 with env {}
00:28:49.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.621640 19091 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.254" port: 40747 } has no permanent_uuid. Determining permanent_uuid...
00:28:49.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.651146 19091 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } has no permanent_uuid. Determining permanent_uuid...
00:28:49.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.653983 19041 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:49.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.658687 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.253:38851: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:49.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.708254 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } attempt: 1
00:28:49.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.713047 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.253:38851: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:49.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.781561 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } attempt: 2
00:28:49.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.786253 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.253:38851: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:49.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:49.877751 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } attempt: 3
00:28:49.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.882671 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.253:38851: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:49.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.938820 19092 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:49.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.939491 19092 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:49.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.939975 19092 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:49.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.974434 19092 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.974808 19092 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.975056 19092 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.975426 19092 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:49.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.975776 19092 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:49.976042 19092 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44573/jwks.json
00:28:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:50.014142 19092 master_runner.cc:387] Master server non-default flags:
00:28:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.144.212:43681
00:28:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:50.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/wal
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38969
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.144.254:40747,127.18.144.253:38851,127.18.144.252:39569
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.144.253:38851
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44573/jwks.json
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data/info.pb
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.144.253
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/logs
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:50.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:50.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:50.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:50.016155 19092 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:50.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:50.018128 19092 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:50.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:50.026199 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } attempt: 4
00:28:50.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:50.030392 19101 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
00:28:50.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:50.032631 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.253:38851: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:50.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:50.332055 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } attempt: 5
00:28:50.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:50.336661 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.253:38851: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:50.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:50.884307 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } attempt: 6
00:28:50.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:50.892230 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.253:38851: Network error: Client connection negotiation failed: client connection to 127.18.144.253:38851: connect: Connection refused (error 111)
00:28:51.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:50.034049 19102 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
00:28:51.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:50.035494 19092 server_base.cc:1061] running on GCE node
00:28:51.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:50.034999 19104 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
00:28:51.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.236784 19092 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:51.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.239506 19092 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:51.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.240873 19092 hybrid_clock.cc:648] HybridClock initialized: now 1783470531240828 us; error 56 us; skew 500 ppm
00:28:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.241845 19092 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:51.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.248306 19092 webserver.cc:534] Webserver started at http://127.18.144.253:43311/ using document root <none> and password file <none>
00:28:51.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.249243 19092 fs_manager.cc:362] Metadata directory not provided
00:28:51.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.249433 19092 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:51.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.249907 19092 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:51.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.254348 19092 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data/instance:
00:28:51.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c1a453082baf4e82bc1f551e174a6347"
00:28:51.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:51 on dist-test-slave-l596"
00:28:51.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.255442 19092 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/wal/instance:
00:28:51.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c1a453082baf4e82bc1f551e174a6347"
00:28:51.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:51 on dist-test-slave-l596"
00:28:51.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.262914 19092 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
00:28:51.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.268718 19113 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:51.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.270025 19092 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
00:28:51.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.270345 19092 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/wal
00:28:51.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c1a453082baf4e82bc1f551e174a6347"
00:28:51.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:51 on dist-test-slave-l596"
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.270668 19092 fs_report.cc:389] FS layout report
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/wal
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/wal
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data/data
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:51.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.325096 19092 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:51.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.326648 19092 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:51.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.327090 19092 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:51.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.401232 19092 rpc_server.cc:307] RPC server started. Bound to: 127.18.144.253:38851
00:28:51.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.401276 19164 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.144.253:38851 every 8 connection(s)
00:28:51.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.404001 19092 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/data/info.pb
00:28:51.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.405691 19011 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 19092
00:28:51.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.406178 19011 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-1/wal/instance
00:28:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.408409 19011 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/wal
00:28:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data
00:28:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:51.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/logs
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data/info.pb
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.144.252:39569
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.144.252
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.144.212:43681
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:51.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:51.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:51.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.144.254:40747,127.18.144.253:38851,127.18.144.252:39569
00:28:51.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:51.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44573/jwks.json
00:28:51.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38969 with env {}
00:28:51.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.410837 19165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:51.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.421695 19165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.254" port: 40747 } has no permanent_uuid. Determining permanent_uuid...
00:28:51.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.457942 19165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } has no permanent_uuid. Determining permanent_uuid...
00:28:51.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.476912 19165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } has no permanent_uuid. Determining permanent_uuid...
00:28:51.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.480119 19115 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:51.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.485010 19165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:51.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.534614 19165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 1
00:28:51.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.540306 19165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:51.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.608791 19165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 2
00:28:51.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.614894 19165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:51.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.706344 19165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 3
00:28:51.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.711341 19165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:51.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.760425 19166 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:51.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.761159 19166 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:51.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.761844 19166 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:51.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.795554 19166 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:51.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.795938 19166 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:51.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.796342 19166 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:51.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.796677 19166 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:51.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.797005 19166 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:51.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.797256 19166 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44573/jwks.json
00:28:51.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.839224 19166 master_runner.cc:387] Master server non-default flags:
00:28:51.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:51.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.144.212:43681
00:28:51.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:51.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:51.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/wal
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38969
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.144.254:40747,127.18.144.253:38851,127.18.144.252:39569
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.144.252:39569
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44573/jwks.json
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data/info.pb
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.144.252
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/logs
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:51.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:51.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:51.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:51.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:51.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.841087 19166 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:51.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.842849 19166 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:51.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.854749 19165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 4
00:28:51.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.855144 19176 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
00:28:51.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.862005 19165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:51.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.952895 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } attempt: 7
00:28:51.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.967403 19091 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } has no permanent_uuid. Determining permanent_uuid...
00:28:51.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.974918 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:52.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:52.033362 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 1
00:28:52.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:52.039090 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:52.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:52.120613 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 2
00:28:52.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:52.125725 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:52.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:52.161603 19165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 5
00:28:52.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:52.167127 19165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:52.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:52.211442 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 3
00:28:52.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:52.217178 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:52.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:52.357923 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 4
00:28:52.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:52.363950 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:52.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:52.647697 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 5
00:28:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:52.653066 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:52.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:52.714529 19165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 6
00:28:52.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:52.722110 19165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:53.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:51.864169 19166 server_base.cc:1061] running on GCE node
00:28:53.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.864445 19177 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
00:28:53.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:51.865554 19179 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
00:28:53.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.146154 19166 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:53.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.148650 19166 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:53.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.150005 19166 hybrid_clock.cc:648] HybridClock initialized: now 1783470533149955 us; error 79 us; skew 500 ppm
00:28:53.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.150776 19166 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:53.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.157474 19166 webserver.cc:534] Webserver started at http://127.18.144.252:37591/ using document root <none> and password file <none>
00:28:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.158448 19166 fs_manager.cc:362] Metadata directory not provided
00:28:53.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.158639 19166 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:53.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.159057 19166 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.163643 19166 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data/instance:
00:28:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34b71f0b4237480f907dad75ea1e8e70"
00:28:53.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:53 on dist-test-slave-l596"
00:28:53.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.164701 19166 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/wal/instance:
00:28:53.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34b71f0b4237480f907dad75ea1e8e70"
00:28:53.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:53 on dist-test-slave-l596"
00:28:53.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.172083 19166 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
00:28:53.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.177907 19190 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:53.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.179049 19166 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
00:28:53.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.179342 19166 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/wal
00:28:53.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34b71f0b4237480f907dad75ea1e8e70"
00:28:53.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:53 on dist-test-slave-l596"
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.179653 19166 fs_report.cc:389] FS layout report
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/wal
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/wal
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data/data
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:53.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:53.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.205559 19091 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } attempt: 6
00:28:53.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:53.213140 19091 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.144.252:39569: Network error: Client connection negotiation failed: client connection to 127.18.144.252:39569: connect: Connection refused (error 111)
00:28:53.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.230315 19166 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:53.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.231804 19166 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:53.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.232230 19166 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.305876 19166 rpc_server.cc:307] RPC server started. Bound to: 127.18.144.252:39569
00:28:53.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.305975 19243 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.144.252:39569 every 8 connection(s)
00:28:53.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.308648 19166 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/data/info.pb
00:28:53.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.313113 19011 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 19166
00:28:53.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.313469 19011 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster11046395347023563400/master-2/wal/instance
00:28:53.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.314855 19244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:53.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.330443 19244 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.254" port: 40747 } has no permanent_uuid. Determining permanent_uuid...
00:28:53.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.350765 19244 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } has no permanent_uuid. Determining permanent_uuid...
00:28:53.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.364559 19244 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } has no permanent_uuid. Determining permanent_uuid...
00:28:53.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.379238 19011 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:28:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.382845 19244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70: Bootstrap starting.
00:28:53.387 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:53.387 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:28:53.388 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.144.254"
      port: 40747
    }
    bound_http_address {
      host: "127.18.144.254"
      port: 46567
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.144.253"
      port: 38851
    }
    bound_http_address {
      host: "127.18.144.253"
      port: 43311
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.144.252"
      port: 39569
    }
    bound_http_address {
      host: "127.18.144.252"
      port: 37591
    }
  }
}

00:28:53.388 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:28:53.389 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:53.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.389691 19244 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70: Neither blocks nor log segments found. Creating new log.
00:28:53.390 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:28:53.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.390457 19011 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 19023
00:28:53.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.392290 19244 log.cc:826] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70: Log is configured to *not* fsync() on all Append() calls
00:28:53.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.397923 19244 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70: No bootstrap required, opened a new log
00:28:53.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.411794 19011 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 19092
00:28:53.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.431210 19244 raft_consensus.cc:359] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "08ed8a65bee2480b8019e10f35ace599" member_type: VOTER last_known_addr { host: "127.18.144.254" port: 40747 } } peers { permanent_uuid: "c1a453082baf4e82bc1f551e174a6347" member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } } peers { permanent_uuid: "34b71f0b4237480f907dad75ea1e8e70" member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } }
00:28:53.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.432190 19244 raft_consensus.cc:385] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:28:53.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.432519 19244 raft_consensus.cc:740] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34b71f0b4237480f907dad75ea1e8e70, State: Initialized, Role: FOLLOWER
00:28:53.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.433584 19244 consensus_queue.cc:260] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "08ed8a65bee2480b8019e10f35ace599" member_type: VOTER last_known_addr { host: "127.18.144.254" port: 40747 } } peers { permanent_uuid: "c1a453082baf4e82bc1f551e174a6347" member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } } peers { permanent_uuid: "34b71f0b4237480f907dad75ea1e8e70" member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } }
00:28:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.436524 19252 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70 [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: "08ed8a65bee2480b8019e10f35ace599" member_type: VOTER last_known_addr { host: "127.18.144.254" port: 40747 } } peers { permanent_uuid: "c1a453082baf4e82bc1f551e174a6347" member_type: VOTER last_known_addr { host: "127.18.144.253" port: 38851 } } peers { permanent_uuid: "34b71f0b4237480f907dad75ea1e8e70" member_type: VOTER last_known_addr { host: "127.18.144.252" port: 39569 } } }
00:28:53.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.437167 19252 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70 [sys.catalog]: This master's current role is: FOLLOWER
00:28:53.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.438783 19244 sys_catalog.cc:565] T 00000000000000000000000000000000 P 34b71f0b4237480f907dad75ea1e8e70 [sys.catalog]: configured and running, proceeding with master startup.
00:28:53.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:53.439713 19011 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 19166
00:28:54.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:54Z chronyd exiting
.00:28:55.683 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:55.684 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:55.684 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:55.703 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive18240845491353455997
00:28:55.703 [INFO - Thread-154] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
00:28:55.704 [INFO - Thread-154] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
00:28:55.706 [INFO - Thread-154] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:28:55.706 [INFO - Thread-154] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:28:55.707 [INFO - Thread-154] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
00:28:55.707 [INFO - Thread-154] (HikariDataSource.java:350) objectstore - Shutdown initiated...
00:28:55.708 [INFO - Thread-154] (HikariDataSource.java:352) objectstore - Shutdown completed.
00:28:55.708 [INFO - Thread-154] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
00:28:55.709 [INFO - Thread-154] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
00:28:55.709 [INFO - Thread-154] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
00:28:55.710 [INFO - Thread-154] (HikariDataSource.java:80) objectstore - Starting...
00:28:55.770 [INFO - Thread-154] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:55.771 [INFO - Thread-154] (HikariDataSource.java:82) objectstore - Start completed.
00:28:55.771 [INFO - Thread-154] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
00:28:55.773 [INFO - Thread-154] (HikariDataSource.java:80) objectstore-secondary - Starting...
00:28:55.775 [INFO - Thread-154] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
00:28:55.775 [INFO - Thread-154] (HikariDataSource.java:82) objectstore-secondary - Start completed.
00:28:55.790 [INFO - Thread-154] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
00:28:55.790 [INFO - Thread-154] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
00:28:55.790 [INFO - Thread-154] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
00:28:55.812 [WARN - Thread-154] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:55.813 [WARN - Thread-154] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:55.814 [WARN - Thread-154] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:55.814 [WARN - Thread-154] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:55.814 [WARN - Thread-154] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:55.815 [WARN - Thread-154] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
00:28:56.025 [INFO - Thread-154] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
00:28:56.025 [INFO - Thread-154] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c7eedc9, with PersistenceManager: null will be shutdown
00:28:56.026 [INFO - Thread-154] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c7eedc9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@500c25a1 created in the thread with id: 215
00:28:56.027 [WARN - Thread-154] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
00:28:56.028 [INFO - Thread-154] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c7eedc9
00:28:56.110 [INFO - Thread-154] (HMSHandler.java:595) Started creating a default database with name: default
00:28:56.125 [INFO - Thread-154] (HMSHandler.java:605) Successfully created a default database with name: default
00:28:56.147 [INFO - Thread-154] (HMSHandler.java:668) Added admin role in metastore
00:28:56.148 [INFO - Thread-154] (HMSHandler.java:677) Added public role in metastore
00:28:56.176 [INFO - Thread-154] (HMSHandler.java:717) No user is added in admin role, since config is empty
00:28:56.177 [INFO - Thread-154] (HMSHandler.java:404) HMS server filtering is disabled by configuration
00:28:56.177 [INFO - Thread-154] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
00:28:56.178 [INFO - Thread-154] (HiveMetaStore.java:697) Direct SQL optimization = true
00:28:56.178 [WARN - Thread-154] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
00:28:56.178 [INFO - Thread-154] (HiveMetaStore.java:632) Started the new metaserver on port [41317]...
00:28:56.178 [INFO - Thread-154] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
00:28:56.178 [INFO - Thread-154] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
00:28:56.178 [INFO - Thread-154] (HiveMetaStore.java:635) TCP keepalive = true
00:28:56.178 [INFO - Thread-154] (HiveMetaStore.java:636) Enable SSL = false
00:28:56.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
00:28:56.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
00:28:56.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
00:28:56.709 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
00:28:56.709 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41317]
00:28:56.709 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41317) in binary transport mode
00:28:56.710 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41317) current connections: 1
00:28:56.711 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task9hBFGD/test-tmp
00:28:56.712 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
00:28:56.712 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task9hBFGD/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
00:28:56.715 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

00:28:57.047 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:28:57.048 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

00:28:57.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.051529 19277 mini_oidc.cc:150] Starting JWKS server
00:28:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.054811 19277 webserver.cc:534] Webserver started at http://127.0.0.1:33503/ using document root <none> and password file <none>
00:28:57.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.055306 19277 mini_oidc.cc:186] Starting OIDC Discovery server
00:28:57.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.056977 19277 webserver.cc:534] Webserver started at http://127.0.0.1:36131/ using document root <none> and password file <none>
00:28:57.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:57Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
00:28:57.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:28:57Z Disabled control of system clock
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.120833 19277 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/wal
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/logs
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data/info.pb
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.211.126:32867
00:28:57.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.211.126
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.211.84:35821
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.211.126:32867,127.18.211.125:45839,127.18.211.124:40091
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:57.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33503/jwks.json with env {}
00:28:57.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.459594 19289 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:57.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.460160 19289 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:57.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.460634 19289 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.494624 19289 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.494938 19289 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.495137 19289 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.495353 19289 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:57.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.495540 19289 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.495787 19289 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33503/jwks.json
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.533474 19289 master_runner.cc:387] Master server non-default flags:
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.211.84:35821
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/wal
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.211.126:32867,127.18.211.125:45839,127.18.211.124:40091
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.211.126:32867
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33503/jwks.json
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data/info.pb
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.211.126
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:57.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/logs
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:57.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.535333 19289 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:57.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.537040 19289 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:57.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.548862 19296 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
00:28:58.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.550810 19295 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
00:28:58.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:57.552878 19298 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
00:28:58.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:57.552954 19289 server_base.cc:1061] running on GCE node
00:28:58.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.802718 19289 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:28:58.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.805938 19289 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:28:58.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.807426 19289 hybrid_clock.cc:648] HybridClock initialized: now 1783470538807386 us; error 133 us; skew 500 ppm
00:28:58.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.808259 19289 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:28:58.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.815172 19289 webserver.cc:534] Webserver started at http://127.18.211.126:34673/ using document root <none> and password file <none>
00:28:58.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.816143 19289 fs_manager.cc:362] Metadata directory not provided
00:28:58.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.816336 19289 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:28:58.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.816749 19289 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:28:58.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.821060 19289 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data/instance:
00:28:58.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e2459bdfff14a7fb0485e5a221f28ba"
00:28:58.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:58 on dist-test-slave-l596"
00:28:58.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.822180 19289 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/wal/instance:
00:28:58.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e2459bdfff14a7fb0485e5a221f28ba"
00:28:58.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:58 on dist-test-slave-l596"
00:28:58.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.829449 19289 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
00:28:58.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.835305 19305 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:28:58.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.836642 19289 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
00:28:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.837102 19289 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/wal
00:28:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e2459bdfff14a7fb0485e5a221f28ba"
00:28:58.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:28:58 on dist-test-slave-l596"
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.837469 19289 fs_report.cc:389] FS layout report
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/wal
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/wal
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data/data
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:28:58.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:28:58.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.888738 19289 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:28:58.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.890959 19289 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:28:58.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.891431 19289 kserver.cc:163] Server-wide thread pool size limit: 3276
00:28:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.969797 19289 rpc_server.cc:307] RPC server started. Bound to: 127.18.211.126:32867
00:28:58.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.969897 19356 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.211.126:32867 every 8 connection(s)
00:28:58.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.973065 19289 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/data/info.pb
00:28:58.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.979991 19357 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:28:58.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.981832 19277 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 19289
00:28:58.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.982244 19277 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-0/wal/instance
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.986019 19277 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/wal
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/logs
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data/info.pb
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:28:58.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.211.125:45839
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.211.125
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.211.84:35821
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.211.126:32867,127.18.211.125:45839,127.18.211.124:40091
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:58.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33503/jwks.json with env {}
00:28:58.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:58.991750 19357 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } has no permanent_uuid. Determining permanent_uuid...
00:28:59.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.022238 19357 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } has no permanent_uuid. Determining permanent_uuid...
00:28:59.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.024919 19308 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:28:59.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.029140 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.125:45839: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:28:59.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.078750 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } attempt: 1
00:28:59.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.083539 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.125:45839: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:28:59.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.152112 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } attempt: 2
00:28:59.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.157415 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.125:45839: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:28:59.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.249045 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } attempt: 3
00:28:59.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.254180 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.125:45839: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:28:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.307603 19359 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:28:59.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.308363 19359 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:28:59.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.309011 19359 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:28:59.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.342326 19359 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:28:59.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.342718 19359 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:28:59.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.343070 19359 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:28:59.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.343413 19359 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:28:59.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.343750 19359 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:28:59.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.344007 19359 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33503/jwks.json
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.390836 19359 master_runner.cc:387] Master server non-default flags:
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.211.84:35821
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/wal
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.211.126:32867,127.18.211.125:45839,127.18.211.124:40091
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.211.125:45839
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:28:59.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33503/jwks.json
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data/info.pb
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.211.125
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/logs
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:28:59.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:28:59.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.392707 19359 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:28:59.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.394681 19359 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:28:59.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.397601 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } attempt: 4
00:28:59.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.402676 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.125:45839: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:28:59.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.410197 19368 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
00:28:59.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:28:59.702170 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } attempt: 5
00:28:59.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.711766 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.125:45839: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:29:00.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.259328 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } attempt: 6
00:29:00.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:00.290782 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.125:45839: Network error: Client connection negotiation failed: client connection to 127.18.211.125:45839: connect: Connection refused (error 111)
00:29:00.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:00.813797 19367 debug-util.cc:398] Leaking SignalData structure 0x7b0800028020 after lost signal to thread 19359
00:29:00.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:00.878803 19367 kernel_stack_watchdog.cc:198] Thread 19359 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
00:29:00.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
00:29:00.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
00:29:00.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
00:29:00.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
00:29:00.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:28:59.410897 19369 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
00:29:00.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:00.879799 19359 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.470s	user 0.421s	sys 1.029s
00:29:00.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:00.880280 19370 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1468 milliseconds
00:29:00.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:00.880478 19359 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.470s	user 0.421s	sys 1.030s
00:29:00.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:00.882038 19371 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
00:29:00.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.881980 19359 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:29:00.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.885838 19359 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:29:00.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.888234 19359 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:29:00.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.889639 19359 hybrid_clock.cc:648] HybridClock initialized: now 1783470540889601 us; error 47 us; skew 500 ppm
00:29:00.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.890473 19359 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:29:00.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.896559 19359 webserver.cc:534] Webserver started at http://127.18.211.125:36573/ using document root <none> and password file <none>
00:29:00.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.897570 19359 fs_manager.cc:362] Metadata directory not provided
00:29:00.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.897782 19359 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:29:00.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.898252 19359 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:29:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.902576 19359 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data/instance:
00:29:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7466d0d42f9b4059b61cc5149c26fa40"
00:29:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:29:00 on dist-test-slave-l596"
00:29:00.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.903653 19359 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/wal/instance:
00:29:00.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7466d0d42f9b4059b61cc5149c26fa40"
00:29:00.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:29:00 on dist-test-slave-l596"
00:29:00.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.911088 19359 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.008s	sys 0.000s
00:29:00.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.917335 19380 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:29:00.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.918727 19359 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.000s
00:29:00.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.919173 19359 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/wal
00:29:00.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7466d0d42f9b4059b61cc5149c26fa40"
00:29:00.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:29:00 on dist-test-slave-l596"
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.919606 19359 fs_report.cc:389] FS layout report
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/wal
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/wal
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data/data
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:29:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:29:00.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.977768 19359 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:29:00.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.979530 19359 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:29:00.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:00.980127 19359 kserver.cc:163] Server-wide thread pool size limit: 3276
00:29:01.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.059767 19359 rpc_server.cc:307] RPC server started. Bound to: 127.18.211.125:45839
00:29:01.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.059854 19431 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.211.125:45839 every 8 connection(s)
00:29:01.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.062817 19359 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/data/info.pb
00:29:01.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.068454 19277 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 19359
00:29:01.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.068827 19277 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-1/wal/instance
00:29:01.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.069360 19432 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.071079 19277 external_mini_cluster.cc:1372] Running /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/wal
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:29:01.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/logs
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data/info.pb
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.211.124:40091
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.211.124
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.211.84:35821
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.211.126:32867,127.18.211.125:45839,127.18.211.124:40091
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:29:01.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33503/jwks.json with env {}
00:29:01.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.081914 19432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } has no permanent_uuid. Determining permanent_uuid...
00:29:01.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.105788 19432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } has no permanent_uuid. Determining permanent_uuid...
00:29:01.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.122303 19432 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } has no permanent_uuid. Determining permanent_uuid...
00:29:01.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.125149 19381 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.129757 19432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.179430 19432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 1
00:29:01.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.183966 19432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.252518 19432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 2
00:29:01.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.257074 19432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.348575 19432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 3
00:29:01.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.351461 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } attempt: 7
00:29:01.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.353672 19432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.364892 19357 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } has no permanent_uuid. Determining permanent_uuid...
00:29:01.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.372200 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.415182 19434 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
00:29:01.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.415916 19434 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
00:29:01.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.416631 19434 flags.cc:432] Enabled unsafe flag: --never_fsync=true
00:29:01.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.430648 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 1
00:29:01.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.435262 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.451759 19434 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
00:29:01.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.452075 19434 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
00:29:01.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.452276 19434 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
00:29:01.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.452486 19434 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
00:29:01.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.452672 19434 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
00:29:01.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.452826 19434 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:33503/jwks.json
00:29:01.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.491289 19434 master_runner.cc:387] Master server non-default flags:
00:29:01.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
00:29:01.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.211.84:35821
00:29:01.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
00:29:01.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/wal
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.211.126:32867,127.18.211.125:45839,127.18.211.124:40091
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.211.124:40091
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33503/jwks.json
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data/info.pb
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.211.124
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/logs
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 0d8247991d193c4f984e0c0bdfb0389121fdc8d9
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 00:13:11 UTC on e7f111948823
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16843
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
00:29:01.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.492628 19434 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
00:29:01.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.494423 19434 file_cache.cc:492] Constructed file cache file cache with capacity 419430
00:29:01.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.497135 19432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 4
00:29:01.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.502390 19432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.507723 19446 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
00:29:01.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.516741 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 2
00:29:01.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.523887 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.609481 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 3
00:29:01.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.618244 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.758814 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 4
00:29:01.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.786300 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:01.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:01.801906 19432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 5
00:29:01.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.809548 19432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:02.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.069913 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 5
00:29:02.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:02.078624 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:02.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.357124 19432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 6
00:29:02.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:02.394064 19432 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:02.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.631247 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 6
00:29:02.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:02.664856 19357 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.211.124:40091: Network error: Client connection negotiation failed: client connection to 127.18.211.124:40091: connect: Connection refused (error 111)
00:29:02.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:01.508468 19447 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
00:29:02.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:02.904724 19449 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
00:29:02.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:02.907927 19448 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1398 milliseconds
00:29:02.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:02.908408 19434 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.400s	user 0.539s	sys 0.847s
00:29:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:02.908782 19434 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.401s	user 0.539s	sys 0.847s
00:29:02.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.909094 19434 server_base.cc:1056] Not found: could not retrieve instance metadata: unable to detect cloud type of this node, probably running in non-cloud environment
00:29:02.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.910775 19434 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
00:29:02.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.914317 19434 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
00:29:02.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.915793 19434 hybrid_clock.cc:648] HybridClock initialized: now 1783470542915730 us; error 45 us; skew 500 ppm
00:29:02.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.917034 19434 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
00:29:02.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.926205 19434 webserver.cc:534] Webserver started at http://127.18.211.124:33635/ using document root <none> and password file <none>
00:29:02.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.927685 19434 fs_manager.cc:362] Metadata directory not provided
00:29:02.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.928007 19434 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
00:29:02.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.928634 19434 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
00:29:02.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.935935 19434 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data/instance:
00:29:02.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "834e792a69774443b3a87af1a0e7a177"
00:29:02.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:29:02 on dist-test-slave-l596"
00:29:02.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.937665 19434 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/wal/instance:
00:29:02.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "834e792a69774443b3a87af1a0e7a177"
00:29:02.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:29:02 on dist-test-slave-l596"
00:29:02.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.948191 19434 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.005s	sys 0.005s
00:29:02.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.956421 19460 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
00:29:02.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.957948 19434 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.002s
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.958398 19434 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data,/tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/wal
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "834e792a69774443b3a87af1a0e7a177"
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 00:29:02 on dist-test-slave-l596"
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:02.958874 19434 fs_report.cc:389] FS layout report
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/wal
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/wal
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data/data
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
00:29:02.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
00:29:02.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
00:29:02.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
00:29:02.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
00:29:02.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
00:29:03.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.038022 19434 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
00:29:03.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.039769 19434 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
00:29:03.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.040293 19434 kserver.cc:163] Server-wide thread pool size limit: 3276
00:29:03.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.118649 19434 rpc_server.cc:307] RPC server started. Bound to: 127.18.211.124:40091
00:29:03.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.118721 19511 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.211.124:40091 every 8 connection(s)
00:29:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.121668 19434 server_base.cc:1193] Dumped server information to /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/data/info.pb
00:29:03.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.128525 19512 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
00:29:03.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.131008 19277 external_mini_cluster.cc:1434] Started /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu as pid 19434
00:29:03.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.131498 19277 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task9hBFGD/test-tmp/mini-kudu-cluster19026119167689022/master-2/wal/instance
00:29:03.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.145010 19512 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } has no permanent_uuid. Determining permanent_uuid...
00:29:03.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.166086 19512 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } has no permanent_uuid. Determining permanent_uuid...
00:29:03.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.180135 19512 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } has no permanent_uuid. Determining permanent_uuid...
00:29:03.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.198663 19512 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177: Bootstrap starting.
00:29:03.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.199528 19277 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
00:29:03.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.205075 19512 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177: Neither blocks nor log segments found. Creating new log.
00:29:03.207 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:29:03.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.207062 19512 log.cc:826] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177: Log is configured to *not* fsync() on all Append() calls
00:29:03.207 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

00:29:03.208 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.211.126"
      port: 32867
    }
    bound_http_address {
      host: "127.18.211.126"
      port: 34673
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.211.125"
      port: 45839
    }
    bound_http_address {
      host: "127.18.211.125"
      port: 36573
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.211.124"
      port: 40091
    }
    bound_http_address {
      host: "127.18.211.124"
      port: 33635
    }
  }
}

00:29:03.211 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

00:29:03.212 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
00:29:03.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.212296 19512 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177: No bootstrap required, opened a new log
00:29:03.213 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=882c90b9-5cd4-43cf-8fbe-6a4dff00ade5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.211.126:32867,127.18.211.124:40091,127.18.211.125:45839}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
00:29:03.215 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
00:29:03.215 [INFO - Metastore-Handler-Pool: Thread-236] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
00:29:03.216 [INFO - Metastore-Handler-Pool: Thread-236] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5d8a93a9, with PersistenceManager: null will be shutdown
00:29:03.216 [INFO - Metastore-Handler-Pool: Thread-236] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5d8a93a9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4c46d0b1 created in the thread with id: 236
00:29:03.220 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5d8a93a9
00:29:03.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.239881 19512 raft_consensus.cc:359] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.240823 19512 raft_consensus.cc:385] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:29:03.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.241137 19512 raft_consensus.cc:740] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 834e792a69774443b3a87af1a0e7a177, State: Initialized, Role: FOLLOWER
00:29:03.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.242224 19512 consensus_queue.cc:260] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.246730 19521 sys_catalog.cc:455] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [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: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:03.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.247594 19521 sys_catalog.cc:458] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: This master's current role is: FOLLOWER
00:29:03.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.249042 19512 sys_catalog.cc:565] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: configured and running, proceeding with master startup.
00:29:03.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:03.279215 19532 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
00:29:03.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:03.279570 19532 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
00:29:03.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:03.296787 19466 tablet.cc:2406] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:29:03.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.275413 19434 master_runner.cc:187] Error getting master registration for 127.18.211.126:32867: OK, instance_id { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" instance_seqno: 1783470538948743 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:29:03.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.305737 19434 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:29:03.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.452026 19521 raft_consensus.cc:493] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
00:29:03.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.452668 19521 raft_consensus.cc:515] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.454661 19432 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 7
00:29:03.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.461141 19521 leader_election.cc:290] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4e2459bdfff14a7fb0485e5a221f28ba (127.18.211.126:32867), 7466d0d42f9b4059b61cc5149c26fa40 (127.18.211.125:45839)
00:29:03.490 [WARN - Metastore-Handler-Pool: Thread-236] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:29:03.499 [WARN - Metastore-Handler-Pool: Thread-236] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:29:03.499 [WARN - Metastore-Handler-Pool: Thread-236] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:29:03.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.502594 19432 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: Bootstrap starting.
00:29:03.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.523450 19432 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: Neither blocks nor log segments found. Creating new log.
00:29:03.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.530121 19432 log.cc:826] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: Log is configured to *not* fsync() on all Append() calls
00:29:03.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.552927 19432 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: No bootstrap required, opened a new log
00:29:03.588 [INFO - Metastore-Handler-Pool: Thread-236] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
00:29:03.593 [INFO - Metastore-Handler-Pool: Thread-236] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive18240845491353455997/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=882c90b9-5cd4-43cf-8fbe-6a4dff00ade5, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.211.126:32867,127.18.211.124:40091,127.18.211.125:45839}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
00:29:03.596 [INFO - Metastore-Handler-Pool: Thread-236] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive18240845491353455997/external-warehouse/table
00:29:03.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.629545 19432 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.632121 19432 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:29:03.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.633155 19432 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7466d0d42f9b4059b61cc5149c26fa40, State: Initialized, Role: FOLLOWER
00:29:03.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.637393 19432 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.670567 19541 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [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: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.671486 19541 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [sys.catalog]: This master's current role is: FOLLOWER
00:29:03.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.675395 19407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "834e792a69774443b3a87af1a0e7a177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7466d0d42f9b4059b61cc5149c26fa40" is_pre_election: true
00:29:03.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.675530 19432 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [sys.catalog]: configured and running, proceeding with master startup.
00:29:03.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.676508 19407 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 834e792a69774443b3a87af1a0e7a177 in term 0.
00:29:03.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.678478 19463 leader_election.cc:304] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [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: 7466d0d42f9b4059b61cc5149c26fa40, 834e792a69774443b3a87af1a0e7a177; no voters: 
00:29:03.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.679579 19521 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Leader pre-election won for term 1
00:29:03.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.679951 19521 raft_consensus.cc:493] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
00:29:03.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.680266 19521 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 0 FOLLOWER]: Advancing to term 1
00:29:03.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.687703 19521 raft_consensus.cc:515] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.695195 19407 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "834e792a69774443b3a87af1a0e7a177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7466d0d42f9b4059b61cc5149c26fa40"
00:29:03.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.695779 19407 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [term 0 FOLLOWER]: Advancing to term 1
00:29:03.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.695111 19521 leader_election.cc:290] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [CANDIDATE]: Term 1 election: Requested vote from peers 4e2459bdfff14a7fb0485e5a221f28ba (127.18.211.126:32867), 7466d0d42f9b4059b61cc5149c26fa40 (127.18.211.125:45839)
00:29:03.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.698407 19357 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } attempt: 7
00:29:03.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.703917 19407 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 834e792a69774443b3a87af1a0e7a177 in term 1.
00:29:03.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.705412 19463 leader_election.cc:304] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [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: 7466d0d42f9b4059b61cc5149c26fa40, 834e792a69774443b3a87af1a0e7a177; no voters: 
00:29:03.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.706507 19521 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 1 FOLLOWER]: Leader election won for term 1
00:29:03.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.708295 19521 raft_consensus.cc:697] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [term 1 LEADER]: Becoming Leader. State: Replica: 834e792a69774443b3a87af1a0e7a177, State: Running, Role: LEADER
00:29:03.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.709414 19521 consensus_queue.cc:237] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [LEADER]: Queue going to LEADER mode. State: All 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: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.719169 19544 sys_catalog.cc:455] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 834e792a69774443b3a87af1a0e7a177. Latest consensus state: current_term: 1 leader_uuid: "834e792a69774443b3a87af1a0e7a177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.720064 19544 sys_catalog.cc:458] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: This master's current role is: LEADER
00:29:03.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.730548 19546 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
00:29:03.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.737797 19546 catalog_manager.cc:1519] Initializing Kudu cluster ID...
00:29:03.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 00:29:03.739174 19386 tablet.cc:2406] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: Can't schedule compaction. Clean time has not been advanced past its initial value.
00:29:03.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.757453 19357 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba: Bootstrap starting.
00:29:03.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.766215 19407 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [term 1 FOLLOWER]: Refusing update from remote peer 834e792a69774443b3a87af1a0e7a177: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:29:03.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.768230 19544 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
00:29:03.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.776623 19357 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba: Neither blocks nor log segments found. Creating new log.
00:29:03.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.779225 19357 log.cc:826] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba: Log is configured to *not* fsync() on all Append() calls
00:29:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.849213 19541 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 834e792a69774443b3a87af1a0e7a177. Latest consensus state: current_term: 1 leader_uuid: "834e792a69774443b3a87af1a0e7a177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.851094 19541 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [sys.catalog]: This master's current role is: FOLLOWER
00:29:03.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.856882 19357 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba: No bootstrap required, opened a new log
00:29:03.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.871438 19551 mvcc.cc:204] Tried to move back new op lower bound from 7305095347248001024 to 7305095347045560320. Current Snapshot: MvccSnapshot[applied={T|T < 7305095347248001024}]
00:29:03.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.876300 19554 mvcc.cc:204] Tried to move back new op lower bound from 7305095347248001024 to 7305095347045560320. Current Snapshot: MvccSnapshot[applied={T|T < 7305095347248001024}]
00:29:03.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.879103 19521 sys_catalog.cc:455] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "834e792a69774443b3a87af1a0e7a177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:03.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.879873 19521 sys_catalog.cc:458] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: This master's current role is: LEADER
00:29:03.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.897552 19541 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "834e792a69774443b3a87af1a0e7a177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:03.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.898288 19541 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40 [sys.catalog]: This master's current role is: FOLLOWER
00:29:03.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.898902 19357 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.899959 19357 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
00:29:03.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.900331 19546 catalog_manager.cc:1382] Generated new cluster ID: 853f6f109fde481a98fe12aeeb7d92bb
00:29:03.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.900650 19546 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
00:29:03.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.900511 19357 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e2459bdfff14a7fb0485e5a221f28ba, State: Initialized, Role: FOLLOWER
00:29:03.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.903342 19357 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } }
00:29:03.907 [DEBUG - Metastore-Handler-Pool: Thread-236] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
00:29:03.908 [DEBUG - Metastore-Handler-Pool: Thread-236] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
00:29:03.921 [DEBUG - Metastore-Handler-Pool: Thread-236] (Connection.java:748) [peer master-127.18.211.126:32867(127.18.211.126:32867)] connecting to peer
00:29:03.936 [DEBUG - Metastore-Handler-Pool: Thread-236] (Connection.java:748) [peer master-127.18.211.124:40091(127.18.211.124:40091)] connecting to peer
00:29:03.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.941672 19562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [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: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:03.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.943701 19357 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [sys.catalog]: configured and running, proceeding with master startup.
00:29:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.943859 19331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "834e792a69774443b3a87af1a0e7a177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4e2459bdfff14a7fb0485e5a221f28ba"
00:29:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.944685 19331 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [term 0 FOLLOWER]: Advancing to term 1
00:29:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.946718 19546 catalog_manager.cc:1405] Generated new certificate authority record
00:29:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.948889 19546 catalog_manager.cc:1539] Loading token signing keys...
00:29:03.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.950599 19332 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "834e792a69774443b3a87af1a0e7a177" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" is_pre_election: true
00:29:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.943734 19562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [sys.catalog]: This master's current role is: FOLLOWER
00:29:03.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.956364 19331 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 834e792a69774443b3a87af1a0e7a177 in term 1.
00:29:03.959 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.211.126:32867(127.18.211.126:32867)] Successfully connected to peer
00:29:03.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.958156 19563 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:29:03.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.958166 19330 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [term 1 FOLLOWER]: Refusing update from remote peer 834e792a69774443b3a87af1a0e7a177: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
00:29:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.966717 19521 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
00:29:03.969 [DEBUG - Metastore-Handler-Pool: Thread-236] (Connection.java:748) [peer master-127.18.211.125:45839(127.18.211.125:45839)] connecting to peer
00:29:03.974 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.18.211.125:45839(127.18.211.125:45839)] Successfully connected to peer
00:29:03.981 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.211.124:40091(127.18.211.124:40091)] Successfully connected to peer
00:29:03.982 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.211.125
00:29:03.992 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.211.124
00:29:04.004 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.211.126
00:29:04.014 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:29:04.018 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x774f44ab, L:/127.0.0.1:40956 - R:/127.18.211.125:45839] using SASL/PLAIN
00:29:04.034 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:29:04.064 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
00:29:04.074 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb00001ee, L:/127.0.0.1:41260 - R:/127.18.211.126:32867] using SASL/PLAIN
00:29:04.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.086889 19546 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177: Generated new TSK 0
00:29:04.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.094539 19546 catalog_manager.cc:1549] Initializing in-progress tserver states...
00:29:04.105 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa8e315ef, L:/127.0.0.1:56086 - R:/127.18.211.124:40091] using SASL/PLAIN
00:29:04.108 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.18.211.126:32867: Catalog manager is not initialized. State: Starting
00:29:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:03.996050 19359 master_runner.cc:187] Error getting master registration for 127.18.211.126:32867: OK, instance_id { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" instance_seqno: 1783470538948743 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
00:29:04.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.126387 19359 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
00:29:04.140 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
00:29:04.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.142023 19562 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [sys.catalog]: SysCatalogTable state changed. Reason: New leader 834e792a69774443b3a87af1a0e7a177. Latest consensus state: current_term: 1 leader_uuid: "834e792a69774443b3a87af1a0e7a177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:04.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.142752 19562 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [sys.catalog]: This master's current role is: FOLLOWER
00:29:04.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.140558 19577 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "834e792a69774443b3a87af1a0e7a177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:04.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.143386 19577 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e2459bdfff14a7fb0485e5a221f28ba [sys.catalog]: This master's current role is: FOLLOWER
00:29:04.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.146500 19544 sys_catalog.cc:455] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "834e792a69774443b3a87af1a0e7a177" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4e2459bdfff14a7fb0485e5a221f28ba" member_type: VOTER last_known_addr { host: "127.18.211.126" port: 32867 } } peers { permanent_uuid: "7466d0d42f9b4059b61cc5149c26fa40" member_type: VOTER last_known_addr { host: "127.18.211.125" port: 45839 } } peers { permanent_uuid: "834e792a69774443b3a87af1a0e7a177" member_type: VOTER last_known_addr { host: "127.18.211.124" port: 40091 } } }
00:29:04.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.147203 19544 sys_catalog.cc:458] T 00000000000000000000000000000000 P 834e792a69774443b3a87af1a0e7a177 [sys.catalog]: This master's current role is: LEADER
00:29:04.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.151090 19585 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
00:29:04.224 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:29:04.279 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:3711) Skipping translation for processor with null
00:29:04.280 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
00:29:04.289 [INFO - Metastore-Handler-Pool: Thread-236] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
00:29:04.338 [INFO - Metastore-Handler-Pool: Thread-236] (MetaStoreServerUtils.java:473) Updating table stats for table
00:29:04.339 [INFO - Metastore-Handler-Pool: Thread-236] (MetaStoreServerUtils.java:476) Updated size of table table to 0
00:29:04.450 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
00:29:04.477 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:3711) Skipping translation for processor with null
00:29:04.478 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
00:29:04.620 [WARN - Metastore-Handler-Pool: Thread-236] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:29:04.778 [WARN - Metastore-Handler-Pool: Thread-236] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:29:04.823 [WARN - Metastore-Handler-Pool: Thread-236] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
00:29:04.947 [INFO - Metastore-Handler-Pool: Thread-236] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
00:29:04.948 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
00:29:04.948 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
00:29:04.948 [INFO - Metastore-Handler-Pool: Thread-236] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5d8a93a9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4c46d0b1 will be shutdown
00:29:04.948 [INFO - Metastore-Handler-Pool: Thread-236] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
00:29:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.948577 19277 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 19289
00:29:04.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.972254 19563 catalog_manager.cc:1294] Loaded cluster ID: 853f6f109fde481a98fe12aeeb7d92bb
00:29:04.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.972589 19563 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: loading cluster ID for follower catalog manager: success
00:29:04.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:04.998368 19563 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: acquiring CA information for follower catalog manager: success
00:29:05.000 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.211.126:32867(127.18.211.126:32867)] handling channelInactive
00:29:05.000 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.211.126:32867(127.18.211.126:32867)] cleaning up while in state READY due to: connection closed
00:29:05.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:05.006309 19563 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 7466d0d42f9b4059b61cc5149c26fa40: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
00:29:05.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:05.007205 19277 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 19359
00:29:05.043 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.18.211.125:45839(127.18.211.125:45839)] handling channelInactive
00:29:05.044 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.18.211.125:45839(127.18.211.125:45839)] cleaning up while in state READY due to: connection closed
00:29:05.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 00:29:05.046182 19277 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task9hBFGD/build/tsan/bin/kudu with pid 19434
00:29:05.085 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.211.124:40091(127.18.211.124:40091)] handling channelInactive
00:29:05.085 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.211.124:40091(127.18.211.124:40091)] cleaning up while in state READY due to: connection closed
00:29:06.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T00:29:06Z chronyd exiting

Time: 81.881

OK (6 tests)

