JUnit version 4.13.2
.10:43:29.692 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:43:29.698 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:43:29.699 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:43:29.803 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15974982997348314963
10:43:29.948 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:43:29.965 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:43:30.248 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:43:30.290 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:43:30.291 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
10:43:30.324 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
10:43:30.342 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:43:30.368 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
10:43:31.170 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:31.175 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
10:43:31.197 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:43:31.199 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:43:31.212 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:31.213 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:43:31.386 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:43:31.387 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:43:31.389 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:43:31.906 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:43:31.907 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
10:43:31.942 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439e5e61 created in the thread with id: 13
10:43:32.019 [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
10:43:32.267 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:32.269 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:32.273 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:32.274 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:32.275 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:32.276 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:32.897 [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
10:43:32.898 [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.24
10:43:32.898 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
10:43:33.299 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
10:43:33.364 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
10:43:33.428 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
10:43:33.433 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
10:43:33.520 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:43:33.528 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:43:33.893 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:43:33.904 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
10:43:33.917 [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)
10:43:33.918 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [37035]...
10:43:33.918 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:43:33.919 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:43:33.919 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
10:43:33.919 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
10:43:34.830 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:43:34.831 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:43:34.832 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:43:34.847 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:43:34.847 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37035]
10:43:34.847 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37035) in binary transport mode
10:43:34.862 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37035) current connections: 1
10:43:34.929 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
10:43:35.073 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskCXFltw/test-tmp
10:43:35.076 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
10:43:35.080 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskCXFltw/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
10:43:35.115 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37035"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:43:35.522 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:35.532 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:43:35.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:35.538537 24396 mini_oidc.cc:150] Starting JWKS server
10:43:35.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:35.543303 24396 webserver.cc:533] Webserver started at http://127.0.0.1:42229/ using document root <none> and password file <none>
10:43:35.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:35.544329 24396 mini_oidc.cc:186] Starting OIDC Discovery server
10:43:35.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:35.546778 24396 webserver.cc:533] Webserver started at http://127.0.0.1:37149/ using document root <none> and password file <none>
10:43:35.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:35Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:43:35.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:35Z Disabled control of system clock
10:43:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:35.622323 24396 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/wal
10:43:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data
10:43:35.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:35.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:35.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:35.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:35.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:35.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:35.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/logs
10:43:35.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data/info.pb
10:43:35.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:35.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:35.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:35.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:35.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.211.62:41005
10:43:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.211.62
10:43:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.211.20:40775
10:43:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:35.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:35.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:35.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.211.62:41005,127.23.211.61:37097,127.23.211.60:34161
10:43:35.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:35.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42229/jwks.json
10:43:35.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37035 with env {}
10:43:35.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.937777 24410 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:35.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.938530 24410 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:35.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.939348 24410 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:35.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.971110 24410 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:35.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.971544 24410 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:35.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.971879 24410 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:35.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.972229 24410 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:35.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.972592 24410 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:35.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:35.972896 24410 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42229/jwks.json
10:43:36.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:36.009606 24410 master_runner.cc:387] Master server non-default flags:
10:43:36.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:36.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.211.20:40775
10:43:36.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:36.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:36.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data
10:43:36.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/wal
10:43:36.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37035
10:43:36.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.211.62:41005,127.23.211.61:37097,127.23.211.60:34161
10:43:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:36.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.211.62:41005
10:43:36.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:36.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:36.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42229/jwks.json
10:43:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data/info.pb
10:43:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.211.62
10:43:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:36.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/logs
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:36.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:43:36.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:43:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:43:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:43:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:36.011425 24410 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:43:36.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:36.013931 24410 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:36.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:36.027194 24420 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
10:43:37.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:36.027208 24419 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
10:43:37.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.271732 24421 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1243 milliseconds
10:43:37.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.273450 24422 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
10:43:37.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.276422 24410 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.249s	user 0.417s	sys 0.829s
10:43:37.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.276868 24410 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.250s	user 0.420s	sys 0.829s
10:43:37.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.277160 24410 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
10:43:37.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.278445 24410 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:37.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.281410 24410 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:37.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.282809 24410 hybrid_clock.cc:648] HybridClock initialized: now 1786445017282716 us; error 104 us; skew 500 ppm
10:43:37.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.283727 24410 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:43:37.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.291987 24410 webserver.cc:533] Webserver started at http://127.23.211.62:35009/ using document root <none> and password file <none>
10:43:37.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.293164 24410 fs_manager.cc:362] Metadata directory not provided
10:43:37.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.293363 24410 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:37.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.293825 24410 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:37.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.298722 24410 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data/instance:
10:43:37.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87649caa4036457393b5a2ac606f2da6"
10:43:37.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:37 on dist-test-slave-qg60"
10:43:37.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.300136 24410 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/wal/instance:
10:43:37.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87649caa4036457393b5a2ac606f2da6"
10:43:37.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:37 on dist-test-slave-qg60"
10:43:37.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.309480 24410 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.005s	sys 0.002s
10:43:37.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.316045 24430 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:37.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.317509 24410 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.001s
10:43:37.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.317938 24410 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/wal
10:43:37.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "87649caa4036457393b5a2ac606f2da6"
10:43:37.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:37 on dist-test-slave-qg60"
10:43:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.318372 24410 fs_report.cc:389] FS layout report
10:43:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/wal
10:43:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/wal
10:43:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data/data
10:43:37.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:37.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:37.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:37.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:37.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:37.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:37.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:37.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:37.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:37.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:37.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:37.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.401562 24410 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:37.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.403395 24410 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:43:37.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.403927 24410 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:37.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.483479 24410 rpc_server.cc:307] RPC server started. Bound to: 127.23.211.62:41005
10:43:37.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.483557 24487 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.211.62:41005 every 8 connection(s)
10:43:37.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.486699 24410 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/data/info.pb
10:43:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.491770 24396 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 24410
10:43:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.492230 24396 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-0/wal/instance
10:43:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.493137 24488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:43:37.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.495744 24396 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:37.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:37.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/wal
10:43:37.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data
10:43:37.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:37.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:37.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:37.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:37.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:37.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:37.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/logs
10:43:37.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data/info.pb
10:43:37.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:37.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.211.61:37097
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.211.61
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.211.20:40775
10:43:37.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.211.62:41005,127.23.211.61:37097,127.23.211.60:34161
10:43:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42229/jwks.json
10:43:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37035 with env {}
10:43:37.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.512094 24488 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } has no permanent_uuid. Determining permanent_uuid...
10:43:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.550359 24488 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } has no permanent_uuid. Determining permanent_uuid...
10:43:37.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.553558 24435 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:37.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.558703 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.61:37097: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:37.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.608291 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } attempt: 1
10:43:37.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.613539 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.61:37097: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:37.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.681998 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } attempt: 2
10:43:37.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.686744 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.61:37097: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:37.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.778256 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } attempt: 3
10:43:37.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.783077 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.61:37097: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:37.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.834463 24490 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:37.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.835199 24490 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:37.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.835903 24490 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:37.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.868681 24490 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:37.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.869169 24490 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:37.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.869549 24490 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:37.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.869890 24490 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:37.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.870258 24490 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:37.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.870540 24490 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42229/jwks.json
10:43:37.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.906615 24490 master_runner.cc:387] Master server non-default flags:
10:43:37.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:37.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.211.20:40775
10:43:37.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/wal
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37035
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.211.62:41005,127.23.211.61:37097,127.23.211.60:34161
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:37.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.211.61:37097
10:43:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42229/jwks.json
10:43:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data/info.pb
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.211.61
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/logs
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:43:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:43:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:43:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:43:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.908502 24490 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:43:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.911003 24490 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.923228 24502 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
10:43:37.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:37.926548 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } attempt: 4
10:43:37.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.933558 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.61:37097: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:38.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:38.233165 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } attempt: 5
10:43:38.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:38.240828 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.61:37097: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:38.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:38.788486 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } attempt: 6
10:43:38.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:38.800901 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.61:37097: Network error: Client connection negotiation failed: client connection to 127.23.211.61:37097: connect: Connection refused (error 111)
10:43:39.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.933230 24505 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
10:43:39.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:37.925454 24503 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
10:43:39.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.175051 24504 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1247 milliseconds
10:43:39.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.175220 24490 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
10:43:39.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.176649 24490 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.179948 24490 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.181428 24490 hybrid_clock.cc:648] HybridClock initialized: now 1786445019181359 us; error 71 us; skew 500 ppm
10:43:39.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.182307 24490 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:43:39.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.189353 24490 webserver.cc:533] Webserver started at http://127.23.211.61:36017/ using document root <none> and password file <none>
10:43:39.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.190282 24490 fs_manager.cc:362] Metadata directory not provided
10:43:39.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.190471 24490 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:39.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.190858 24490 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.195214 24490 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data/instance:
10:43:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26a2f7feb42b41569be9c9a4a7f2e864"
10:43:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:39 on dist-test-slave-qg60"
10:43:39.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.196360 24490 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/wal/instance:
10:43:39.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26a2f7feb42b41569be9c9a4a7f2e864"
10:43:39.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:39 on dist-test-slave-qg60"
10:43:39.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.204255 24490 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.004s
10:43:39.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.210378 24514 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:39.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.211616 24490 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
10:43:39.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.211915 24490 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/wal
10:43:39.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "26a2f7feb42b41569be9c9a4a7f2e864"
10:43:39.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:39 on dist-test-slave-qg60"
10:43:39.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.212231 24490 fs_report.cc:389] FS layout report
10:43:39.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:39.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/wal
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/wal
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data/data
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:39.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:39.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:39.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:39.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:39.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.264309 24490 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:39.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.265861 24490 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:43:39.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.266276 24490 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:39.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.345194 24490 rpc_server.cc:307] RPC server started. Bound to: 127.23.211.61:37097
10:43:39.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.345297 24572 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.211.61:37097 every 8 connection(s)
10:43:39.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.348656 24490 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/data/info.pb
10:43:39.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.354746 24573 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:43:39.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.356128 24396 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 24490
10:43:39.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.356462 24396 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-1/wal/instance
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.358685 24396 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/wal
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:39.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/logs
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data/info.pb
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:39.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.211.60:34161
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.211.60
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:39.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.211.20:40775
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.211.62:41005,127.23.211.61:37097,127.23.211.60:34161
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42229/jwks.json
10:43:39.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37035 with env {}
10:43:39.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.368018 24573 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } has no permanent_uuid. Determining permanent_uuid...
10:43:39.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.399777 24573 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } has no permanent_uuid. Determining permanent_uuid...
10:43:39.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.415705 24573 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } has no permanent_uuid. Determining permanent_uuid...
10:43:39.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.418901 24518 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:39.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.423341 24573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:39.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.472834 24573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 1
10:43:39.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.477370 24573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:39.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.545883 24573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 2
10:43:39.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.550586 24573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:39.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.642064 24573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 3
10:43:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.646539 24573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:39.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.695200 24574 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:39.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.695760 24574 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:39.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.696345 24574 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:39.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.728232 24574 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.728530 24574 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.728742 24574 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.729046 24574 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.729243 24574 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:39.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.729460 24574 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42229/jwks.json
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.765836 24574 master_runner.cc:387] Master server non-default flags:
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.211.20:40775
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/wal
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37035
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.211.62:41005,127.23.211.61:37097,127.23.211.60:34161
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.211.60:34161
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42229/jwks.json
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data/info.pb
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.211.60
10:43:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/logs
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:43:39.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:43:39.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:43:39.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.767208 24574 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:43:39.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.769388 24574 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:39.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.782918 24585 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
10:43:39.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.790074 24573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 4
10:43:39.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.798625 24573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:39.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.861510 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } attempt: 7
10:43:39.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.894318 24488 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } has no permanent_uuid. Determining permanent_uuid...
10:43:39.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.926278 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:39.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:39.984872 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 1
10:43:39.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.993326 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:40.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:40.075013 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 2
10:43:40.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:40.087622 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:40.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:40.098214 24573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 5
10:43:40.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:40.106657 24573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:40.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:40.173180 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 3
10:43:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:40.182049 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:40.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:40.322623 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 4
10:43:40.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:40.331240 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:40.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:40.614806 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 5
10:43:40.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:40.626230 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:40.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:40.654212 24573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 6
10:43:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:40.680089 24573 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:41.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.178848 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 6
10:43:41.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.205687 24488 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.211.60:34161: Network error: Client connection negotiation failed: client connection to 127.23.211.60:34161: connect: Connection refused (error 111)
10:43:41.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.187088 24584 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 24574
10:43:41.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.280875 24584 kernel_stack_watchdog.cc:198] Thread 24574 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 400ms:
10:43:41.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
10:43:41.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
10:43:41.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
10:43:41.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
10:43:41.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.281167 24574 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.498s	user 0.525s	sys 0.967s
10:43:41.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:39.783603 24586 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
10:43:41.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.281570 24574 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.498s	user 0.525s	sys 0.967s
10:43:41.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.283735 24588 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
10:43:41.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.288554 24587 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1503 milliseconds
10:43:41.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.288585 24574 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
10:43:41.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.290051 24574 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:41.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.292625 24574 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:41.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.294111 24574 hybrid_clock.cc:648] HybridClock initialized: now 1786445021294070 us; error 42 us; skew 500 ppm
10:43:41.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.295024 24574 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:43:41.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.301571 24574 webserver.cc:533] Webserver started at http://127.23.211.60:44895/ using document root <none> and password file <none>
10:43:41.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.302599 24574 fs_manager.cc:362] Metadata directory not provided
10:43:41.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.302853 24574 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:41.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.303443 24574 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:41.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.307855 24574 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data/instance:
10:43:41.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1dd27e5b0b4b4171aa5d914928322e2f"
10:43:41.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:41 on dist-test-slave-qg60"
10:43:41.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.309237 24574 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/wal/instance:
10:43:41.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1dd27e5b0b4b4171aa5d914928322e2f"
10:43:41.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:41 on dist-test-slave-qg60"
10:43:41.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.316918 24574 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
10:43:41.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.323015 24603 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:41.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.324173 24574 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.001s
10:43:41.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.324529 24574 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/wal
10:43:41.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1dd27e5b0b4b4171aa5d914928322e2f"
10:43:41.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:41 on dist-test-slave-qg60"
10:43:41.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.325093 24574 fs_report.cc:389] FS layout report
10:43:41.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:41.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/wal
10:43:41.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/wal
10:43:41.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data/data
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:41.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:41.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.393267 24574 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:41.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.395216 24574 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:43:41.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.395828 24574 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:41.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.474444 24574 rpc_server.cc:307] RPC server started. Bound to: 127.23.211.60:34161
10:43:41.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.474568 24664 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.211.60:34161 every 8 connection(s)
10:43:41.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.477470 24574 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/data/info.pb
10:43:41.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.479877 24396 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 24574
10:43:41.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.480434 24396 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster18083563674645974847/master-2/wal/instance
10:43:41.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.485188 24665 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:43:41.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.504252 24665 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } has no permanent_uuid. Determining permanent_uuid...
10:43:41.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.525580 24665 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } has no permanent_uuid. Determining permanent_uuid...
10:43:41.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.540553 24665 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } has no permanent_uuid. Determining permanent_uuid...
10:43:41.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.554512 24396 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:43:41.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.558517 24665 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f: Bootstrap starting.
10:43:41.563 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:41.564 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:43:41.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.565435 24665 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f: Neither blocks nor log segments found. Creating new log.
10:43:41.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.567291 24665 log.cc:826] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f: Log is configured to *not* fsync() on all Append() calls
10:43:41.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.572491 24665 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f: No bootstrap required, opened a new log
10:43:41.573 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.23.211.62"
      port: 41005
    }
    bound_http_address {
      host: "127.23.211.62"
      port: 35009
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.23.211.61"
      port: 37097
    }
    bound_http_address {
      host: "127.23.211.61"
      port: 36017
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.23.211.60"
      port: 34161
    }
    bound_http_address {
      host: "127.23.211.60"
      port: 44895
    }
  }
}

10:43:41.578 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:43:41.579 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:41.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.592229 24665 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:41.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.593156 24665 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:41.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.593457 24665 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1dd27e5b0b4b4171aa5d914928322e2f, State: Initialized, Role: FOLLOWER
10:43:41.594 [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=f665cc43-4c65-4c17-b9b0-aa1746e6bd9b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:41.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.594463 24665 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:41.597 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:43:41.597 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:43:41.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.597404 24674 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [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: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:41.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.598290 24674 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: This master's current role is: FOLLOWER
10:43:41.598 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
10:43:41.599 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 created in the thread with id: 36
10:43:41.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.599502 24665 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: configured and running, proceeding with master startup.
10:43:41.618 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
10:43:41.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.651470 24610 tablet.cc:2406] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:43:41.658 [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=	
10:43:41.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.660161 24686 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:41.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.688285 24691 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:43:41.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:41.689107 24691 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:43:41.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.658336 24574 master_runner.cc:187] Error getting master registration for 127.23.211.62:41005: OK, instance_id { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" instance_seqno: 1786445017461274 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:43:41.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.707638 24574 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:43:41.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.740702 24573 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 7
10:43:41.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.800495 24573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: Bootstrap starting.
10:43:41.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.808864 24573 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: Neither blocks nor log segments found. Creating new log.
10:43:41.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.814230 24573 log.cc:826] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: Log is configured to *not* fsync() on all Append() calls
10:43:41.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.834174 24573 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: No bootstrap required, opened a new log
10:43:41.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.884440 24674 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:43:41.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.885097 24674 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:41.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.885666 24573 raft_consensus.cc:359] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:41.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.886507 24573 raft_consensus.cc:385] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:41.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.886809 24573 raft_consensus.cc:740] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26a2f7feb42b41569be9c9a4a7f2e864, State: Initialized, Role: FOLLOWER
10:43:41.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.887954 24573 consensus_queue.cc:260] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:41.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.893036 24674 leader_election.cc:290] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 87649caa4036457393b5a2ac606f2da6 (127.23.211.62:41005), 26a2f7feb42b41569be9c9a4a7f2e864 (127.23.211.61:37097)
10:43:41.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.901437 24545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" is_pre_election: true
10:43:41.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.902380 24545 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1dd27e5b0b4b4171aa5d914928322e2f in term 0.
10:43:41.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.904145 24608 leader_election.cc:304] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [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: 1dd27e5b0b4b4171aa5d914928322e2f, 26a2f7feb42b41569be9c9a4a7f2e864; no voters: 
10:43:41.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.905094 24573 sys_catalog.cc:565] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [sys.catalog]: configured and running, proceeding with master startup.
10:43:41.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.905530 24674 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Leader pre-election won for term 1
10:43:41.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.905902 24674 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:43:41.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.906222 24674 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 0 FOLLOWER]: Advancing to term 1
10:43:41.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.904404 24696 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [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: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:41.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.909862 24696 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [sys.catalog]: This master's current role is: FOLLOWER
10:43:41.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.917303 24674 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:41.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.933102 24545 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "26a2f7feb42b41569be9c9a4a7f2e864"
10:43:41.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.933749 24545 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [term 0 FOLLOWER]: Advancing to term 1
10:43:41.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.933221 24674 leader_election.cc:290] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [CANDIDATE]: Term 1 election: Requested vote from peers 87649caa4036457393b5a2ac606f2da6 (127.23.211.62:41005), 26a2f7feb42b41569be9c9a4a7f2e864 (127.23.211.61:37097)
10:43:41.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.941857 24545 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1dd27e5b0b4b4171aa5d914928322e2f in term 1.
10:43:41.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.943536 24608 leader_election.cc:304] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [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: 1dd27e5b0b4b4171aa5d914928322e2f, 26a2f7feb42b41569be9c9a4a7f2e864; no voters: 
10:43:41.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.944628 24674 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 1 FOLLOWER]: Leader election won for term 1
10:43:41.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.952149 24674 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [term 1 LEADER]: Becoming Leader. State: Replica: 1dd27e5b0b4b4171aa5d914928322e2f, State: Running, Role: LEADER
10:43:41.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:41.955265 24674 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [LEADER]: Queue going to LEADER mode. State: All 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: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:42.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.006754 24699 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1dd27e5b0b4b4171aa5d914928322e2f. Latest consensus state: current_term: 1 leader_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:42.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.008317 24699 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: This master's current role is: LEADER
10:43:42.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.024709 24706 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:43:42.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:42.025017 24521 tablet.cc:2406] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:43:42.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.043342 24706 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:43:42.074 [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=	
10:43:42.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.075631 24545 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [term 1 FOLLOWER]: Refusing update from remote peer 1dd27e5b0b4b4171aa5d914928322e2f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:43:42.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:42.075712 24710 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:42.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.078032 24699 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:43:42.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:42.133040 24716 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:43:42.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:42.133886 24716 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:43:42.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.082497 24490 master_runner.cc:187] Error getting master registration for 127.23.211.62:41005: OK, instance_id { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" instance_seqno: 1786445017461274 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:43:42.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.199121 24490 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:43:42.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.225605 24696 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1dd27e5b0b4b4171aa5d914928322e2f. Latest consensus state: current_term: 1 leader_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:42.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.226733 24696 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [sys.catalog]: This master's current role is: FOLLOWER
10:43:42.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.239234 24488 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } attempt: 7
10:43:42.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.254652 24696 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:42.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.255487 24696 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864 [sys.catalog]: This master's current role is: FOLLOWER
10:43:42.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.268543 24699 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.269311 24699 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: This master's current role is: LEADER
10:43:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.270486 24706 catalog_manager.cc:1383] Generated new cluster ID: 8ebd908485c14946acdf68fe3d2fc558
10:43:42.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.270762 24706 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:43:42.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.302579 24488 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6: Bootstrap starting.
10:43:42.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.319865 24706 catalog_manager.cc:1406] Generated new certificate authority record
10:43:42.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.322115 24706 catalog_manager.cc:1540] Loading token signing keys...
10:43:42.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.327450 24488 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6: Neither blocks nor log segments found. Creating new log.
10:43:42.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.333773 24488 log.cc:826] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6: Log is configured to *not* fsync() on all Append() calls
10:43:42.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.358153 24488 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6: No bootstrap required, opened a new log
10:43:42.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.360790 24706 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f: Generated new TSK 0
10:43:42.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.361974 24706 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:43:42.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.368716 24706 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:43:42.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.376888 24706 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:43:42.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.431178 24488 raft_consensus.cc:359] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:42.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.448472 24488 raft_consensus.cc:385] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:42.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.449285 24488 raft_consensus.cc:740] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 87649caa4036457393b5a2ac606f2da6, State: Initialized, Role: FOLLOWER
10:43:42.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.450657 24488 consensus_queue.cc:260] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } }
10:43:42.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.462030 24725 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [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: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:42.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.472288 24725 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [sys.catalog]: This master's current role is: FOLLOWER
10:43:42.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.466523 24456 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [term 0 FOLLOWER]: Advancing to term 1
10:43:42.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.467056 24458 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "87649caa4036457393b5a2ac606f2da6"
10:43:42.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.467729 24459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "87649caa4036457393b5a2ac606f2da6" is_pre_election: true
10:43:42.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.465909 24488 sys_catalog.cc:565] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [sys.catalog]: configured and running, proceeding with master startup.
10:43:42.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.496829 24456 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [term 1 FOLLOWER]: Refusing update from remote peer 1dd27e5b0b4b4171aa5d914928322e2f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:43:42.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.504374 24674 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:43:42.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.642330 24725 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1dd27e5b0b4b4171aa5d914928322e2f. Latest consensus state: current_term: 1 leader_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:42.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.643196 24725 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [sys.catalog]: This master's current role is: FOLLOWER
10:43:42.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.640602 24731 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:42.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.645084 24731 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6 [sys.catalog]: This master's current role is: FOLLOWER
10:43:42.673 [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=	
10:43:42.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:42.674294 24686 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:42.707 [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=	
10:43:42.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:42.718429 24744 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:42.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.753890 24749 catalog_manager.cc:1295] Loaded cluster ID: 8ebd908485c14946acdf68fe3d2fc558
10:43:42.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.760852 24749 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6: loading cluster ID for follower catalog manager: success
10:43:42.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.772114 24749 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6: acquiring CA information for follower catalog manager: success
10:43:42.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:42.802428 24749 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 87649caa4036457393b5a2ac606f2da6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:43:42.864 [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.
10:43:42.896 [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.
10:43:42.896 [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.
10:43:43.088 [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=	
10:43:43.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:43.089185 24710 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:43.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:43.140242 24716 catalog_manager.cc:1295] Loaded cluster ID: 8ebd908485c14946acdf68fe3d2fc558
10:43:43.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:43.140969 24716 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: loading cluster ID for follower catalog manager: success
10:43:43.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:43.148607 24716 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: acquiring CA information for follower catalog manager: success
10:43:43.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:43.189098 24674 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "87649caa4036457393b5a2ac606f2da6" member_type: VOTER last_known_addr { host: "127.23.211.62" port: 41005 } } peers { permanent_uuid: "26a2f7feb42b41569be9c9a4a7f2e864" member_type: VOTER last_known_addr { host: "127.23.211.61" port: 37097 } } peers { permanent_uuid: "1dd27e5b0b4b4171aa5d914928322e2f" member_type: VOTER last_known_addr { host: "127.23.211.60" port: 34161 } } }
10:43:43.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:43.190286 24674 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1dd27e5b0b4b4171aa5d914928322e2f [sys.catalog]: This master's current role is: LEADER
10:43:43.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:43.200224 24716 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 26a2f7feb42b41569be9c9a4a7f2e864: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:43:43.321 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:43.418 [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/hive15974982997348314963/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=f665cc43-4c65-4c17-b9b0-aa1746e6bd9b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:43.605 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15974982997348314963/external-warehouse/table
10:43:43.688 [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=	
10:43:43.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:43.689201 24686 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:43.729 [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=	
10:43:43.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:43.730564 24744 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:43.974 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:43:43.977 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
10:43:43.980 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:43:44.078 [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.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:44.103 [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=	
10:43:44.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:44.106359 24710 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:44.137 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:44.153 [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/hive15974982997348314963/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.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:44.156 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15974982997348314963/external-warehouse/table
10:43:44.259 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:43:44.260 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
10:43:44.261 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:43:44.274 [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=7ffebae3-9ef8-448c-83fd-84884604ee66, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:44.284 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:44.290 [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/hive15974982997348314963/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=7ffebae3-9ef8-448c-83fd-84884604ee66, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:44.306 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15974982997348314963/external-warehouse/table
10:43:44.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
10:43:44.413 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
10:43:44.413 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
10:43:44.441 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4b1f73c2
10:43:44.506 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
10:43:44.506 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
10:43:44.506 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
10:43:44.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
10:43:44.508 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
10:43:44.509 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
10:43:44.509 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
10:43:44.509 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
10:43:44.510 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
10:43:44.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
10:43:44.513 [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 @7e0b85f9
10:43:44.514 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
10:43:44.515 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
10:43:44.515 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
10:43:44.515 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
10:43:44.516 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
10:43:44.516 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
10:43:44.517 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
10:43:44.517 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
10:43:44.544 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
10:43:44.596 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
10:43:44.610 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
10:43:44.616 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
10:43:44.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
10:43:44.633 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
10:43:44.633 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
10:43:44.698 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
10:43:44.698 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
10:43:44.698 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
10:43:44.698 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
10:43:44.698 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
10:43:44.698 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
10:43:44.699 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
10:43:44.699 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
10:43:44.711 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
10:43:44.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
10:43:44.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
10:43:44.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
10:43:44.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
10:43:44.711 [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=	
10:43:44.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:44.713145 24686 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:44.738 [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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
10:43:44.741 [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.
10:43:44.746 [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=	
10:43:44.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:44.747213 24744 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:44.793 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:43:45.121 [INFO - Metastore-Handler-Pool: Thread-57] (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=	
10:43:45.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:45.122808 24710 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:45.156 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.23.211.60:34161(127.23.211.60:34161)] connecting to peer
10:43:45.167 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 24338 (auto-detected)
10:43:45.187 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
10:43:45.187 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
10:43:45.190 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
10:43:45.191 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
10:43:45.192 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:10:ff:fe:27:2f:38 (auto-detected)
10:43:45.235 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
10:43:45.236 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
10:43:45.236 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
10:43:45.256 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
10:43:45.272 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.23.211.62:41005(127.23.211.62:41005)] connecting to peer
10:43:45.285 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.23.211.61:37097(127.23.211.61:37097)] connecting to peer
10:43:45.327 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.23.211.61:37097(127.23.211.61:37097)] Successfully connected to peer
10:43:45.329 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.23.211.60:34161(127.23.211.60:34161)] Successfully connected to peer
10:43:45.336 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.23.211.62:41005(127.23.211.62:41005)] Successfully connected to peer
10:43:45.361 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
10:43:45.362 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
10:43:45.362 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@33fe2d15
10:43:45.367 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
10:43:45.367 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
10:43:45.367 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
10:43:45.367 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
10:43:45.367 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
10:43:45.488 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.23.211.61
10:43:45.492 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.23.211.62
10:43:45.492 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.23.211.60
10:43:45.725 [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=	
10:43:45.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:45.726688 24686 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:45.757 [INFO - Metastore-Handler-Pool: Thread-62] (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=	
10:43:45.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:45.758606 24744 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:45.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:45.809852 24569 debug-util.cc:398] Leaking SignalData structure 0x7b08000ae000 after lost signal to thread 24495
10:43:45.831 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:43:45.833 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:43:45.833 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:43:45.904 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x921381d2, L:/127.0.0.1:34146 - R:/127.23.211.60:34161] using SASL/PLAIN
10:43:45.907 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x42521366, L:/127.0.0.1:38200 - R:/127.23.211.62:41005] using SASL/PLAIN
10:43:45.889 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x8ca0e07d, L:/127.0.0.1:51780 - R:/127.23.211.61:37097] using SASL/PLAIN
10:43:45.982 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:43:46.001 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
10:43:46.002 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:43:46.004 [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=57720e07-15d5-404a-89e4-074a49c0b9f1, 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)	
10:43:46.008 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:46.022 [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/hive15974982997348314963/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=57720e07-15d5-404a-89e4-074a49c0b9f1, 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)
10:43:46.025 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15974982997348314963/external-warehouse/table
10:43:46.095 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
10:43:46.096 [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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:43:46.108 [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=e06b11c9-1f98-4258-b03b-cc16ecafe66a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:46.136 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:46.154 [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/hive15974982997348314963/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=e06b11c9-1f98-4258-b03b-cc16ecafe66a, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:46.155 [INFO - Metastore-Handler-Pool: Thread-64] (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=	
10:43:46.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:46.156163 24710 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:46.177 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15974982997348314963/external-warehouse/table
10:43:46.374 [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	
10:43:46.545 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:43:46.556 [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	
10:43:46.739 [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=	
10:43:46.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:46.740314 24686 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:46.775 [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=	
10:43:46.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:46.776358 24744 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:46.881 [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.
10:43:47.173 [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=	
10:43:47.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:47.174777 24710 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:47.321 [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.
10:43:47.417 [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.
10:43:47.539 [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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:43:47.753 [INFO - Metastore-Handler-Pool: Thread-69] (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=	
10:43:47.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:47.754634 24686 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:47.786 [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=	
10:43:47.787 [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=fdf4a7b0-916f-4980-8e6d-95b589baa896, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:47.799 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:47.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:47.802819 24744 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:47.810 [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/hive15974982997348314963/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=fdf4a7b0-916f-4980-8e6d-95b589baa896, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.211.60:34161,127.23.211.62:41005,127.23.211.61:37097}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:47.814 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15974982997348314963/external-warehouse/table
10:43:47.907 [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	
10:43:47.985 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
10:43:47.991 [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	
10:43:48.128 [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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:43:48.179 [INFO - Metastore-Handler-Pool: Thread-72] (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=	
10:43:48.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:48.181017 24710 client.h:373] Failed to connect to Hive Metastore (localhost:37035): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:48.184 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:43:48.185 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:43:48.185 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@945f263 will be shutdown
10:43:48.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:48.185524 24396 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 24410
10:43:48.186 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:43:48.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:48.223480 24396 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 24490
10:43:48.231 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.23.211.62:41005(127.23.211.62:41005)] handling channelInactive
10:43:48.232 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.23.211.62:41005(127.23.211.62:41005)] cleaning up while in state READY due to: connection closed
10:43:48.255 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.23.211.61:37097(127.23.211.61:37097)] handling channelInactive
10:43:48.255 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.23.211.61:37097(127.23.211.61:37097)] cleaning up while in state READY due to: connection closed
10:43:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:48.255360 24396 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 24574
10:43:48.289 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.23.211.60:34161(127.23.211.60:34161)] handling channelInactive
10:43:48.290 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.23.211.60:34161(127.23.211.60:34161)] cleaning up while in state READY due to: connection closed
10:43:49.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:49Z chronyd exiting
.10:43:50.470 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:43:50.471 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:43:50.471 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:43:50.491 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4574277781396071122
10:43:50.492 [INFO - Thread-48] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:43:50.492 [INFO - Thread-48] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:43:50.495 [INFO - Thread-48] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:43:50.495 [INFO - Thread-48] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:43:50.496 [INFO - Thread-48] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:43:50.501 [INFO - Thread-48] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:43:50.504 [INFO - Thread-48] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:43:50.504 [INFO - Thread-48] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:43:50.505 [INFO - Thread-48] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:43:50.505 [INFO - Thread-48] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:43:50.506 [INFO - Thread-48] (HikariDataSource.java:80) objectstore - Starting...
10:43:50.584 [INFO - Thread-48] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:50.585 [INFO - Thread-48] (HikariDataSource.java:82) objectstore - Start completed.
10:43:50.585 [INFO - Thread-48] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:43:50.587 [INFO - Thread-48] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:43:50.589 [INFO - Thread-48] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:43:50.590 [INFO - Thread-48] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:43:50.611 [INFO - Thread-48] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:43:50.611 [INFO - Thread-48] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:43:50.612 [INFO - Thread-48] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:43:50.647 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:50.649 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:50.649 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:50.650 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:50.650 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:50.651 [WARN - Thread-48] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:43:50.944 [INFO - Thread-48] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:43:50.945 [INFO - Thread-48] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@642bf17e, with PersistenceManager: null will be shutdown
10:43:50.945 [INFO - Thread-48] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@642bf17e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@f5c6e9c created in the thread with id: 73
10:43:50.947 [WARN - Thread-48] (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
10:43:50.948 [INFO - Thread-48] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@642bf17e
10:43:51.082 [INFO - Thread-48] (HMSHandler.java:595) Started creating a default database with name: default
10:43:51.106 [INFO - Thread-48] (HMSHandler.java:605) Successfully created a default database with name: default
10:43:51.139 [INFO - Thread-48] (HMSHandler.java:668) Added admin role in metastore
10:43:51.141 [INFO - Thread-48] (HMSHandler.java:677) Added public role in metastore
10:43:51.180 [INFO - Thread-48] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:43:51.180 [INFO - Thread-48] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:43:51.181 [INFO - Thread-48] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:43:51.181 [INFO - Thread-48] (HiveMetaStore.java:697) Direct SQL optimization = true
10:43:51.182 [WARN - Thread-48] (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)
10:43:51.182 [INFO - Thread-48] (HiveMetaStore.java:632) Started the new metaserver on port [38961]...
10:43:51.182 [INFO - Thread-48] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:43:51.182 [INFO - Thread-48] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:43:51.182 [INFO - Thread-48] (HiveMetaStore.java:635) TCP keepalive = true
10:43:51.182 [INFO - Thread-48] (HiveMetaStore.java:636) Enable SSL = false
10:43:51.494 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:43:51.495 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:43:51.495 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:43:51.498 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:43:51.498 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38961]
10:43:51.499 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38961) in binary transport mode
10:43:51.499 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38961) current connections: 1
10:43:51.501 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskCXFltw/test-tmp
10:43:51.502 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
10:43:51.502 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskCXFltw/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
10:43:51.505 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38961"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:43:51.856 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:51.856 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:43:51.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:51.860031 24829 mini_oidc.cc:150] Starting JWKS server
10:43:51.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:51.864133 24829 webserver.cc:533] Webserver started at http://127.0.0.1:40431/ using document root <none> and password file <none>
10:43:51.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:51.864770 24829 mini_oidc.cc:186] Starting OIDC Discovery server
10:43:51.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:51.866981 24829 webserver.cc:533] Webserver started at http://127.0.0.1:38197/ using document root <none> and password file <none>
10:43:51.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:51Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:43:51.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:43:51Z Disabled control of system clock
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:51.932925 24829 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/wal
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/logs
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data/info.pb
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:51.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.63.126:39221
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.63.126
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.63.84:34639
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.63.126:39221,127.24.63.125:35477,127.24.63.124:45945
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40431/jwks.json
10:43:51.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38961 with env {}
10:43:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.248018 24844 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:52.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.248607 24844 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:52.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.249178 24844 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:52.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.281919 24844 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:52.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.282222 24844 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:52.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.282419 24844 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:52.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.282630 24844 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:52.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.282827 24844 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:52.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.283048 24844 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40431/jwks.json
10:43:52.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:52.321050 24844 master_runner.cc:387] Master server non-default flags:
10:43:52.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:52.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.63.84:34639
10:43:52.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/wal
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38961
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.63.126:39221,127.24.63.125:35477,127.24.63.124:45945
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.63.126:39221
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40431/jwks.json
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data/info.pb
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.63.126
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/logs
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:52.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:43:52.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:43:52.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:43:52.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:43:52.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:52.322791 24844 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:43:52.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:52.324837 24844 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:52.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.338195 24850 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
10:43:53.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:52.338388 24851 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
10:43:53.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:53.578105 24853 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
10:43:53.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:53.582705 24852 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1243 milliseconds
10:43:53.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.582808 24844 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
10:43:53.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.584017 24844 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.586745 24844 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.588119 24844 hybrid_clock.cc:648] HybridClock initialized: now 1786445033588080 us; error 123 us; skew 500 ppm
10:43:53.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.589036 24844 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:43:53.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.595781 24844 webserver.cc:533] Webserver started at http://127.24.63.126:37865/ using document root <none> and password file <none>
10:43:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.597216 24844 fs_manager.cc:362] Metadata directory not provided
10:43:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.597416 24844 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.597820 24844 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:53.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.602346 24844 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data/instance:
10:43:53.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "63d6506b12f44fc5a7ba47361bdf584e"
10:43:53.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:53 on dist-test-slave-qg60"
10:43:53.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.603440 24844 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/wal/instance:
10:43:53.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "63d6506b12f44fc5a7ba47361bdf584e"
10:43:53.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:53 on dist-test-slave-qg60"
10:43:53.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.611282 24844 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
10:43:53.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.617347 24860 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:53.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.618590 24844 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
10:43:53.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.618968 24844 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/wal
10:43:53.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "63d6506b12f44fc5a7ba47361bdf584e"
10:43:53.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:53 on dist-test-slave-qg60"
10:43:53.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.619400 24844 fs_report.cc:389] FS layout report
10:43:53.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:53.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/wal
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/wal
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data/data
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:53.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:53.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.676260 24844 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.677973 24844 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:43:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.678510 24844 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:53.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.755926 24844 rpc_server.cc:307] RPC server started. Bound to: 127.24.63.126:39221
10:43:53.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.756039 24918 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.63.126:39221 every 8 connection(s)
10:43:53.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.758921 24844 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/data/info.pb
10:43:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.763440 24829 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 24844
10:43:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.763835 24829 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-0/wal/instance
10:43:53.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.765057 24920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.767243 24829 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/wal
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:53.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/logs
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data/info.pb
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.63.125:35477
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.63.125
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.63.84:34639
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.63.126:39221,127.24.63.125:35477,127.24.63.124:45945
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40431/jwks.json
10:43:53.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38961 with env {}
10:43:53.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.776700 24920 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } has no permanent_uuid. Determining permanent_uuid...
10:43:53.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.806701 24920 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } has no permanent_uuid. Determining permanent_uuid...
10:43:53.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:53.809897 24864 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:53.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:53.814847 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.125:35477: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:53.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.864468 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } attempt: 1
10:43:53.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:53.869679 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.125:35477: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:53.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:53.938234 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } attempt: 2
10:43:53.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:53.943405 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.125:35477: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:54.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:54.034922 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } attempt: 3
10:43:54.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.039858 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.125:35477: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.099056 24921 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:54.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.099643 24921 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:54.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.100104 24921 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:54.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.132994 24921 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:54.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.133411 24921 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.133749 24921 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:54.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.134122 24921 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:54.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.134734 24921 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:54.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.135023 24921 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40431/jwks.json
10:43:54.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:54.172384 24921 master_runner.cc:387] Master server non-default flags:
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.63.84:34639
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/wal
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38961
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.63.126:39221,127.24.63.125:35477,127.24.63.124:45945
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.63.125:35477
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40431/jwks.json
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data/info.pb
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.63.125
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/logs
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:43:54.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:43:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:43:54.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:54.174084 24921 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:43:54.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:54.176381 24921 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:54.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:54.183322 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } attempt: 4
10:43:54.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.189764 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.125:35477: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:54.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.190791 24930 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
10:43:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:54.489279 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } attempt: 5
10:43:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.493770 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.125:35477: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:55.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.041500 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } attempt: 6
10:43:55.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.050691 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.125:35477: Network error: Client connection negotiation failed: client connection to 127.24.63.125:35477: connect: Connection refused (error 111)
10:43:55.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:54.192631 24931 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
10:43:55.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.404178 24932 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
10:43:55.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.405903 24933 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
10:43:55.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.405917 24921 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
10:43:55.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.408581 24921 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:55.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.411962 24921 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:55.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.413394 24921 hybrid_clock.cc:648] HybridClock initialized: now 1786445035413342 us; error 60 us; skew 500 ppm
10:43:55.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.414199 24921 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:43:55.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.420531 24921 webserver.cc:533] Webserver started at http://127.24.63.125:37999/ using document root <none> and password file <none>
10:43:55.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.421497 24921 fs_manager.cc:362] Metadata directory not provided
10:43:55.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.421700 24921 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:55.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.422112 24921 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:55.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.426410 24921 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data/instance:
10:43:55.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09"
10:43:55.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-qg60"
10:43:55.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.427466 24921 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/wal/instance:
10:43:55.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09"
10:43:55.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-qg60"
10:43:55.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.434809 24921 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.008s
10:43:55.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.440826 24944 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:55.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.441924 24921 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
10:43:55.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.442310 24921 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/wal
10:43:55.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09"
10:43:55.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:55 on dist-test-slave-qg60"
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.442689 24921 fs_report.cc:389] FS layout report
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/wal
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/wal
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data/data
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:55.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:55.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.499272 24921 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:55.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.500998 24921 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:43:55.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.501549 24921 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:55.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.581004 24921 rpc_server.cc:307] RPC server started. Bound to: 127.24.63.125:35477
10:43:55.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.581092 25003 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.63.125:35477 every 8 connection(s)
10:43:55.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.584290 24921 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/data/info.pb
10:43:55.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.588703 24829 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 24921
10:43:55.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.589272 24829 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-1/wal/instance
10:43:55.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.591432 25004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:43:55.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.592371 24829 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:55.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/wal
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/logs
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data/info.pb
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.63.124:45945
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.63.124
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.63.84:34639
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.63.126:39221,127.24.63.125:35477,127.24.63.124:45945
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40431/jwks.json
10:43:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38961 with env {}
10:43:55.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.604816 25004 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.633991 25004 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.649371 25004 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } has no permanent_uuid. Determining permanent_uuid...
10:43:55.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.651899 24949 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:55.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.656759 25004 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:55.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.706342 25004 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 1
10:43:55.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.710860 25004 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:55.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.779253 25004 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 2
10:43:55.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.783700 25004 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:55.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.875119 25004 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 3
10:43:55.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.879500 25004 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:55.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.917588 25006 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:43:55.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.918150 25006 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:43:55.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.918606 25006 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:43:55.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.950217 25006 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:43:55.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.950520 25006 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:43:55.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.950716 25006 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:43:55.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.950918 25006 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:43:55.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.951104 25006 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:43:55.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:55.951251 25006 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40431/jwks.json
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.987975 25006 master_runner.cc:387] Master server non-default flags:
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.63.84:34639
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/wal
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38961
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.63.126:39221,127.24.63.125:35477,127.24.63.124:45945
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:43:55.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.63.124:45945
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40431/jwks.json
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data/info.pb
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.63.124
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/logs
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:43:55.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.989351 25006 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:43:55.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:55.991073 25006 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:43:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.002882 25016 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
10:43:56.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.022920 25004 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 4
10:43:56.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.029197 25004 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.111351 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } attempt: 7
10:43:56.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.126232 24920 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } has no permanent_uuid. Determining permanent_uuid...
10:43:56.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.132973 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.191700 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 1
10:43:56.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.196646 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.278311 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 2
10:43:56.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.283298 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.328651 25004 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 5
10:43:56.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.333984 25004 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.368963 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 3
10:43:56.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.373847 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.514468 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 4
10:43:56.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.519582 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.803243 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 5
10:43:56.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.809655 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:56.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:56.881383 25004 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 6
10:43:56.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.889858 25004 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:57.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.008912 25019 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
10:43:57.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:56.003669 25017 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
10:43:57.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.237221 25018 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
10:43:57.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.237390 25006 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
10:43:57.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.241786 25006 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:43:57.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.245066 25006 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:43:57.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.246506 25006 hybrid_clock.cc:648] HybridClock initialized: now 1786445037246456 us; error 67 us; skew 500 ppm
10:43:57.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.247304 25006 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:43:57.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.254006 25006 webserver.cc:533] Webserver started at http://127.24.63.124:46159/ using document root <none> and password file <none>
10:43:57.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.255003 25006 fs_manager.cc:362] Metadata directory not provided
10:43:57.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.255218 25006 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:43:57.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.255712 25006 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:43:57.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.260686 25006 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data/instance:
10:43:57.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e0e8973a52a94f5883e1dbedf866a89f"
10:43:57.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:57 on dist-test-slave-qg60"
10:43:57.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.262006 25006 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/wal/instance:
10:43:57.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e0e8973a52a94f5883e1dbedf866a89f"
10:43:57.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:57 on dist-test-slave-qg60"
10:43:57.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.270421 25006 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.000s	sys 0.008s
10:43:57.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.276904 25033 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:43:57.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.278119 25006 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
10:43:57.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.278437 25006 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/wal
10:43:57.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e0e8973a52a94f5883e1dbedf866a89f"
10:43:57.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:43:57 on dist-test-slave-qg60"
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.278766 25006 fs_report.cc:389] FS layout report
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/wal
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/wal
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data/data
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:43:57.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:43:57.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.337885 25006 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:43:57.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.339512 25006 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:43:57.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.339970 25006 kserver.cc:163] Server-wide thread pool size limit: 3276
10:43:57.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.362126 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 6
10:43:57.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.370525 24920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.63.124:45945: Network error: Client connection negotiation failed: client connection to 127.24.63.124:45945: connect: Connection refused (error 111)
10:43:57.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.419971 25006 rpc_server.cc:307] RPC server started. Bound to: 127.24.63.124:45945
10:43:57.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.420045 25091 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.63.124:45945 every 8 connection(s)
10:43:57.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.422966 25006 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/data/info.pb
10:43:57.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.424014 24829 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 25006
10:43:57.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.424576 24829 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster4308993368972580651/master-2/wal/instance
10:43:57.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.429394 25092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:43:57.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.442693 25092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } has no permanent_uuid. Determining permanent_uuid...
10:43:57.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.464021 25092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } has no permanent_uuid. Determining permanent_uuid...
10:43:57.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.477738 25092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } has no permanent_uuid. Determining permanent_uuid...
10:43:57.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.492272 24829 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:43:57.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.495674 25092 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f: Bootstrap starting.
10:43:57.500 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:57.500 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:43:57.501 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.63.126"
      port: 39221
    }
    bound_http_address {
      host: "127.24.63.126"
      port: 37865
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.63.125"
      port: 35477
    }
    bound_http_address {
      host: "127.24.63.125"
      port: 37999
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.63.124"
      port: 45945
    }
    bound_http_address {
      host: "127.24.63.124"
      port: 46159
    }
  }
}

10:43:57.502 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:43:57.503 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:43:57.504 [INFO - Metastore-Handler-Pool: Thread-94] (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=c950e661-41d5-4242-8099-db61f01b9ced, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.63.124:45945,127.24.63.126:39221,127.24.63.125:35477}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:43:57.507 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:43:57.508 [INFO - Metastore-Handler-Pool: Thread-94] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:43:57.508 [INFO - Metastore-Handler-Pool: Thread-94] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4, with PersistenceManager: null will be shutdown
10:43:57.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.502453 25092 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f: Neither blocks nor log segments found. Creating new log.
10:43:57.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.504911 25092 log.cc:826] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f: Log is configured to *not* fsync() on all Append() calls
10:43:57.509 [INFO - Metastore-Handler-Pool: Thread-94] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4311fe91 created in the thread with id: 94
10:43:57.514 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4
10:43:57.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.516860 25092 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f: No bootstrap required, opened a new log
10:43:57.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.539705 25092 raft_consensus.cc:359] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:57.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.540638 25092 raft_consensus.cc:385] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:57.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.540989 25092 raft_consensus.cc:740] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e0e8973a52a94f5883e1dbedf866a89f, State: Initialized, Role: FOLLOWER
10:43:57.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.542212 25092 consensus_queue.cc:260] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:57.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.546065 25101 sys_catalog.cc:455] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [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: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:57.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.547101 25101 sys_catalog.cc:458] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: This master's current role is: FOLLOWER
10:43:57.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.548121 25092 sys_catalog.cc:565] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: configured and running, proceeding with master startup.
10:43:57.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.595660 25039 tablet.cc:2406] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:43:57.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.650668 25101 raft_consensus.cc:493] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:43:57.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.651311 25101 raft_consensus.cc:515] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:57.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.658349 25101 leader_election.cc:290] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 63d6506b12f44fc5a7ba47361bdf584e (127.24.63.126:39221), 5d5dc0ead8ae4e57af4ac7766fd1ef09 (127.24.63.125:35477)
10:43:57.677 [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=	
10:43:57.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.679634 25113 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:57.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.720438 25118 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:43:57.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:57.721182 25118 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:43:57.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.705039 25006 master_runner.cc:187] Error getting master registration for 127.24.63.126:39221: OK, instance_id { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" instance_seqno: 1786445033735867 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:43:57.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.784101 25006 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:43:57.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.950286 25004 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 7
10:43:57.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:57.998039 25004 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: Bootstrap starting.
10:43:58.044 [WARN - Metastore-Handler-Pool: Thread-94] (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.
10:43:58.055 [WARN - Metastore-Handler-Pool: Thread-94] (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.
10:43:58.055 [WARN - Metastore-Handler-Pool: Thread-94] (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.
10:43:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.059259 25004 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: Neither blocks nor log segments found. Creating new log.
10:43:58.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.082706 25004 log.cc:826] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: Log is configured to *not* fsync() on all Append() calls
10:43:58.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.121472 25004 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: No bootstrap required, opened a new log
10:43:58.239 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:43:58.256 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive4574277781396071122/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=c950e661-41d5-4242-8099-db61f01b9ced, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.63.124:45945,127.24.63.126:39221,127.24.63.125:35477}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:43:58.259 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4574277781396071122/external-warehouse/table
10:43:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.294106 25004 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.295055 25004 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:58.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.295368 25004 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d5dc0ead8ae4e57af4ac7766fd1ef09, State: Initialized, Role: FOLLOWER
10:43:58.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.302284 25004 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:58.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.310781 25128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [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: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.311632 25128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [sys.catalog]: This master's current role is: FOLLOWER
10:43:58.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.314473 25004 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [sys.catalog]: configured and running, proceeding with master startup.
10:43:58.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.314625 24975 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e0e8973a52a94f5883e1dbedf866a89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" is_pre_election: true
10:43:58.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.315910 24975 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e0e8973a52a94f5883e1dbedf866a89f in term 0.
10:43:58.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.317663 25037 leader_election.cc:304] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [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: 5d5dc0ead8ae4e57af4ac7766fd1ef09, e0e8973a52a94f5883e1dbedf866a89f; no voters: 
10:43:58.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.335321 25130 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Leader pre-election won for term 1
10:43:58.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.337464 25130 raft_consensus.cc:493] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:43:58.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.339109 25130 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 0 FOLLOWER]: Advancing to term 1
10:43:58.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.404467 24920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } attempt: 7
10:43:58.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.408682 25130 raft_consensus.cc:515] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:58.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.410921 25130 leader_election.cc:290] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [CANDIDATE]: Term 1 election: Requested vote from peers 63d6506b12f44fc5a7ba47361bdf584e (127.24.63.126:39221), 5d5dc0ead8ae4e57af4ac7766fd1ef09 (127.24.63.125:35477)
10:43:58.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.413386 24975 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e0e8973a52a94f5883e1dbedf866a89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09"
10:43:58.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.413957 24975 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [term 0 FOLLOWER]: Advancing to term 1
10:43:58.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.438273 24975 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e0e8973a52a94f5883e1dbedf866a89f in term 1.
10:43:58.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.442277 25037 leader_election.cc:304] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [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: 5d5dc0ead8ae4e57af4ac7766fd1ef09, e0e8973a52a94f5883e1dbedf866a89f; no voters: 
10:43:58.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.443584 25130 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 1 FOLLOWER]: Leader election won for term 1
10:43:58.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.456405 24920 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e: Bootstrap starting.
10:43:58.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.459734 25130 raft_consensus.cc:697] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [term 1 LEADER]: Becoming Leader. State: Replica: e0e8973a52a94f5883e1dbedf866a89f, State: Running, Role: LEADER
10:43:58.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.460765 25130 consensus_queue.cc:237] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [LEADER]: Queue going to LEADER mode. State: All 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: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:58.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.467170 24920 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e: Neither blocks nor log segments found. Creating new log.
10:43:58.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.476121 24920 log.cc:826] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e: Log is configured to *not* fsync() on all Append() calls
10:43:58.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.486748 25140 sys_catalog.cc:455] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: SysCatalogTable state changed. Reason: New leader e0e8973a52a94f5883e1dbedf866a89f. Latest consensus state: current_term: 1 leader_uuid: "e0e8973a52a94f5883e1dbedf866a89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.494445 24920 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e: No bootstrap required, opened a new log
10:43:58.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.496872 25140 sys_catalog.cc:458] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: This master's current role is: LEADER
10:43:58.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.506815 25145 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:43:58.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:58.509915 24951 tablet.cc:2406] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:43:58.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.522733 25145 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:43:58.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.561074 24920 raft_consensus.cc:359] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:58.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.566826 24920 raft_consensus.cc:385] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:43:58.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.567916 24920 raft_consensus.cc:740] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 63d6506b12f44fc5a7ba47361bdf584e, State: Initialized, Role: FOLLOWER
10:43:58.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.570139 25156 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:43:58.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.571749 24920 consensus_queue.cc:260] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } }
10:43:58.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.585479 24975 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [term 1 FOLLOWER]: Refusing update from remote peer e0e8973a52a94f5883e1dbedf866a89f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:43:58.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.587821 25140 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:43:58.594 [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=	
10:43:58.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:58.598454 25149 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:58.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.606254 24889 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e0e8973a52a94f5883e1dbedf866a89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "63d6506b12f44fc5a7ba47361bdf584e"
10:43:58.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.606593 25157 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [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: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.607072 24889 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [term 0 FOLLOWER]: Advancing to term 1
10:43:58.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.609222 24920 sys_catalog.cc:565] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [sys.catalog]: configured and running, proceeding with master startup.
10:43:58.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.607402 25157 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [sys.catalog]: This master's current role is: FOLLOWER
10:43:58.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.606252 24890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e0e8973a52a94f5883e1dbedf866a89f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "63d6506b12f44fc5a7ba47361bdf584e" is_pre_election: true
10:43:58.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.615695 24889 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e0e8973a52a94f5883e1dbedf866a89f in term 1.
10:43:58.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.617341 24885 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [term 1 FOLLOWER]: Refusing update from remote peer e0e8973a52a94f5883e1dbedf866a89f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:43:58.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.625265 25140 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [LEADER]: Connected to new peer: Peer: permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:43:58.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.663216 25157 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [sys.catalog]: SysCatalogTable state changed. Reason: New leader e0e8973a52a94f5883e1dbedf866a89f. Latest consensus state: current_term: 1 leader_uuid: "e0e8973a52a94f5883e1dbedf866a89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.664028 25157 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [sys.catalog]: This master's current role is: FOLLOWER
10:43:58.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.576717 24921 master_runner.cc:187] Error getting master registration for 127.24.63.126:39221: OK, instance_id { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" instance_seqno: 1786445033735867 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:43:58.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.681376 25155 mvcc.cc:204] Tried to move back new op lower bound from 7317278878008029184 to 7317278877546721280. Current Snapshot: MvccSnapshot[applied={T|T < 7317278878008029184}]
10:43:58.684 [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=	
10:43:58.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:58.685655 25113 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:58.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.686786 25159 mvcc.cc:204] Tried to move back new op lower bound from 7317278878008029184 to 7317278877546721280. Current Snapshot: MvccSnapshot[applied={T|T < 7317278878008029184}]
10:43:58.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.688200 25157 sys_catalog.cc:455] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e0e8973a52a94f5883e1dbedf866a89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.688943 25157 sys_catalog.cc:458] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e [sys.catalog]: This master's current role is: FOLLOWER
10:43:58.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.695504 24921 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:43:58.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.701387 25140 sys_catalog.cc:455] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e0e8973a52a94f5883e1dbedf866a89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.702163 25140 sys_catalog.cc:458] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: This master's current role is: LEADER
10:43:58.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.703312 25145 catalog_manager.cc:1383] Generated new cluster ID: ffc2cf80d73140729e004d65963f7606
10:43:58.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.703598 25145 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:43:58.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.735023 25130 sys_catalog.cc:455] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e0e8973a52a94f5883e1dbedf866a89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.735857 25130 sys_catalog.cc:458] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f [sys.catalog]: This master's current role is: LEADER
10:43:58.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.740198 25128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e0e8973a52a94f5883e1dbedf866a89f. Latest consensus state: current_term: 1 leader_uuid: "e0e8973a52a94f5883e1dbedf866a89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.741007 25128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [sys.catalog]: This master's current role is: FOLLOWER
10:43:58.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.789644 25128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e0e8973a52a94f5883e1dbedf866a89f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "63d6506b12f44fc5a7ba47361bdf584e" member_type: VOTER last_known_addr { host: "127.24.63.126" port: 39221 } } peers { permanent_uuid: "5d5dc0ead8ae4e57af4ac7766fd1ef09" member_type: VOTER last_known_addr { host: "127.24.63.125" port: 35477 } } peers { permanent_uuid: "e0e8973a52a94f5883e1dbedf866a89f" member_type: VOTER last_known_addr { host: "127.24.63.124" port: 45945 } } }
10:43:58.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.790454 25128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09 [sys.catalog]: This master's current role is: FOLLOWER
10:43:58.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.803679 25145 catalog_manager.cc:1406] Generated new certificate authority record
10:43:58.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.806092 25145 catalog_manager.cc:1540] Loading token signing keys...
10:43:58.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.872073 25145 catalog_manager.cc:6092] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f: Generated new TSK 0
10:43:58.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.873591 25145 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:43:58.874 [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=	
10:43:58.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:58.875762 25181 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:58.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.879442 25145 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:43:58.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.883787 25145 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:43:58.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:58.918008 25186 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:43:58.966 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:43:59.052 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:43:59.054 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:43:59.246 [WARN - Metastore-Handler-Pool: Thread-94] (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.
10:43:59.569 [WARN - Metastore-Handler-Pool: Thread-94] (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.
10:43:59.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.597664 25156 catalog_manager.cc:1295] Loaded cluster ID: ffc2cf80d73140729e004d65963f7606
10:43:59.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.597967 25156 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: loading cluster ID for follower catalog manager: success
10:43:59.613 [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=	
10:43:59.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:59.614470 25149 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:59.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.627077 25156 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: acquiring CA information for follower catalog manager: success
10:43:59.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.637202 25156 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5d5dc0ead8ae4e57af4ac7766fd1ef09: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:43:59.697 [INFO - Metastore-Handler-Pool: Thread-103] (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=	
10:43:59.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:59.698446 25113 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:59.708 [WARN - Metastore-Handler-Pool: Thread-94] (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.
10:43:59.781 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:43:59.896 [INFO - Metastore-Handler-Pool: Thread-104] (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=	
10:43:59.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:43:59.897094 25181 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:43:59.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.941396 25186 catalog_manager.cc:1295] Loaded cluster ID: ffc2cf80d73140729e004d65963f7606
10:43:59.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.942003 25186 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e: loading cluster ID for follower catalog manager: success
10:43:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.949553 25186 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e: acquiring CA information for follower catalog manager: success
10:43:59.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:43:59.964316 25186 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 63d6506b12f44fc5a7ba47361bdf584e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:00.063 [DEBUG - Metastore-Handler-Pool: Thread-94] (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.
10:44:00.065 [DEBUG - Metastore-Handler-Pool: Thread-94] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:44:00.077 [DEBUG - Metastore-Handler-Pool: Thread-94] (Connection.java:748) [peer master-127.24.63.124:45945(127.24.63.124:45945)] connecting to peer
10:44:00.088 [DEBUG - Metastore-Handler-Pool: Thread-94] (Connection.java:748) [peer master-127.24.63.126:39221(127.24.63.126:39221)] connecting to peer
10:44:00.089 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.63.124:45945(127.24.63.124:45945)] Successfully connected to peer
10:44:00.111 [DEBUG - Metastore-Handler-Pool: Thread-94] (Connection.java:748) [peer master-127.24.63.125:35477(127.24.63.125:35477)] connecting to peer
10:44:00.119 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.24.63.126:39221(127.24.63.126:39221)] Successfully connected to peer
10:44:00.125 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.63.124
10:44:00.141 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.63.126
10:44:00.211 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.24.63.125:35477(127.24.63.125:35477)] Successfully connected to peer
10:44:00.227 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.24.63.125
10:44:00.260 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:00.267 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:00.287 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:00.288 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xbd33d169, L:/127.0.0.1:50540 - R:/127.24.63.126:39221] using SASL/PLAIN
10:44:00.289 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x19db5642, L:/127.0.0.1:58862 - R:/127.24.63.124:45945] using SASL/PLAIN
10:44:00.296 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:44:00.303 [ERROR - Metastore-Handler-Pool: Thread-94] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:00.313 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:00.345 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xec844040, L:/127.0.0.1:40044 - R:/127.24.63.125:35477] using SASL/PLAIN
10:44:00.361 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:00.394 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:00.607 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:44:00.627 [INFO - Metastore-Handler-Pool: Thread-109] (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=	
10:44:00.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.628262 25149 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:00.685 [INFO - Metastore-Handler-Pool: Thread-94] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:00.699 [INFO - Metastore-Handler-Pool: Thread-94] (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=c950e661-41d5-4242-8099-db61f01b9ced, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.63.124:45945,127.24.63.126:39221,127.24.63.125:35477}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:00.712 [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=	
10:44:00.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.713193 25113 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:00.716 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:00.729 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive4574277781396071122/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=c950e661-41d5-4242-8099-db61f01b9ced, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.24.63.124:45945,127.24.63.126:39221,127.24.63.125:35477}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:00.743 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4574277781396071122/external-warehouse/table
10:44:00.849 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:00.868 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:00.881 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:00.909 [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=	
10:44:00.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:00.910369 25181 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:00.928 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:44:00.965 [INFO - Metastore-Handler-Pool: Thread-94] (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)	
10:44:00.971 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:00.974 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive4574277781396071122/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)
10:44:00.975 [WARN - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:2452) Location: file:/tmp/hive4574277781396071122/external-warehouse/table specified for non-external table:table
10:44:01.009 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4574277781396071122/external-warehouse/table
10:44:01.064 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:01.114 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:01.117 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:01.171 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:44:01.226 [ERROR - Metastore-Handler-Pool: Thread-94] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:01.237 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:01.273 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:01.277 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:01.328 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:44:01.382 [INFO - Metastore-Handler-Pool: Thread-94] (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)	
10:44:01.385 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:01.387 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive4574277781396071122/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)
10:44:01.388 [WARN - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:2452) Location: file:/tmp/hive4574277781396071122/external-warehouse/table specified for non-external table:table
10:44:01.399 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4574277781396071122/external-warehouse/table
10:44:01.458 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:01.498 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:01.502 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:01.571 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:44:01.610 [ERROR - Metastore-Handler-Pool: Thread-94] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:01.616 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:01.641 [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=	
10:44:01.642 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:01.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:01.642349 25149 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:01.649 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:01.672 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:44:01.709 [INFO - Metastore-Handler-Pool: Thread-94] (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)	
10:44:01.714 [INFO - Metastore-Handler-Pool: Thread-94] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:01.723 [INFO - Metastore-Handler-Pool: Thread-116] (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=	
10:44:01.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:01.724378 25113 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:01.727 [INFO - Metastore-Handler-Pool: Thread-94] (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/hive4574277781396071122/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)
10:44:01.732 [INFO - Metastore-Handler-Pool: Thread-94] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4574277781396071122/external-warehouse/table
10:44:01.793 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:01.821 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:01.823 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:01.919 [INFO - Metastore-Handler-Pool: Thread-118] (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=	
10:44:01.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:01.920172 25181 client.h:373] Failed to connect to Hive Metastore (localhost:38961): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:01.934 [WARN - Metastore-Handler-Pool: Thread-94] (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.$Proxy24.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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)
	... 41 more
10:44:01.968 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:01.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:01.969168 24829 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 24844
10:44:01.989 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:01.989 [INFO - Metastore-Handler-Pool: Thread-94] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@422b78a4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4311fe91 will be shutdown
10:44:01.990 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:02.016 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.24.63.126:39221(127.24.63.126:39221)] handling channelInactive
10:44:02.016 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.24.63.126:39221(127.24.63.126:39221)] cleaning up while in state READY due to: connection closed
10:44:02.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:02.015864 25036 connection.cc:573] client connection to 127.24.63.126:39221 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
10:44:02.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:02.016332 25036 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
10:44:02.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:02.018793 24829 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 24921
10:44:02.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:02.030933 25036 consensus_peers.cc:597] T 00000000000000000000000000000000 P e0e8973a52a94f5883e1dbedf866a89f -> Peer 63d6506b12f44fc5a7ba47361bdf584e (127.24.63.126:39221): Couldn't send request to peer 63d6506b12f44fc5a7ba47361bdf584e. Status: Network error: Client connection negotiation failed: client connection to 127.24.63.126:39221: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
10:44:02.053 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.24.63.125:35477(127.24.63.125:35477)] handling channelInactive
10:44:02.053 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.24.63.125:35477(127.24.63.125:35477)] cleaning up while in state READY due to: connection closed
10:44:02.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:02.053149 24829 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 25006
10:44:02.087 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.63.124:45945(127.24.63.124:45945)] handling channelInactive
10:44:02.089 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.63.124:45945(127.24.63.124:45945)] cleaning up while in state READY due to: connection closed
10:44:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:03Z chronyd exiting
.10:44:04.267 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:04.267 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:04.267 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:04.288 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12452113651864066965
10:44:04.289 [INFO - Thread-83] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:04.289 [INFO - Thread-83] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:04.291 [INFO - Thread-83] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:04.291 [INFO - Thread-83] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:04.291 [INFO - Thread-83] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:04.292 [INFO - Thread-83] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:04.294 [INFO - Thread-83] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:04.294 [INFO - Thread-83] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:04.295 [INFO - Thread-83] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:04.295 [INFO - Thread-83] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:04.296 [INFO - Thread-83] (HikariDataSource.java:80) objectstore - Starting...
10:44:04.379 [INFO - Thread-83] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:04.379 [INFO - Thread-83] (HikariDataSource.java:82) objectstore - Start completed.
10:44:04.380 [INFO - Thread-83] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:04.381 [INFO - Thread-83] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:04.394 [INFO - Thread-83] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:04.394 [INFO - Thread-83] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:04.423 [INFO - Thread-83] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:04.423 [INFO - Thread-83] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:04.424 [INFO - Thread-83] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:04.450 [WARN - Thread-83] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:04.451 [WARN - Thread-83] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:04.452 [WARN - Thread-83] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:04.452 [WARN - Thread-83] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:04.453 [WARN - Thread-83] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:04.453 [WARN - Thread-83] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:04.641 [INFO - Thread-83] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:44:04.641 [INFO - Thread-83] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543, with PersistenceManager: null will be shutdown
10:44:04.641 [INFO - Thread-83] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@ca2f8a4 created in the thread with id: 119
10:44:04.643 [WARN - Thread-83] (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
10:44:04.644 [INFO - Thread-83] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543
10:44:04.735 [INFO - Thread-83] (HMSHandler.java:595) Started creating a default database with name: default
10:44:04.757 [INFO - Thread-83] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:04.781 [INFO - Thread-83] (HMSHandler.java:668) Added admin role in metastore
10:44:04.783 [INFO - Thread-83] (HMSHandler.java:677) Added public role in metastore
10:44:04.814 [INFO - Thread-83] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:04.815 [INFO - Thread-83] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:04.815 [INFO - Thread-83] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:04.815 [INFO - Thread-83] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:04.816 [WARN - Thread-83] (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)
10:44:04.816 [INFO - Thread-83] (HiveMetaStore.java:632) Started the new metaserver on port [39395]...
10:44:04.816 [INFO - Thread-83] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:04.816 [INFO - Thread-83] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:04.816 [INFO - Thread-83] (HiveMetaStore.java:635) TCP keepalive = true
10:44:04.816 [INFO - Thread-83] (HiveMetaStore.java:636) Enable SSL = false
10:44:05.291 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:05.291 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:05.292 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:05.293 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:05.294 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39395]
10:44:05.294 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39395) in binary transport mode
10:44:05.294 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39395) current connections: 1
10:44:05.296 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskCXFltw/test-tmp
10:44:05.297 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
10:44:05.297 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskCXFltw/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:05.300 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39395"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:44:05.658 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:05.658 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:44:05.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.661875 25249 mini_oidc.cc:150] Starting JWKS server
10:44:05.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.665192 25249 webserver.cc:533] Webserver started at http://127.0.0.1:34415/ using document root <none> and password file <none>
10:44:05.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.665618 25249 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:05.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.667376 25249 webserver.cc:533] Webserver started at http://127.0.0.1:34323/ using document root <none> and password file <none>
10:44:05.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:05Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:05.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:05Z Disabled control of system clock
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:05.736068 25249 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/wal
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:05.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/logs
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data/info.pb
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.168.126:41987
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.168.126
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.168.84:36481
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.168.126:41987,127.24.168.125:45541,127.24.168.124:42077
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34415/jwks.json
10:44:05.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39395 with env {}
10:44:06.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.045740 25261 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:06.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.046312 25261 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:06.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.047060 25261 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:06.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.084780 25261 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:06.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.085062 25261 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:06.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.085255 25261 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:06.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.085446 25261 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:06.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.085804 25261 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:06.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.086048 25261 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34415/jwks.json
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:06.121985 25261 master_runner.cc:387] Master server non-default flags:
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.168.84:36481
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/wal
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39395
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.168.126:41987,127.24.168.125:45541,127.24.168.124:42077
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.168.126:41987
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34415/jwks.json
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data/info.pb
10:44:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.168.126
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/logs
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:06.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:06.123354 25261 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:06.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:06.125382 25261 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:06.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.136648 25267 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
10:44:07.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.138029 25268 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
10:44:07.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:06.141779 25270 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
10:44:07.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.450789 25269 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1308 milliseconds
10:44:07.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.450927 25261 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
10:44:07.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.452313 25261 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:07.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.455631 25261 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:07.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.457113 25261 hybrid_clock.cc:648] HybridClock initialized: now 1786445047457060 us; error 154 us; skew 500 ppm
10:44:07.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.457926 25261 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:07.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.464480 25261 webserver.cc:533] Webserver started at http://127.24.168.126:45209/ using document root <none> and password file <none>
10:44:07.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.465744 25261 fs_manager.cc:362] Metadata directory not provided
10:44:07.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.466029 25261 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:07.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.466585 25261 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:07.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.471061 25261 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data/instance:
10:44:07.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ac6c1d2096d741148af2f81e771500f2"
10:44:07.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-qg60"
10:44:07.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.472126 25261 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/wal/instance:
10:44:07.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ac6c1d2096d741148af2f81e771500f2"
10:44:07.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-qg60"
10:44:07.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.479823 25261 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.010s	sys 0.000s
10:44:07.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.486765 25277 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:07.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.488211 25261 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
10:44:07.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.488503 25261 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/wal
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ac6c1d2096d741148af2f81e771500f2"
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:07 on dist-test-slave-qg60"
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.488940 25261 fs_report.cc:389] FS layout report
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/wal
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/wal
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data/data
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:07.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:07.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.542858 25261 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:07.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.544683 25261 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:07.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.545141 25261 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:07.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.621100 25261 rpc_server.cc:307] RPC server started. Bound to: 127.24.168.126:41987
10:44:07.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.621176 25333 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.168.126:41987 every 8 connection(s)
10:44:07.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.624163 25261 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/data/info.pb
10:44:07.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.629844 25249 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 25261
10:44:07.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.630282 25249 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-0/wal/instance
10:44:07.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.630702 25334 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.634085 25249 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/wal
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/logs
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data/info.pb
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:07.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.168.125:45541
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.168.125
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.168.84:36481
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.168.126:41987,127.24.168.125:45541,127.24.168.124:42077
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34415/jwks.json
10:44:07.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39395 with env {}
10:44:07.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.642470 25334 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.679272 25334 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } has no permanent_uuid. Determining permanent_uuid...
10:44:07.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.682008 25280 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:07.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.686786 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.125:45541: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.736397 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } attempt: 1
10:44:07.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.741816 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.125:45541: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:07.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.810279 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } attempt: 2
10:44:07.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.815315 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.125:45541: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:07.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:07.906801 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } attempt: 3
10:44:07.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.911590 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.125:45541: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:07.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.962679 25335 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:07.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.963332 25335 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:07.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:07.964046 25335 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:08.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.001367 25335 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:08.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.001691 25335 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.001909 25335 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.002148 25335 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.002373 25335 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:08.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.002543 25335 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34415/jwks.json
10:44:08.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.043411 25335 master_runner.cc:387] Master server non-default flags:
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.168.84:36481
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/wal
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39395
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.168.126:41987,127.24.168.125:45541,127.24.168.124:42077
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.168.125:45541
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34415/jwks.json
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data/info.pb
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.168.125
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:08.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/logs
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.044862 25335 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:08.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.046609 25335 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:08.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.055109 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } attempt: 4
10:44:08.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.059288 25344 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
10:44:08.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.061887 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.125:45541: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:08.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.361382 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } attempt: 5
10:44:08.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.370867 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.125:45541: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:08.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:08.918489 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } attempt: 6
10:44:08.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.943238 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.125:45541: Network error: Client connection negotiation failed: client connection to 127.24.168.125:45541: connect: Connection refused (error 111)
10:44:09.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.469322 25343 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 25335
10:44:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.660563 25343 kernel_stack_watchdog.cc:198] Thread 25335 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 405ms:
10:44:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
10:44:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
10:44:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
10:44:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
10:44:09.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:08.060357 25345 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
10:44:09.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.661646 25335 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.601s	user 0.564s	sys 1.029s
10:44:09.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.662072 25335 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.602s	user 0.564s	sys 1.029s
10:44:09.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.663802 25347 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
10:44:09.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.665666 25346 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1600 milliseconds
10:44:09.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.665735 25335 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
10:44:09.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.667162 25335 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:09.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.669682 25335 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:09.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.671053 25335 hybrid_clock.cc:648] HybridClock initialized: now 1786445049671018 us; error 34 us; skew 500 ppm
10:44:09.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.671934 25335 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:09.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.678759 25335 webserver.cc:533] Webserver started at http://127.24.168.125:44353/ using document root <none> and password file <none>
10:44:09.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.679744 25335 fs_manager.cc:362] Metadata directory not provided
10:44:09.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.680004 25335 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:09.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.680545 25335 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:09.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.685052 25335 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data/instance:
10:44:09.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc9e2d87ebca4c918778f0a936cc0577"
10:44:09.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:09 on dist-test-slave-qg60"
10:44:09.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.686244 25335 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/wal/instance:
10:44:09.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc9e2d87ebca4c918778f0a936cc0577"
10:44:09.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:09 on dist-test-slave-qg60"
10:44:09.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.693828 25335 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.002s
10:44:09.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.699934 25357 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:09.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.701221 25335 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.701630 25335 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/wal
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc9e2d87ebca4c918778f0a936cc0577"
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:09 on dist-test-slave-qg60"
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.701997 25335 fs_report.cc:389] FS layout report
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/wal
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/wal
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data/data
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:09.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.760070 25335 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:09.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.761770 25335 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:09.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.762311 25335 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:09.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.836848 25335 rpc_server.cc:307] RPC server started. Bound to: 127.24.168.125:45541
10:44:09.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.836982 25411 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.168.125:45541 every 8 connection(s)
10:44:09.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.840008 25335 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/data/info.pb
10:44:09.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.841184 25249 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 25335
10:44:09.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.841743 25249 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-1/wal/instance
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.844143 25249 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/wal
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:09.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/logs
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data/info.pb
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.168.124:42077
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.168.124
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.168.84:36481
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.168.126:41987,127.24.168.125:45541,127.24.168.124:42077
10:44:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:09.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34415/jwks.json
10:44:09.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39395 with env {}
10:44:09.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.847493 25412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:09.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.867491 25412 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } has no permanent_uuid. Determining permanent_uuid...
10:44:09.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.895973 25412 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } has no permanent_uuid. Determining permanent_uuid...
10:44:09.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.912467 25412 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } has no permanent_uuid. Determining permanent_uuid...
10:44:09.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.915373 25359 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:09.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.919888 25412 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:09.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:09.969388 25412 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 1
10:44:09.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:09.975129 25412 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.003809 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } attempt: 7
10:44:10.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.016446 25334 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } has no permanent_uuid. Determining permanent_uuid...
10:44:10.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.022544 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.043529 25412 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 2
10:44:10.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.048117 25412 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.081066 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 1
10:44:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.085497 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.139632 25412 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 3
10:44:10.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.144338 25412 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.167037 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 2
10:44:10.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.171514 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.225970 25413 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:10.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.226544 25413 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:10.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.227106 25413 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:10.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.257019 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 3
10:44:10.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.261955 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.262548 25413 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:10.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.262814 25413 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:10.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.263025 25413 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:10.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.263224 25413 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:10.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.263418 25413 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:10.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.263564 25413 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34415/jwks.json
10:44:10.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.287755 25412 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 4
10:44:10.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.292304 25412 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.302297 25413 master_runner.cc:387] Master server non-default flags:
10:44:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.168.84:36481
10:44:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data
10:44:10.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/wal
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39395
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.168.126:41987,127.24.168.125:45541,127.24.168.124:42077
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.168.124:42077
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34415/jwks.json
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data/info.pb
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.168.124
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/logs
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:10.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:10.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.303678 25413 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:10.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.305434 25413 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:10.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.319222 25425 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
10:44:10.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.402486 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 4
10:44:10.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.411088 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.591791 25412 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 5
10:44:10.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.615051 25412 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:10.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:10.694681 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 5
10:44:10.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.703550 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:11.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.162660 25412 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 6
10:44:11.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.193470 25412 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:11.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:11.256235 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 6
10:44:11.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.282794 25334 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.168.124:42077: Network error: Client connection negotiation failed: client connection to 127.24.168.124:42077: connect: Connection refused (error 111)
10:44:12.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:11.722381 25424 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 25413
10:44:12.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.046198 25413 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.727s	user 0.620s	sys 1.100s
10:44:12.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:10.320152 25426 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
10:44:12.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.047509 25413 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.728s	user 0.620s	sys 1.100s
10:44:12.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.048023 25427 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1726 milliseconds
10:44:12.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.048653 25413 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
10:44:12.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.048702 25429 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
10:44:12.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.052407 25413 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:12.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.055001 25413 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:12.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.056339 25413 hybrid_clock.cc:648] HybridClock initialized: now 1786445052056313 us; error 51 us; skew 500 ppm
10:44:12.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.057159 25413 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:12.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.063273 25413 webserver.cc:533] Webserver started at http://127.24.168.124:34447/ using document root <none> and password file <none>
10:44:12.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.064165 25413 fs_manager.cc:362] Metadata directory not provided
10:44:12.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.064347 25413 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:12.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.064788 25413 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:12.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.069121 25413 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data/instance:
10:44:12.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b220c0b5fd174dc89e658524f539d7e4"
10:44:12.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-qg60"
10:44:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.070236 25413 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/wal/instance:
10:44:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b220c0b5fd174dc89e658524f539d7e4"
10:44:12.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-qg60"
10:44:12.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.077958 25413 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.002s
10:44:12.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.083729 25441 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:12.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.085091 25413 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
10:44:12.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.085392 25413 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/wal
10:44:12.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b220c0b5fd174dc89e658524f539d7e4"
10:44:12.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:12 on dist-test-slave-qg60"
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.085711 25413 fs_report.cc:389] FS layout report
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/wal
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/wal
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data/data
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:12.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:12.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.149382 25413 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:12.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.150954 25413 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:12.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.151355 25413 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:12.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.228471 25413 rpc_server.cc:307] RPC server started. Bound to: 127.24.168.124:42077
10:44:12.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.228575 25497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.168.124:42077 every 8 connection(s)
10:44:12.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.231441 25413 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/data/info.pb
10:44:12.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.237500 25249 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 25413
10:44:12.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.238031 25249 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster8252552153726921261/master-2/wal/instance
10:44:12.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.238014 25498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:12.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.254101 25412 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 7
10:44:12.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.255864 25498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } has no permanent_uuid. Determining permanent_uuid...
10:44:12.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.282004 25498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } has no permanent_uuid. Determining permanent_uuid...
10:44:12.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.286996 25412 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577: Bootstrap starting.
10:44:12.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.295871 25412 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577: Neither blocks nor log segments found. Creating new log.
10:44:12.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.297804 25498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } has no permanent_uuid. Determining permanent_uuid...
10:44:12.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.298780 25412 log.cc:826] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577: Log is configured to *not* fsync() on all Append() calls
10:44:12.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.308408 25412 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577: No bootstrap required, opened a new log
10:44:12.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.312453 25249 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:12.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.316336 25334 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } attempt: 7
10:44:12.323 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:12.323 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:12.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.323683 25498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: Bootstrap starting.
10:44:12.325 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.168.126"
      port: 41987
    }
    bound_http_address {
      host: "127.24.168.126"
      port: 45209
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.168.125"
      port: 45541
    }
    bound_http_address {
      host: "127.24.168.125"
      port: 44353
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.168.124"
      port: 42077
    }
    bound_http_address {
      host: "127.24.168.124"
      port: 34447
    }
  }
}

10:44:12.327 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:44:12.328 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:12.330 [INFO - Metastore-Handler-Pool: Thread-140] (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)	
10:44:12.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.332442 25498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: Neither blocks nor log segments found. Creating new log.
10:44:12.332 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:12.333 [INFO - Metastore-Handler-Pool: Thread-140] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:12.334 [INFO - Metastore-Handler-Pool: Thread-140] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: null will be shutdown
10:44:12.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.335325 25498 log.cc:826] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: Log is configured to *not* fsync() on all Append() calls
10:44:12.335 [INFO - Metastore-Handler-Pool: Thread-140] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@255421f5 created in the thread with id: 140
10:44:12.343 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb
10:44:12.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.342783 25412 raft_consensus.cc:359] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.343730 25412 raft_consensus.cc:385] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:12.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.344069 25412 raft_consensus.cc:740] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fc9e2d87ebca4c918778f0a936cc0577, State: Initialized, Role: FOLLOWER
10:44:12.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.345227 25412 consensus_queue.cc:260] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.348850 25498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: No bootstrap required, opened a new log
10:44:12.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.355481 25334 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: Bootstrap starting.
10:44:12.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.366185 25334 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: Neither blocks nor log segments found. Creating new log.
10:44:12.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.369771 25334 log.cc:826] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: Log is configured to *not* fsync() on all Append() calls
10:44:12.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.374143 25511 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [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: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.375046 25511 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: This master's current role is: FOLLOWER
10:44:12.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.376830 25412 sys_catalog.cc:565] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: configured and running, proceeding with master startup.
10:44:12.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.376674 25498 raft_consensus.cc:359] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.377594 25498 raft_consensus.cc:385] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:12.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.377893 25498 raft_consensus.cc:740] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b220c0b5fd174dc89e658524f539d7e4, State: Initialized, Role: FOLLOWER
10:44:12.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.379057 25498 consensus_queue.cc:260] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.385495 25334 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: No bootstrap required, opened a new log
10:44:12.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.385731 25513 sys_catalog.cc:455] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [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: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.386536 25513 sys_catalog.cc:458] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [sys.catalog]: This master's current role is: FOLLOWER
10:44:12.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.389696 25498 sys_catalog.cc:565] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [sys.catalog]: configured and running, proceeding with master startup.
10:44:12.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.397733 25511 raft_consensus.cc:493] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:12.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.398522 25511 raft_consensus.cc:515] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.406636 25471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc9e2d87ebca4c918778f0a936cc0577" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b220c0b5fd174dc89e658524f539d7e4" is_pre_election: true
10:44:12.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.407938 25471 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fc9e2d87ebca4c918778f0a936cc0577 in term 0.
10:44:12.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.406639 25447 tablet.cc:2406] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:12.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.411425 25359 leader_election.cc:304] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [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: b220c0b5fd174dc89e658524f539d7e4, fc9e2d87ebca4c918778f0a936cc0577; no voters: 
10:44:12.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.414022 25511 leader_election.cc:290] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac6c1d2096d741148af2f81e771500f2 (127.24.168.126:41987), b220c0b5fd174dc89e658524f539d7e4 (127.24.168.124:42077)
10:44:12.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.415133 25511 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:12.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.415987 25511 raft_consensus.cc:493] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:12.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.417394 25511 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 0 FOLLOWER]: Advancing to term 1
10:44:12.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.424283 25334 raft_consensus.cc:359] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.425215 25334 raft_consensus.cc:385] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:12.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.425673 25334 raft_consensus.cc:740] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac6c1d2096d741148af2f81e771500f2, State: Initialized, Role: FOLLOWER
10:44:12.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.427363 25334 consensus_queue.cc:260] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.439954 25511 raft_consensus.cc:515] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.444222 25511 leader_election.cc:290] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [CANDIDATE]: Term 1 election: Requested vote from peers ac6c1d2096d741148af2f81e771500f2 (127.24.168.126:41987), b220c0b5fd174dc89e658524f539d7e4 (127.24.168.124:42077)
10:44:12.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.447660 25471 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc9e2d87ebca4c918778f0a936cc0577" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b220c0b5fd174dc89e658524f539d7e4"
10:44:12.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.448342 25471 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [term 0 FOLLOWER]: Advancing to term 1
10:44:12.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.451987 25528 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [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: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.456036 25528 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [sys.catalog]: This master's current role is: FOLLOWER
10:44:12.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.456089 25471 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fc9e2d87ebca4c918778f0a936cc0577 in term 1.
10:44:12.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.455657 25334 sys_catalog.cc:565] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [sys.catalog]: configured and running, proceeding with master startup.
10:44:12.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.457309 25307 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc9e2d87ebca4c918778f0a936cc0577" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac6c1d2096d741148af2f81e771500f2" is_pre_election: true
10:44:12.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.458211 25307 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fc9e2d87ebca4c918778f0a936cc0577 in term 0.
10:44:12.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.460067 25359 leader_election.cc:304] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [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: b220c0b5fd174dc89e658524f539d7e4, fc9e2d87ebca4c918778f0a936cc0577; no voters: 
10:44:12.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.461444 25523 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 1 FOLLOWER]: Leader election won for term 1
10:44:12.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.461527 25306 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fc9e2d87ebca4c918778f0a936cc0577" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac6c1d2096d741148af2f81e771500f2"
10:44:12.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.462325 25306 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [term 0 FOLLOWER]: Advancing to term 1
10:44:12.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.462529 25523 raft_consensus.cc:697] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [term 1 LEADER]: Becoming Leader. State: Replica: fc9e2d87ebca4c918778f0a936cc0577, State: Running, Role: LEADER
10:44:12.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.464779 25523 consensus_queue.cc:237] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [LEADER]: Queue going to LEADER mode. State: All 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: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } }
10:44:12.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.473320 25306 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fc9e2d87ebca4c918778f0a936cc0577 in term 1.
10:44:12.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.497619 25511 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fc9e2d87ebca4c918778f0a936cc0577. Latest consensus state: current_term: 1 leader_uuid: "fc9e2d87ebca4c918778f0a936cc0577" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.498668 25511 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: This master's current role is: LEADER
10:44:12.508 [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=	
10:44:12.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.509091 25533 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:12.510 [INFO - Metastore-Handler-Pool: Thread-143] (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=	
10:44:12.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.514593 25553 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:44:12.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.515774 25545 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:12.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.521802 25363 tablet.cc:2406] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.531832 25546 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:44:12.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.557011 25283 tablet.cc:2406] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:12.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.612702 25546 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:44:12.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.619632 25335 master_runner.cc:187] Error getting master registration for 127.24.168.126:41987: OK, instance_id { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" instance_seqno: 1786445047600055 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:12.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.653903 25335 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:12.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.524132 25413 master_runner.cc:187] Error getting master registration for 127.24.168.126:41987: OK, instance_id { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" instance_seqno: 1786445047600055 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:12.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.666100 25413 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:12.668 [INFO - Metastore-Handler-Pool: Thread-144] (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=	
10:44:12.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.669299 25564 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:12.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.677690 25471 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [term 1 FOLLOWER]: Refusing update from remote peer fc9e2d87ebca4c918778f0a936cc0577: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:12.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.679890 25511 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:12.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.701086 25306 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [term 1 FOLLOWER]: Refusing update from remote peer fc9e2d87ebca4c918778f0a936cc0577: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:12.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.703517 25511 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:12.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.727550 25513 sys_catalog.cc:455] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fc9e2d87ebca4c918778f0a936cc0577. Latest consensus state: current_term: 1 leader_uuid: "fc9e2d87ebca4c918778f0a936cc0577" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.728294 25513 sys_catalog.cc:458] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [sys.catalog]: This master's current role is: FOLLOWER
10:44:12.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.752285 25570 mvcc.cc:204] Tried to move back new op lower bound from 7317278935692197888 to 7317278934921261056. Current Snapshot: MvccSnapshot[applied={T|T < 7317278935692197888}]
10:44:12.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.783527 25528 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fc9e2d87ebca4c918778f0a936cc0577. Latest consensus state: current_term: 1 leader_uuid: "fc9e2d87ebca4c918778f0a936cc0577" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.784765 25528 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [sys.catalog]: This master's current role is: FOLLOWER
10:44:12.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.797013 25566 mvcc.cc:204] Tried to move back new op lower bound from 7317278935692197888 to 7317278934921261056. Current Snapshot: MvccSnapshot[applied={T|T < 7317278935692197888}]
10:44:12.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.799361 25511 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fc9e2d87ebca4c918778f0a936cc0577" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.800092 25511 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: This master's current role is: LEADER
10:44:12.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.816054 25546 catalog_manager.cc:1383] Generated new cluster ID: 332a606167bb4588a7afc83703c1acd4
10:44:12.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.816427 25546 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:44:12.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.824062 25513 sys_catalog.cc:455] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fc9e2d87ebca4c918778f0a936cc0577" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.824800 25513 sys_catalog.cc:458] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4 [sys.catalog]: This master's current role is: FOLLOWER
10:44:12.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.825549 25511 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fc9e2d87ebca4c918778f0a936cc0577" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.826220 25511 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577 [sys.catalog]: This master's current role is: LEADER
10:44:12.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.826654 25528 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fc9e2d87ebca4c918778f0a936cc0577" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ac6c1d2096d741148af2f81e771500f2" member_type: VOTER last_known_addr { host: "127.24.168.126" port: 41987 } } peers { permanent_uuid: "fc9e2d87ebca4c918778f0a936cc0577" member_type: VOTER last_known_addr { host: "127.24.168.125" port: 45541 } } peers { permanent_uuid: "b220c0b5fd174dc89e658524f539d7e4" member_type: VOTER last_known_addr { host: "127.24.168.124" port: 42077 } } }
10:44:12.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.827414 25528 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2 [sys.catalog]: This master's current role is: FOLLOWER
10:44:12.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.844298 25569 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:12.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:12.844756 25569 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:12.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.920416 25546 catalog_manager.cc:1406] Generated new certificate authority record
10:44:12.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:12.922694 25546 catalog_manager.cc:1540] Loading token signing keys...
10:44:13.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.004424 25546 catalog_manager.cc:6092] T 00000000000000000000000000000000 P fc9e2d87ebca4c918778f0a936cc0577: Generated new TSK 0
10:44:13.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.005771 25546 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:44:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.010950 25546 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
10:44:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.015779 25546 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
10:44:13.226 [WARN - Metastore-Handler-Pool: Thread-140] (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.
10:44:13.234 [WARN - Metastore-Handler-Pool: Thread-140] (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.
10:44:13.235 [WARN - Metastore-Handler-Pool: Thread-140] (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.
10:44:13.343 [INFO - Metastore-Handler-Pool: Thread-140] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:44:13.359 [INFO - Metastore-Handler-Pool: Thread-140] (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/hive12452113651864066965/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)
10:44:13.361 [INFO - Metastore-Handler-Pool: Thread-140] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12452113651864066965/external-warehouse/legacy_table
10:44:13.527 [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=	
10:44:13.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.528770 25533 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:13.533 [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=	
10:44:13.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.534174 25545 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:13.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.535555 25553 catalog_manager.cc:1295] Loaded cluster ID: 332a606167bb4588a7afc83703c1acd4
10:44:13.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.535853 25553 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: loading cluster ID for follower catalog manager: success
10:44:13.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.543648 25553 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: acquiring CA information for follower catalog manager: success
10:44:13.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.561987 25553 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b220c0b5fd174dc89e658524f539d7e4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:13.672 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
10:44:13.680 [INFO - Metastore-Handler-Pool: Thread-149] (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=	
10:44:13.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:13.680960 25564 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:13.815 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:13.823 [INFO - Metastore-Handler-Pool: Thread-140] (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	
10:44:13.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.850453 25569 catalog_manager.cc:1295] Loaded cluster ID: 332a606167bb4588a7afc83703c1acd4
10:44:13.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.850780 25569 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: loading cluster ID for follower catalog manager: success
10:44:13.868 [INFO - Metastore-Handler-Pool: Thread-140] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:44:13.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.872534 25569 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: acquiring CA information for follower catalog manager: success
10:44:13.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:13.893752 25569 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ac6c1d2096d741148af2f81e771500f2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:14.039 [INFO - Metastore-Handler-Pool: Thread-140] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:44:14.039 [INFO - Metastore-Handler-Pool: Thread-140] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:44:14.277 [INFO - Metastore-Handler-Pool: Thread-140] (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	
10:44:14.339 [INFO - Metastore-Handler-Pool: Thread-140] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
10:44:14.449 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
10:44:14.468 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:14.470 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
10:44:14.554 [INFO - Metastore-Handler-Pool: Thread-150] (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=	
10:44:14.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:14.555186 25533 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:14.569 [INFO - Metastore-Handler-Pool: Thread-151] (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=	
10:44:14.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:14.570364 25545 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:14.693 [INFO - Metastore-Handler-Pool: Thread-152] (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=	
10:44:14.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:14.694373 25564 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:14.736 [WARN - Metastore-Handler-Pool: Thread-140] (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.
10:44:15.151 [WARN - Metastore-Handler-Pool: Thread-140] (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.
10:44:15.300 [WARN - Metastore-Handler-Pool: Thread-140] (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.
10:44:15.565 [INFO - Metastore-Handler-Pool: Thread-153] (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=	
10:44:15.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:15.567075 25533 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:15.581 [INFO - Metastore-Handler-Pool: Thread-154] (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=	
10:44:15.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:15.582700 25545 client.h:373] Failed to connect to Hive Metastore (localhost:39395): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:15.591 [INFO - Metastore-Handler-Pool: Thread-140] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:15.592 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:15.593118 25249 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 25261
10:44:15.597 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:15.597 [INFO - Metastore-Handler-Pool: Thread-140] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@255421f5 will be shutdown
10:44:15.597 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:15.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:15.666159 25249 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 25335
10:44:15.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:15.713198 25249 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 25413
10:44:16.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:16Z chronyd exiting
.10:44:17.985 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:17.985 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:17.985 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:18.011 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10695679972795344420
10:44:18.013 [INFO - Thread-112] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:18.013 [INFO - Thread-112] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:18.015 [INFO - Thread-112] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:18.015 [INFO - Thread-112] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:18.015 [INFO - Thread-112] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:18.016 [INFO - Thread-112] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:18.018 [INFO - Thread-112] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:18.018 [INFO - Thread-112] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:18.021 [INFO - Thread-112] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:18.021 [INFO - Thread-112] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:18.022 [INFO - Thread-112] (HikariDataSource.java:80) objectstore - Starting...
10:44:18.125 [INFO - Thread-112] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:18.126 [INFO - Thread-112] (HikariDataSource.java:82) objectstore - Start completed.
10:44:18.126 [INFO - Thread-112] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:18.128 [INFO - Thread-112] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:18.130 [INFO - Thread-112] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:18.130 [INFO - Thread-112] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:18.159 [INFO - Thread-112] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:18.159 [INFO - Thread-112] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:18.159 [INFO - Thread-112] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:18.184 [WARN - Thread-112] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:18.185 [WARN - Thread-112] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:18.185 [WARN - Thread-112] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:18.185 [WARN - Thread-112] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:18.186 [WARN - Thread-112] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:18.186 [WARN - Thread-112] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:18.403 [INFO - Thread-112] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:44:18.404 [INFO - Thread-112] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@72d85d94, with PersistenceManager: null will be shutdown
10:44:18.406 [INFO - Thread-112] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@72d85d94, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6c95a3bb created in the thread with id: 155
10:44:18.407 [WARN - Thread-112] (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
10:44:18.408 [INFO - Thread-112] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@72d85d94
10:44:18.495 [INFO - Thread-112] (HMSHandler.java:595) Started creating a default database with name: default
10:44:18.512 [INFO - Thread-112] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:18.533 [INFO - Thread-112] (HMSHandler.java:668) Added admin role in metastore
10:44:18.535 [INFO - Thread-112] (HMSHandler.java:677) Added public role in metastore
10:44:18.565 [INFO - Thread-112] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:18.565 [INFO - Thread-112] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:18.566 [INFO - Thread-112] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:18.566 [INFO - Thread-112] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:18.566 [WARN - Thread-112] (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)
10:44:18.567 [INFO - Thread-112] (HiveMetaStore.java:632) Started the new metaserver on port [39081]...
10:44:18.567 [INFO - Thread-112] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:18.567 [INFO - Thread-112] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:18.567 [INFO - Thread-112] (HiveMetaStore.java:635) TCP keepalive = true
10:44:18.567 [INFO - Thread-112] (HiveMetaStore.java:636) Enable SSL = false
10:44:19.015 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:19.015 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:19.015 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:19.017 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:19.017 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39081]
10:44:19.017 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39081) in binary transport mode
10:44:19.018 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39081) current connections: 1
10:44:19.019 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskCXFltw/test-tmp
10:44:19.020 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
10:44:19.020 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskCXFltw/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:19.023 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39081"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:44:19.360 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:19.361 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:44:19.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.364413 25623 mini_oidc.cc:150] Starting JWKS server
10:44:19.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.367623 25623 webserver.cc:533] Webserver started at http://127.0.0.1:38435/ using document root <none> and password file <none>
10:44:19.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.368016 25623 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:19.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.369793 25623 webserver.cc:533] Webserver started at http://127.0.0.1:43729/ using document root <none> and password file <none>
10:44:19.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:19Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:19.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:19Z Disabled control of system clock
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.437958 25623 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/wal
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/logs
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data/info.pb
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.5.254:37647
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.5.254
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.5.212:38477
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.5.254:37647,127.25.5.253:36703,127.25.5.252:42209
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38435/jwks.json
10:44:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39081 with env {}
10:44:19.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.748449 25636 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:19.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.749128 25636 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:19.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.749600 25636 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:19.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.781366 25636 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:19.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.781662 25636 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:19.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.781858 25636 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:19.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.782070 25636 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:19.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.782254 25636 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:19.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.782400 25636 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38435/jwks.json
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.818110 25636 master_runner.cc:387] Master server non-default flags:
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.5.212:38477
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/wal
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39081
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.5.254:37647,127.25.5.253:36703,127.25.5.252:42209
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:19.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.5.254:37647
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38435/jwks.json
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data/info.pb
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.5.254
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/logs
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.819422 25636 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:19.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:19.821055 25636 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:19.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.831552 25642 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
10:44:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:19.833276 25643 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
10:44:21.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.129004 25645 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
10:44:21.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.132527 25644 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1293 milliseconds
10:44:21.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.132637 25636 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
10:44:21.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.134150 25636 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:21.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.137436 25636 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:21.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.138880 25636 hybrid_clock.cc:648] HybridClock initialized: now 1786445061138829 us; error 69 us; skew 500 ppm
10:44:21.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.139675 25636 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:21.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.146605 25636 webserver.cc:533] Webserver started at http://127.25.5.254:45743/ using document root <none> and password file <none>
10:44:21.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.147535 25636 fs_manager.cc:362] Metadata directory not provided
10:44:21.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.147728 25636 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:21.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.148145 25636 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.152776 25636 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data/instance:
10:44:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "276915147dec487f9aed14160ff32a02"
10:44:21.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:21 on dist-test-slave-qg60"
10:44:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.153873 25636 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/wal/instance:
10:44:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "276915147dec487f9aed14160ff32a02"
10:44:21.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:21 on dist-test-slave-qg60"
10:44:21.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.161384 25636 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.000s
10:44:21.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.167222 25653 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:21.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.168422 25636 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.001s
10:44:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.168833 25636 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/wal
10:44:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "276915147dec487f9aed14160ff32a02"
10:44:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:21 on dist-test-slave-qg60"
10:44:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.169225 25636 fs_report.cc:389] FS layout report
10:44:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:21.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/wal
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/wal
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data/data
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:21.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:21.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.223745 25636 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:21.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.225463 25636 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:21.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.226014 25636 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:21.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.303229 25636 rpc_server.cc:307] RPC server started. Bound to: 127.25.5.254:37647
10:44:21.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.303272 25704 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.5.254:37647 every 8 connection(s)
10:44:21.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.306448 25636 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/data/info.pb
10:44:21.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.313108 25705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:21.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.314201 25623 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 25636
10:44:21.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.314682 25623 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-0/wal/instance
10:44:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.318259 25623 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/wal
10:44:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data
10:44:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/logs
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data/info.pb
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.5.253:36703
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.5.253
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.5.212:38477
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.5.254:37647,127.25.5.253:36703,127.25.5.252:42209
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38435/jwks.json
10:44:21.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39081 with env {}
10:44:21.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.323864 25705 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } has no permanent_uuid. Determining permanent_uuid...
10:44:21.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.351306 25705 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } has no permanent_uuid. Determining permanent_uuid...
10:44:21.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.353943 25657 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.358318 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.253:36703: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:21.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.407910 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } attempt: 1
10:44:21.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.412511 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.253:36703: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:21.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.481065 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } attempt: 2
10:44:21.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.485785 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.253:36703: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.577291 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } attempt: 3
10:44:21.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.581905 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.253:36703: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:21.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.641635 25706 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:21.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.642350 25706 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:21.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.642973 25706 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:21.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.675483 25706 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:21.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.675880 25706 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:21.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.676245 25706 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:21.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.676584 25706 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:21.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.676946 25706 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:21.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.677206 25706 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38435/jwks.json
10:44:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.714119 25706 master_runner.cc:387] Master server non-default flags:
10:44:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.5.212:38477
10:44:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/wal
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39081
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.5.254:37647,127.25.5.253:36703,127.25.5.252:42209
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.5.253:36703
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38435/jwks.json
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data/info.pb
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.5.253
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/logs
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:21.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:21.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:21.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:21.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:21.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:21.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:21.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:21.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.715986 25706 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:21.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.717839 25706 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:21.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:21.725355 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } attempt: 4
10:44:21.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.729517 25718 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
10:44:21.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.731417 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.253:36703: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:22.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:22.030897 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } attempt: 5
10:44:22.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:22.039669 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.253:36703: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:22.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:22.587250 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } attempt: 6
10:44:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:22.621279 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.253:36703: Network error: Client connection negotiation failed: client connection to 127.25.5.253:36703: connect: Connection refused (error 111)
10:44:23.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.133469 25717 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 25706
10:44:23.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:21.730576 25719 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
10:44:23.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.305418 25706 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.574s	user 0.570s	sys 1.001s
10:44:23.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.307260 25706 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.576s	user 0.570s	sys 1.002s
10:44:23.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.308017 25722 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
10:44:23.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.311153 25720 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1574 milliseconds
10:44:23.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.311160 25706 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
10:44:23.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.312701 25706 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:23.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.315527 25706 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:23.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.316967 25706 hybrid_clock.cc:648] HybridClock initialized: now 1786445063316897 us; error 78 us; skew 500 ppm
10:44:23.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.317865 25706 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:23.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.324306 25706 webserver.cc:533] Webserver started at http://127.25.5.253:41999/ using document root <none> and password file <none>
10:44:23.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.325394 25706 fs_manager.cc:362] Metadata directory not provided
10:44:23.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.325663 25706 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:23.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.326216 25706 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.330744 25706 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data/instance:
10:44:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "52dc0c96a6464e3aac95fbd2984a1e95"
10:44:23.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:23 on dist-test-slave-qg60"
10:44:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.331936 25706 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/wal/instance:
10:44:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "52dc0c96a6464e3aac95fbd2984a1e95"
10:44:23.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:23 on dist-test-slave-qg60"
10:44:23.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.339726 25706 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.001s
10:44:23.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.345824 25731 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:23.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.347007 25706 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
10:44:23.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.347407 25706 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/wal
10:44:23.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "52dc0c96a6464e3aac95fbd2984a1e95"
10:44:23.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:23 on dist-test-slave-qg60"
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.347790 25706 fs_report.cc:389] FS layout report
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/wal
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/wal
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data/data
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:23.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:23.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:23.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:23.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.409049 25706 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.410683 25706 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.411260 25706 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:23.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.486541 25706 rpc_server.cc:307] RPC server started. Bound to: 127.25.5.253:36703
10:44:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.486639 25787 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.5.253:36703 every 8 connection(s)
10:44:23.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.489511 25706 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/data/info.pb
10:44:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.492064 25623 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 25706
10:44:23.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.492581 25623 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-1/wal/instance
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.495738 25623 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/wal
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/logs
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data/info.pb
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.5.252:42209
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.5.252
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.5.212:38477
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.5.254:37647,127.25.5.253:36703,127.25.5.252:42209
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38435/jwks.json
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39081 with env {}
10:44:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.497130 25789 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:23.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.510401 25789 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } has no permanent_uuid. Determining permanent_uuid...
10:44:23.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.533126 25789 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } has no permanent_uuid. Determining permanent_uuid...
10:44:23.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.548802 25789 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } has no permanent_uuid. Determining permanent_uuid...
10:44:23.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.551518 25732 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.556078 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.605634 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 1
10:44:23.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.610729 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.679144 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 2
10:44:23.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.682008 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } attempt: 7
10:44:23.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.685151 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.694391 25705 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } has no permanent_uuid. Determining permanent_uuid...
10:44:23.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.700632 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.759184 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 1
10:44:23.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.764382 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.776695 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 3
10:44:23.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.781901 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.845835 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 2
10:44:23.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.850555 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.854202 25790 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:23.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.854920 25790 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:23.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.855525 25790 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:23.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.887630 25790 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:23.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.888036 25790 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:23.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.888444 25790 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:23.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.888801 25790 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:23.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.889220 25790 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:23.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.889468 25790 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38435/jwks.json
10:44:23.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.925573 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 4
10:44:23.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.926532 25790 master_runner.cc:387] Master server non-default flags:
10:44:23.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:23.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.5.212:38477
10:44:23.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:23.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/wal
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39081
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.5.254:37647,127.25.5.253:36703,127.25.5.252:42209
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.5.252:42209
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38435/jwks.json
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data/info.pb
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.5.252
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/logs
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.928274 25790 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.930456 25790 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.930663 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:23.936015 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 3
10:44:23.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.941282 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:23.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.942881 25803 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
10:44:24.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:24.081833 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 4
10:44:24.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:24.091818 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:24.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:24.230118 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 5
10:44:24.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:24.241721 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:24.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:24.375465 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 5
10:44:24.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:24.385646 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:24.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:24.789322 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 6
10:44:24.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:24.820948 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:24.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:24.938264 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 6
10:44:24.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:24.966110 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:25.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:25.347592 25802 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 25790
10:44:25.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:25.849076 25790 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.906s	user 0.701s	sys 1.196s
10:44:25.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:25.849418 25790 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.906s	user 0.701s	sys 1.196s
10:44:25.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:23.943979 25804 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
10:44:25.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:25.851857 25806 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
10:44:25.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:25.855682 25805 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1907 milliseconds
10:44:25.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.855717 25790 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
10:44:25.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.857120 25790 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:25.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.859776 25790 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:25.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.861153 25790 hybrid_clock.cc:648] HybridClock initialized: now 1786445065861125 us; error 48 us; skew 500 ppm
10:44:25.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.862038 25790 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:25.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.868432 25790 webserver.cc:533] Webserver started at http://127.25.5.252:39617/ using document root <none> and password file <none>
10:44:25.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.869509 25790 fs_manager.cc:362] Metadata directory not provided
10:44:25.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.869766 25790 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:25.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.870296 25790 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:25.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.874769 25790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data/instance:
10:44:25.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57e8f9de171044a7acb229646ce11683"
10:44:25.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:25 on dist-test-slave-qg60"
10:44:25.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.876011 25790 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/wal/instance:
10:44:25.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57e8f9de171044a7acb229646ce11683"
10:44:25.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:25 on dist-test-slave-qg60"
10:44:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.881598 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 7
10:44:25.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.884225 25790 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.010s	sys 0.000s
10:44:25.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:25.889195 25789 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:25.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.892330 25821 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:25.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.893513 25790 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
10:44:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.893930 25790 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/wal
10:44:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "57e8f9de171044a7acb229646ce11683"
10:44:25.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:25 on dist-test-slave-qg60"
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.894389 25790 fs_report.cc:389] FS layout report
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/wal
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/wal
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data/data
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:25.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:25.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.968357 25790 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:25.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.970206 25790 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:25.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.970811 25790 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:26.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:25.999699 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 7
10:44:26.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:26.008064 25705 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.5.252:42209: Network error: Client connection negotiation failed: client connection to 127.25.5.252:42209: connect: Connection refused (error 111)
10:44:26.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.054359 25790 rpc_server.cc:307] RPC server started. Bound to: 127.25.5.252:42209
10:44:26.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.054440 25880 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.5.252:42209 every 8 connection(s)
10:44:26.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.057399 25790 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/data/info.pb
10:44:26.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.063271 25623 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 25790
10:44:26.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.063731 25623 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster10443072333408708397/master-2/wal/instance
10:44:26.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.064339 25881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:26.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.078584 25881 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } has no permanent_uuid. Determining permanent_uuid...
10:44:26.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.101382 25881 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } has no permanent_uuid. Determining permanent_uuid...
10:44:26.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.114512 25881 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } has no permanent_uuid. Determining permanent_uuid...
10:44:26.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.133425 25881 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: Bootstrap starting.
10:44:26.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.134023 25623 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:26.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.142869 25881 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: Neither blocks nor log segments found. Creating new log.
10:44:26.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.145622 25881 log.cc:826] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: Log is configured to *not* fsync() on all Append() calls
10:44:26.147 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:26.147 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:26.149 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.5.254"
      port: 37647
    }
    bound_http_address {
      host: "127.25.5.254"
      port: 45743
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.5.253"
      port: 36703
    }
    bound_http_address {
      host: "127.25.5.253"
      port: 41999
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.5.252"
      port: 42209
    }
    bound_http_address {
      host: "127.25.5.252"
      port: 39617
    }
  }
}

10:44:26.150 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:44:26.150 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:26.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.151201 25881 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: No bootstrap required, opened a new log
10:44:26.151 [INFO - Metastore-Handler-Pool: Thread-176] (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=7d1b068c-b3cd-4381-8023-035db7a0ddfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:26.153 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:26.153 [INFO - Metastore-Handler-Pool: Thread-176] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:26.153 [INFO - Metastore-Handler-Pool: Thread-176] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee, with PersistenceManager: null will be shutdown
10:44:26.153 [INFO - Metastore-Handler-Pool: Thread-176] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c7c45c4 created in the thread with id: 176
10:44:26.158 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee
10:44:26.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.173745 25881 raft_consensus.cc:359] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.174773 25881 raft_consensus.cc:385] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:26.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.175096 25881 raft_consensus.cc:740] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57e8f9de171044a7acb229646ce11683, State: Initialized, Role: FOLLOWER
10:44:26.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.176318 25881 consensus_queue.cc:260] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:26.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.179610 25890 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [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: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:26.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.180469 25890 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [sys.catalog]: This master's current role is: FOLLOWER
10:44:26.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.181578 25881 sys_catalog.cc:565] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [sys.catalog]: configured and running, proceeding with master startup.
10:44:26.211 [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=	
10:44:26.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:26.212529 25903 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:26.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:26.226802 25829 tablet.cc:2406] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:26.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:26.242656 25907 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:26.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:26.243332 25907 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:26.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.220878 25790 master_runner.cc:187] Error getting master registration for 127.25.5.254:37647: OK, instance_id { permanent_uuid: "276915147dec487f9aed14160ff32a02" instance_seqno: 1786445061282657 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:26.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.252581 25790 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:26.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.319671 25890 raft_consensus.cc:493] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:26.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.320245 25890 raft_consensus.cc:515] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:26.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:26.325603 25890 leader_election.cc:290] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 276915147dec487f9aed14160ff32a02 (127.25.5.254:37647), 52dc0c96a6464e3aac95fbd2984a1e95 (127.25.5.253:36703)
10:44:26.537 [WARN - Metastore-Handler-Pool: Thread-176] (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.
10:44:26.546 [WARN - Metastore-Handler-Pool: Thread-176] (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.
10:44:26.546 [WARN - Metastore-Handler-Pool: Thread-176] (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.
10:44:26.659 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:26.669 [INFO - Metastore-Handler-Pool: Thread-176] (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/hive10695679972795344420/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=7d1b068c-b3cd-4381-8023-035db7a0ddfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:26.673 [INFO - Metastore-Handler-Pool: Thread-176] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10695679972795344420/external-warehouse/table
10:44:26.956 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:27.198 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:27.200 [INFO - Metastore-Handler-Pool: Thread-176] (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)	
10:44:27.203 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
10:44:27.205 [INFO - Metastore-Handler-Pool: Thread-176] (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/hive10695679972795344420/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)
10:44:27.207 [INFO - Metastore-Handler-Pool: Thread-176] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10695679972795344420/external-warehouse/legacy_table
10:44:27.223 [INFO - Metastore-Handler-Pool: Thread-181] (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=	
10:44:27.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:27.225015 25903 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:27.248435 25907 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:27.248871 25907 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:27.263 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
10:44:27.285 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:27.287 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:27.310 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:27.366 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:27.366 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:27.389 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:27.471 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:27.502 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:27.502 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:27.529 [DEBUG - Metastore-Handler-Pool: Thread-176] (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.
10:44:27.532 [DEBUG - Metastore-Handler-Pool: Thread-176] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:44:27.534 [DEBUG - Metastore-Handler-Pool: Thread-176] (Connection.java:748) [peer master-127.25.5.254:37647(127.25.5.254:37647)] connecting to peer
10:44:27.535 [DEBUG - Metastore-Handler-Pool: Thread-176] (Connection.java:748) [peer master-127.25.5.252:42209(127.25.5.252:42209)] connecting to peer
10:44:27.536 [DEBUG - Metastore-Handler-Pool: Thread-176] (Connection.java:748) [peer master-127.25.5.253:36703(127.25.5.253:36703)] connecting to peer
10:44:27.539 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.5.252:42209(127.25.5.252:42209)] Successfully connected to peer
10:44:27.539 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.5.254:37647(127.25.5.254:37647)] Successfully connected to peer
10:44:27.555 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.25.5.253:36703(127.25.5.253:36703)] Successfully connected to peer
10:44:27.563 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.5.253
10:44:27.564 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.5.252
10:44:27.581 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.5.254
10:44:27.619 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:27.638 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:27.653 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xa0a37acf, L:/127.0.0.1:34618 - R:/127.25.5.253:36703] using SASL/PLAIN
10:44:27.656 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:27.664 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x47dbc903, L:/127.0.0.1:40802 - R:/127.25.5.252:42209] using SASL/PLAIN
10:44:27.680 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.682 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x999b3ed7, L:/127.0.0.1:33462 - R:/127.25.5.254:37647] using SASL/PLAIN
10:44:27.699 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.702 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.720 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.723 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.723 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.738 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.742 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.742 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.759 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.763 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.763 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.777 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.779 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.779 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.798 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.798 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.798 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.878 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.878 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.879 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.958 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:27.959 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:27.959 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:27.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:27.979678 25789 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 8
10:44:28.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.003096 25789 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95: Bootstrap starting.
10:44:28.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.011319 25789 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95: Neither blocks nor log segments found. Creating new log.
10:44:28.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.013813 25789 log.cc:826] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95: Log is configured to *not* fsync() on all Append() calls
10:44:28.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.019855 25789 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95: No bootstrap required, opened a new log
10:44:28.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.047457 25789 raft_consensus.cc:359] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.048367 25789 raft_consensus.cc:385] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:28.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.048970 25789 raft_consensus.cc:740] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52dc0c96a6464e3aac95fbd2984a1e95, State: Initialized, Role: FOLLOWER
10:44:28.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.050066 25789 consensus_queue.cc:260] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.069525 25705 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } attempt: 8
10:44:28.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.079058 25931 raft_consensus.cc:493] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.079706 25789 sys_catalog.cc:565] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: configured and running, proceeding with master startup.
10:44:28.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.079629 25931 raft_consensus.cc:515] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.079908 25760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "57e8f9de171044a7acb229646ce11683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" is_pre_election: true
10:44:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.081434 25760 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57e8f9de171044a7acb229646ce11683 in term 0.
10:44:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.084625 25854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57e8f9de171044a7acb229646ce11683" is_pre_election: true
10:44:28.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.085386 25854 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 52dc0c96a6464e3aac95fbd2984a1e95 in term 0.
10:44:28.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.083619 25930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [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: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.087412 25732 leader_election.cc:304] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [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: 52dc0c96a6464e3aac95fbd2984a1e95, 57e8f9de171044a7acb229646ce11683; no voters: 
10:44:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.088081 25930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: This master's current role is: FOLLOWER
10:44:28.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.089509 25930 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:28.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.089579 25760 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:34602 (request call id 1) took 1764 ms (client timeout 1903 ms). Trace:
10:44:28.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.091140 25930 raft_consensus.cc:493] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:28.101 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.254:37647: Catalog manager is not initialized. State: Starting
10:44:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.100584 25931 leader_election.cc:290] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 276915147dec487f9aed14160ff32a02 (127.25.5.254:37647), 57e8f9de171044a7acb229646ce11683 (127.25.5.252:42209)
10:44:28.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.093890 25930 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 0 FOLLOWER]: Advancing to term 1
10:44:28.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.091357 25760 rpcz_store.cc:269] 0811 10:44:26.325429 (+     0us) service_pool.cc:167] Inserting onto call queue
10:44:28.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:44:26.325552 (+   123us) service_pool.cc:224] Handling call
10:44:28.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:44:28.089281 (+1763729us) inbound_call.cc:177] Queueing success response
10:44:28.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
10:44:28.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.109881 25826 leader_election.cc:304] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [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: 52dc0c96a6464e3aac95fbd2984a1e95, 57e8f9de171044a7acb229646ce11683; no voters: 
10:44:28.113 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.5.253:36703: Catalog manager is not initialized. State: Starting
10:44:28.113 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703; will retry
10:44:28.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.114157 25705 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: Bootstrap starting.
10:44:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.112258 25936 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:28.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.115352 25936 raft_consensus.cc:493] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:28.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.115881 25936 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 0 FOLLOWER]: Advancing to term 1
10:44:28.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.124205 25936 raft_consensus.cc:515] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.130156 25760 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "57e8f9de171044a7acb229646ce11683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52dc0c96a6464e3aac95fbd2984a1e95"
10:44:28.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.129849 25936 leader_election.cc:290] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [CANDIDATE]: Term 1 election: Requested vote from peers 276915147dec487f9aed14160ff32a02 (127.25.5.254:37647), 52dc0c96a6464e3aac95fbd2984a1e95 (127.25.5.253:36703)
10:44:28.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.128598 25930 raft_consensus.cc:515] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.132465 25705 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: Neither blocks nor log segments found. Creating new log.
10:44:28.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.132969 25760 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 57e8f9de171044a7acb229646ce11683 in current term 1: Already voted for candidate 52dc0c96a6464e3aac95fbd2984a1e95 in this term.
10:44:28.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.135700 25705 log.cc:826] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: Log is configured to *not* fsync() on all Append() calls
10:44:28.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.151911 25854 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57e8f9de171044a7acb229646ce11683"
10:44:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.152777 25854 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 52dc0c96a6464e3aac95fbd2984a1e95 in current term 1: Already voted for candidate 57e8f9de171044a7acb229646ce11683 in this term.
10:44:28.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.154438 25930 leader_election.cc:290] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [CANDIDATE]: Term 1 election: Requested vote from peers 276915147dec487f9aed14160ff32a02 (127.25.5.254:37647), 57e8f9de171044a7acb229646ce11683 (127.25.5.252:42209)
10:44:28.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.157070 25705 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: No bootstrap required, opened a new log
10:44:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.172181 25738 tablet.cc:2406] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.186437 25705 raft_consensus.cc:359] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.187682 25705 raft_consensus.cc:385] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:28.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.188206 25705 raft_consensus.cc:740] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 276915147dec487f9aed14160ff32a02, State: Initialized, Role: FOLLOWER
10:44:28.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.189563 25705 consensus_queue.cc:260] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.203197 25944 sys_catalog.cc:455] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [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: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.204993 25944 sys_catalog.cc:458] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [sys.catalog]: This master's current role is: FOLLOWER
10:44:28.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.204577 25705 sys_catalog.cc:565] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [sys.catalog]: configured and running, proceeding with master startup.
10:44:28.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.204833 25677 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "276915147dec487f9aed14160ff32a02"
10:44:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.205816 25678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "57e8f9de171044a7acb229646ce11683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "276915147dec487f9aed14160ff32a02"
10:44:28.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.206708 25677 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [term 0 FOLLOWER]: Advancing to term 1
10:44:28.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.207767 25679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "276915147dec487f9aed14160ff32a02" is_pre_election: true
10:44:28.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.209051 25680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "57e8f9de171044a7acb229646ce11683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "276915147dec487f9aed14160ff32a02" is_pre_election: true
10:44:28.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.210248 25680 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:33438 (request call id 2) took 1886 ms (client timeout 1903 ms). Trace:
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.210747 25680 rpcz_store.cc:269] 0811 10:44:26.323976 (+     0us) service_pool.cc:167] Inserting onto call queue
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:44:26.324118 (+   142us) service_pool.cc:224] Handling call
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 10:44:28.210142 (+1886024us) inbound_call.cc:177] Queueing success response
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.213469 25824 leader_election.cc:304] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 57e8f9de171044a7acb229646ce11683; no voters: 276915147dec487f9aed14160ff32a02, 52dc0c96a6464e3aac95fbd2984a1e95
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.214196 25677 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 52dc0c96a6464e3aac95fbd2984a1e95 in term 1.
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.215619 25733 leader_election.cc:304] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 276915147dec487f9aed14160ff32a02, 52dc0c96a6464e3aac95fbd2984a1e95; no voters: 57e8f9de171044a7acb229646ce11683
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.215834 25936 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.216464 25930 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 1 FOLLOWER]: Leader election won for term 1
10:44:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.217000 25930 raft_consensus.cc:697] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [term 1 LEADER]: Becoming Leader. State: Replica: 52dc0c96a6464e3aac95fbd2984a1e95, State: Running, Role: LEADER
10:44:28.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.217960 25930 consensus_queue.cc:237] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [LEADER]: Queue going to LEADER mode. State: All 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: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } }
10:44:28.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.227986 25934 sys_catalog.cc:455] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 52dc0c96a6464e3aac95fbd2984a1e95. Latest consensus state: current_term: 1 leader_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.228749 25934 sys_catalog.cc:458] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: This master's current role is: LEADER
10:44:28.229 [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=	
10:44:28.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.229936 25903 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:28.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.231644 25954 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:44:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.244968 25954 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:44:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.244846 25659 tablet.cc:2406] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:28.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.253264 25907 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:28.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.253639 25907 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:28.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.271665 25677 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [term 1 FOLLOWER]: Refusing update from remote peer 52dc0c96a6464e3aac95fbd2984a1e95: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:28.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.271672 25854 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [term 1 FOLLOWER]: Refusing update from remote peer 52dc0c96a6464e3aac95fbd2984a1e95: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:28.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.273640 25934 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:28.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.275738 25930 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [LEADER]: Connected to new peer: Peer: permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:28.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.309398 25936 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 52dc0c96a6464e3aac95fbd2984a1e95. Latest consensus state: current_term: 1 leader_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.310530 25936 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [sys.catalog]: This master's current role is: FOLLOWER
10:44:28.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.315482 25961 mvcc.cc:204] Tried to move back new op lower bound from 7317278999612657664 to 7317278999432671232. Current Snapshot: MvccSnapshot[applied={T|T < 7317278999612657664}]
10:44:28.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.324707 25944 sys_catalog.cc:455] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 52dc0c96a6464e3aac95fbd2984a1e95. Latest consensus state: current_term: 1 leader_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.325783 25944 sys_catalog.cc:458] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [sys.catalog]: This master's current role is: FOLLOWER
10:44:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.330008 25931 sys_catalog.cc:455] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.330792 25931 sys_catalog.cc:458] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: This master's current role is: LEADER
10:44:28.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.332868 25931 sys_catalog.cc:455] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.333552 25931 sys_catalog.cc:458] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95 [sys.catalog]: This master's current role is: LEADER
10:44:28.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.343267 25936 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.343573 25944 sys_catalog.cc:455] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "276915147dec487f9aed14160ff32a02" member_type: VOTER last_known_addr { host: "127.25.5.254" port: 37647 } } peers { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" member_type: VOTER last_known_addr { host: "127.25.5.253" port: 36703 } } peers { permanent_uuid: "57e8f9de171044a7acb229646ce11683" member_type: VOTER last_known_addr { host: "127.25.5.252" port: 42209 } } }
10:44:28.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.344336 25936 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683 [sys.catalog]: This master's current role is: FOLLOWER
10:44:28.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.344601 25944 sys_catalog.cc:458] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02 [sys.catalog]: This master's current role is: FOLLOWER
10:44:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.347563 25954 catalog_manager.cc:1383] Generated new cluster ID: 1018fe1a3f9344edbe761eb08a89b1b7
10:44:28.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.347882 25954 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:44:28.369 [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=	
10:44:28.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.371754 25970 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:28.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.378531 25975 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:44:28.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.402594 25954 catalog_manager.cc:1406] Generated new certificate authority record
10:44:28.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.405030 25954 catalog_manager.cc:1540] Loading token signing keys...
10:44:28.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.394117 25636 master_runner.cc:187] Error getting master registration for 127.25.5.253:36703: OK, instance_id { permanent_uuid: "52dc0c96a6464e3aac95fbd2984a1e95" instance_seqno: 1786445063465875 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:28.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.428823 25636 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:28.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.453440 25954 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 52dc0c96a6464e3aac95fbd2984a1e95: Generated new TSK 0
10:44:28.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:28.455085 25954 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:44:28.476 [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=	
10:44:28.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:28.477455 25977 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:28.573 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:44:28.574 [ERROR - Metastore-Handler-Pool: Thread-176] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:28.575 [ERROR - Metastore-Handler-Pool: Thread-176] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:28.576 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:28.595 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:28.614 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:28.614 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:28.623 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:28.654 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:28.673 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:28.674 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:28.682 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:28.710 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:28.733 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:28.733 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:28.740 [ERROR - Metastore-Handler-Pool: Thread-176] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:28.743 [ERROR - Metastore-Handler-Pool: Thread-176] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:28.751 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:28.787 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:28.822 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:28.822 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:28.830 [ERROR - Metastore-Handler-Pool: Thread-176] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:28.831 [ERROR - Metastore-Handler-Pool: Thread-176] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:28.846 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:28.869 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:28.903 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:28.916 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:28.929 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:28.951 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:28.963 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:28.964 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.004 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.023 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.035 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.035 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.038 [ERROR - Metastore-Handler-Pool: Thread-176] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:29.039 [ERROR - Metastore-Handler-Pool: Thread-176] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:29.041 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.050 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.059 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.059 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.070 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.089 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.108 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.108 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.130 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.150 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.188 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.188 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.208 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.222 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.234 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.234 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.245 [INFO - Metastore-Handler-Pool: Thread-190] (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=	
10:44:29.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:29.246376 25903 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:29.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.259132 25907 catalog_manager.cc:1295] Loaded cluster ID: 1018fe1a3f9344edbe761eb08a89b1b7
10:44:29.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.259667 25907 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: loading cluster ID for follower catalog manager: success
10:44:29.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.272302 25907 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: acquiring CA information for follower catalog manager: success
10:44:29.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.277890 25907 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 57e8f9de171044a7acb229646ce11683: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:29.379 [ERROR - Metastore-Handler-Pool: Thread-176] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:29.380 [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=	
10:44:29.382 [ERROR - Metastore-Handler-Pool: Thread-176] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:29.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:29.380761 25970 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:29.385 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.398190 25975 catalog_manager.cc:1295] Loaded cluster ID: 1018fe1a3f9344edbe761eb08a89b1b7
10:44:29.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.398787 25975 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: loading cluster ID for follower catalog manager: success
10:44:29.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.406635 25975 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: acquiring CA information for follower catalog manager: success
10:44:29.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:29.422308 25975 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 276915147dec487f9aed14160ff32a02: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:29.458 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.476 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.476 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.489 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.497 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.500 [INFO - Metastore-Handler-Pool: Thread-192] (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=	
10:44:29.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:29.501375 25977 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:29.506 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.506 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.514 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:29.524 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:29.542 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:29.542 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:29.554 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:29.572 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:29.577 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:29.699 [WARN - Metastore-Handler-Pool: Thread-176] (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.
10:44:29.946 [WARN - Metastore-Handler-Pool: Thread-176] (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.
10:44:30.012 [WARN - Metastore-Handler-Pool: Thread-176] (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.
10:44:30.257 [INFO - Metastore-Handler-Pool: Thread-193] (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=	
10:44:30.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:30.258417 25903 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:30.330 [WARN - Metastore-Handler-Pool: Thread-176] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive10695679972795344420/warehouse/default/table
10:44:30.336 [INFO - Metastore-Handler-Pool: Thread-176] (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)	
10:44:30.338 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:30.352 [INFO - Metastore-Handler-Pool: Thread-176] (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/hive10695679972795344420/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)
10:44:30.358 [WARN - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:2452) Location: file:/tmp/hive10695679972795344420/external-warehouse/table specified for non-external table:table
10:44:30.365 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:30.365 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:30.395 [INFO - Metastore-Handler-Pool: Thread-194] (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=	
10:44:30.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:30.406097 25970 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:30.456 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:30.510 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:30.515 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:30.517 [INFO - Metastore-Handler-Pool: Thread-195] (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=	
10:44:30.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:30.518715 25977 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:30.541 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:30.590 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:30.590 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:30.603 [ERROR - Metastore-Handler-Pool: Thread-176] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:30.608 [ERROR - Metastore-Handler-Pool: Thread-176] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:30.619 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:30.654 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:30.684 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:30.684 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:30.696 [ERROR - Metastore-Handler-Pool: Thread-176] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
10:44:30.699 [ERROR - Metastore-Handler-Pool: Thread-176] (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.$Proxy26.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.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	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)

10:44:30.705 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:30.716 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:30.735 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:30.735 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:30.752 [INFO - Metastore-Handler-Pool: Thread-176] (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	
10:44:30.771 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
10:44:30.787 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
10:44:30.787 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
10:44:30.821 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:30.830 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:30.839 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:30.959 [INFO - Metastore-Handler-Pool: Thread-176] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:30.965 [INFO - Metastore-Handler-Pool: Thread-176] (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=7d1b068c-b3cd-4381-8023-035db7a0ddfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:30.968 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:30.971 [INFO - Metastore-Handler-Pool: Thread-176] (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/hive10695679972795344420/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=7d1b068c-b3cd-4381-8023-035db7a0ddfb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.5.254:37647,127.25.5.252:42209,127.25.5.253:36703}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:30.977 [INFO - Metastore-Handler-Pool: Thread-176] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10695679972795344420/external-warehouse/table
10:44:31.030 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:31.040 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:31.053 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:31.062 [INFO - Metastore-Handler-Pool: Thread-176] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:31.087 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:31.087 [INFO - Metastore-Handler-Pool: Thread-176] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:31.099 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:31.123 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:31.125 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:31.189 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:31.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:31.190482 25623 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 25636
10:44:31.209 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:31.209 [INFO - Metastore-Handler-Pool: Thread-176] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@18d08eee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1c7c45c4 will be shutdown
10:44:31.210 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:31.231 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.5.254:37647(127.25.5.254:37647)] handling channelInactive
10:44:31.232 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.5.254:37647(127.25.5.254:37647)] cleaning up while in state READY due to: connection closed
10:44:31.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:31.244378 25623 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 25706
10:44:31.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:31.271185 25790 master_runner.cc:187] Error getting master registration for 127.25.5.254:37647: Network error: Client connection negotiation failed: client connection to 127.25.5.254:37647: connect: Connection refused (error 111), 
10:44:31.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:31.271646 25790 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:31.273 [INFO - Metastore-Handler-Pool: Thread-197] (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=	
10:44:31.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:31.274196 25903 client.h:373] Failed to connect to Hive Metastore (localhost:39081): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
10:44:31.293 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.25.5.253:36703(127.25.5.253:36703)] handling channelInactive
10:44:31.293 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.25.5.253:36703(127.25.5.253:36703)] cleaning up while in state READY due to: connection closed
10:44:31.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:31.293131 25623 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 25790
10:44:31.339 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.5.252:42209(127.25.5.252:42209)] handling channelInactive
10:44:31.339 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.5.252:42209(127.25.5.252:42209)] cleaning up while in state READY due to: connection closed
10:44:32.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:32Z chronyd exiting
.10:44:33.510 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:33.510 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:33.510 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:33.529 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1430004575056099214
10:44:33.530 [INFO - Thread-144] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:33.530 [INFO - Thread-144] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:33.533 [INFO - Thread-144] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:33.533 [INFO - Thread-144] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:33.533 [INFO - Thread-144] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:33.534 [INFO - Thread-144] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:33.535 [INFO - Thread-144] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:33.535 [INFO - Thread-144] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:33.536 [INFO - Thread-144] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:33.537 [INFO - Thread-144] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:33.538 [INFO - Thread-144] (HikariDataSource.java:80) objectstore - Starting...
10:44:33.586 [INFO - Thread-144] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:33.587 [INFO - Thread-144] (HikariDataSource.java:82) objectstore - Start completed.
10:44:33.587 [INFO - Thread-144] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:33.589 [INFO - Thread-144] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:33.591 [INFO - Thread-144] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:33.592 [INFO - Thread-144] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:33.602 [INFO - Thread-144] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:33.602 [INFO - Thread-144] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:33.602 [INFO - Thread-144] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:33.628 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:33.629 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:33.629 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:33.629 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:33.630 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:33.630 [WARN - Thread-144] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:33.816 [INFO - Thread-144] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:44:33.816 [INFO - Thread-144] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b664f3c, with PersistenceManager: null will be shutdown
10:44:33.817 [INFO - Thread-144] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b664f3c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@f83d07c created in the thread with id: 198
10:44:33.818 [WARN - Thread-144] (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
10:44:33.819 [INFO - Thread-144] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b664f3c
10:44:33.941 [INFO - Thread-144] (HMSHandler.java:595) Started creating a default database with name: default
10:44:33.958 [INFO - Thread-144] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:33.986 [INFO - Thread-144] (HMSHandler.java:668) Added admin role in metastore
10:44:33.987 [INFO - Thread-144] (HMSHandler.java:677) Added public role in metastore
10:44:34.018 [INFO - Thread-144] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:34.019 [INFO - Thread-144] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:34.019 [INFO - Thread-144] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:34.019 [INFO - Thread-144] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:34.020 [WARN - Thread-144] (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)
10:44:34.020 [INFO - Thread-144] (HiveMetaStore.java:632) Started the new metaserver on port [46099]...
10:44:34.020 [INFO - Thread-144] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:34.020 [INFO - Thread-144] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:34.020 [INFO - Thread-144] (HiveMetaStore.java:635) TCP keepalive = true
10:44:34.020 [INFO - Thread-144] (HiveMetaStore.java:636) Enable SSL = false
10:44:34.532 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:34.532 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:34.533 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:34.535 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:34.535 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46099]
10:44:34.535 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46099) in binary transport mode
10:44:34.536 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46099) current connections: 1
10:44:34.537 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskCXFltw/test-tmp
10:44:34.538 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
10:44:34.538 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskCXFltw/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:34.541 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46099"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:44:34.881 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:34.881 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:44:34.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:34.885167 26027 mini_oidc.cc:150] Starting JWKS server
10:44:34.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:34.888422 26027 webserver.cc:533] Webserver started at http://127.0.0.1:38569/ using document root <none> and password file <none>
10:44:34.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:34.888918 26027 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:34.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:34.890576 26027 webserver.cc:533] Webserver started at http://127.0.0.1:46257/ using document root <none> and password file <none>
10:44:34.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:34.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:34Z Disabled control of system clock
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:34.957674 26027 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/wal
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/logs
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data/info.pb
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.254:35107
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.254
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:35779
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:35107,127.25.106.253:33707,127.25.106.252:44017
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38569/jwks.json
10:44:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46099 with env {}
10:44:35.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.273962 26039 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:35.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.274534 26039 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:35.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.275066 26039 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:35.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.313316 26039 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:35.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.313766 26039 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:35.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.314069 26039 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:35.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.314422 26039 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:35.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.314729 26039 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:35.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.314889 26039 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38569/jwks.json
10:44:35.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:35.353456 26039 master_runner.cc:387] Master server non-default flags:
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:35779
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/wal
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46099
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:35107,127.25.106.253:33707,127.25.106.252:44017
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.254:35107
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38569/jwks.json
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data/info.pb
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.254
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/logs
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:35.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:35.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:35.354854 26039 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:35.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:35.356492 26039 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:35.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.367671 26046 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
10:44:36.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:35.369112 26047 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
10:44:36.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:36.595862 26048 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1221 milliseconds
10:44:36.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:36.596165 26039 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.228s	user 0.003s	sys 0.003s
10:44:36.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:36.596540 26039 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.229s	user 0.003s	sys 0.003s
10:44:36.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:36.597487 26049 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
10:44:36.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.597563 26039 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
10:44:36.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.598932 26039 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:36.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.601980 26039 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:36.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.603440 26039 hybrid_clock.cc:648] HybridClock initialized: now 1786445076603413 us; error 117 us; skew 500 ppm
10:44:36.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.604327 26039 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:36.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.612298 26039 webserver.cc:533] Webserver started at http://127.25.106.254:42065/ using document root <none> and password file <none>
10:44:36.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.613375 26039 fs_manager.cc:362] Metadata directory not provided
10:44:36.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.613595 26039 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:36.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.614078 26039 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.618544 26039 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data/instance:
10:44:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bcba0f4c621a481f96238d90e282dfbd"
10:44:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:36 on dist-test-slave-qg60"
10:44:36.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.619680 26039 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/wal/instance:
10:44:36.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bcba0f4c621a481f96238d90e282dfbd"
10:44:36.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:36 on dist-test-slave-qg60"
10:44:36.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.628383 26039 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.001s
10:44:36.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.635311 26058 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:36.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.636690 26039 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.001s
10:44:36.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.637204 26039 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/wal
10:44:36.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bcba0f4c621a481f96238d90e282dfbd"
10:44:36.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:36 on dist-test-slave-qg60"
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.637610 26039 fs_report.cc:389] FS layout report
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/wal
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/wal
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data/data
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:36.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:36.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.732291 26039 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:36.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.733994 26039 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:36.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.734548 26039 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.813239 26039 rpc_server.cc:307] RPC server started. Bound to: 127.25.106.254:35107
10:44:36.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.813350 26111 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.106.254:35107 every 8 connection(s)
10:44:36.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.816195 26039 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/data/info.pb
10:44:36.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.819581 26027 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 26039
10:44:36.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.819970 26027 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-0/wal/instance
10:44:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.823274 26112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.823458 26027 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/wal
10:44:36.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/logs
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data/info.pb
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.253:33707
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.253
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:35779
10:44:36.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:35107,127.25.106.253:33707,127.25.106.252:44017
10:44:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38569/jwks.json
10:44:36.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46099 with env {}
10:44:36.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.836382 26112 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.254" port: 35107 } has no permanent_uuid. Determining permanent_uuid...
10:44:36.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.870982 26112 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
10:44:36.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:36.874094 26061 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:36.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:36.879280 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33707: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:36.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:36.928920 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } attempt: 1
10:44:36.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:36.933686 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33707: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:37.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:37.002202 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } attempt: 2
10:44:37.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.006940 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33707: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:37.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:37.098439 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } attempt: 3
10:44:37.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.103320 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33707: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:37.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.150310 26113 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.150882 26113 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:37.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.151351 26113 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.183823 26113 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.184130 26113 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.184329 26113 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.184530 26113 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.184748 26113 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.184898 26113 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38569/jwks.json
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:37.222585 26113 master_runner.cc:387] Master server non-default flags:
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:35779
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/wal
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46099
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:35107,127.25.106.253:33707,127.25.106.252:44017
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.253:33707
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38569/jwks.json
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data/info.pb
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.253
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:37.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/logs
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:37.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:37.224248 26113 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:37.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:37.225979 26113 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:37.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.238809 26123 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
10:44:37.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:37.246793 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } attempt: 4
10:44:37.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.251363 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33707: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:37.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:37.550841 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } attempt: 5
10:44:37.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.555307 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33707: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:38.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.102967 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } attempt: 6
10:44:38.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:38.116313 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.253:33707: Network error: Client connection negotiation failed: client connection to 127.25.106.253:33707: connect: Connection refused (error 111)
10:44:38.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.242933 26125 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
10:44:38.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:37.240029 26122 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
10:44:38.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:38.462621 26124 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
10:44:38.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.463323 26113 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
10:44:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.467576 26113 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:38.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.471061 26113 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:38.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.472699 26113 hybrid_clock.cc:648] HybridClock initialized: now 1786445078472658 us; error 44 us; skew 500 ppm
10:44:38.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.473759 26113 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:38.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.481560 26113 webserver.cc:533] Webserver started at http://127.25.106.253:43303/ using document root <none> and password file <none>
10:44:38.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.482816 26113 fs_manager.cc:362] Metadata directory not provided
10:44:38.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.483079 26113 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:38.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.483629 26113 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:38.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.489753 26113 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data/instance:
10:44:38.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d01b52a2f621466981340eb9913111e0"
10:44:38.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:38 on dist-test-slave-qg60"
10:44:38.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.491248 26113 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/wal/instance:
10:44:38.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d01b52a2f621466981340eb9913111e0"
10:44:38.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:38 on dist-test-slave-qg60"
10:44:38.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.501380 26113 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.010s	sys 0.001s
10:44:38.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.509245 26134 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:38.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.510761 26113 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.000s
10:44:38.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.511193 26113 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/wal
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d01b52a2f621466981340eb9913111e0"
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:38 on dist-test-slave-qg60"
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.511543 26113 fs_report.cc:389] FS layout report
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/wal
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/wal
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data/data
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:38.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.583971 26113 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:38.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.585882 26113 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:38.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.586400 26113 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:38.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.663664 26113 rpc_server.cc:307] RPC server started. Bound to: 127.25.106.253:33707
10:44:38.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.663780 26191 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.106.253:33707 every 8 connection(s)
10:44:38.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.666615 26113 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/data/info.pb
10:44:38.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.672529 26192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:38.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.674688 26027 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 26113
10:44:38.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.675128 26027 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-1/wal/instance
10:44:38.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.677381 26027 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:38.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:38.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/wal
10:44:38.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data
10:44:38.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/logs
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data/info.pb
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.252:44017
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.252
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:38.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:35779
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:35107,127.25.106.253:33707,127.25.106.252:44017
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38569/jwks.json
10:44:38.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46099 with env {}
10:44:38.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.684165 26192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.254" port: 35107 } has no permanent_uuid. Determining permanent_uuid...
10:44:38.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.708658 26192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
10:44:38.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.724852 26192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } has no permanent_uuid. Determining permanent_uuid...
10:44:38.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:38.727963 26138 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:38.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:38.733340 26192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:38.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.782933 26192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 1
10:44:38.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:38.788488 26192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:38.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.857007 26192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 2
10:44:38.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:38.862439 26192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:38.953931 26192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 3
10:44:38.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:38.958676 26192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.018653 26193 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:39.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.019227 26193 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:39.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.019686 26193 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:39.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.052554 26193 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:39.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.053025 26193 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:39.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.053294 26193 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:39.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.053557 26193 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:39.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.053766 26193 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:39.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.053906 26193 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38569/jwks.json
10:44:39.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.092077 26193 master_runner.cc:387] Master server non-default flags:
10:44:39.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:39.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.106.212:35779
10:44:39.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/wal
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46099
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.106.254:35107,127.25.106.253:33707,127.25.106.252:44017
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.106.252:44017
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38569/jwks.json
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data/info.pb
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.106.252
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/logs
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:39.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.093523 26193 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:39.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.095278 26193 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:39.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.102116 26192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 4
10:44:39.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.107784 26192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.107793 26204 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
10:44:39.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.176846 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } attempt: 7
10:44:39.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.191146 26112 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } has no permanent_uuid. Determining permanent_uuid...
10:44:39.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.198082 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.256488 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 1
10:44:39.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.260892 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.342342 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 2
10:44:39.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.346814 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.407305 26192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 5
10:44:39.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.413913 26192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.432488 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 3
10:44:39.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.437434 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.578097 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 4
10:44:39.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.583323 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.866952 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 5
10:44:39.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.873333 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:39.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:39.961372 26192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 6
10:44:39.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.968957 26192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:40.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.109750 26205 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
10:44:40.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:39.112059 26207 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
10:44:40.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:40.326781 26206 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
10:44:40.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.327409 26193 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
10:44:40.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.331261 26193 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:40.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.334029 26193 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:40.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.335498 26193 hybrid_clock.cc:648] HybridClock initialized: now 1786445080335457 us; error 60 us; skew 500 ppm
10:44:40.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.336308 26193 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:40.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.343675 26193 webserver.cc:533] Webserver started at http://127.25.106.252:39595/ using document root <none> and password file <none>
10:44:40.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.344600 26193 fs_manager.cc:362] Metadata directory not provided
10:44:40.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.344861 26193 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:40.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.345293 26193 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:40.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.349701 26193 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data/instance:
10:44:40.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "678c9498aefb4799981839fa06400603"
10:44:40.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:40 on dist-test-slave-qg60"
10:44:40.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.350742 26193 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/wal/instance:
10:44:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "678c9498aefb4799981839fa06400603"
10:44:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:40 on dist-test-slave-qg60"
10:44:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.358642 26193 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
10:44:40.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.364848 26218 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:40.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.366165 26193 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
10:44:40.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.366479 26193 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/wal
10:44:40.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "678c9498aefb4799981839fa06400603"
10:44:40.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:40 on dist-test-slave-qg60"
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.366811 26193 fs_report.cc:389] FS layout report
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/wal
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/wal
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data/data
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:40.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.425633 26193 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:40.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.425807 26112 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } attempt: 6
10:44:40.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.427471 26193 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:40.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.428148 26193 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:40.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:40.433192 26112 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.106.252:44017: Network error: Client connection negotiation failed: client connection to 127.25.106.252:44017: connect: Connection refused (error 111)
10:44:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.506745 26193 rpc_server.cc:307] RPC server started. Bound to: 127.25.106.252:44017
10:44:40.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.506806 26273 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.106.252:44017 every 8 connection(s)
10:44:40.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.509791 26193 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/data/info.pb
10:44:40.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.515512 26274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:40.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.519865 26027 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 26193
10:44:40.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.520341 26027 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster16262684970874433641/master-2/wal/instance
10:44:40.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.530437 26274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.254" port: 35107 } has no permanent_uuid. Determining permanent_uuid...
10:44:40.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.551168 26274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
10:44:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.563405 26274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } has no permanent_uuid. Determining permanent_uuid...
10:44:40.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.582254 26274 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603: Bootstrap starting.
10:44:40.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.583429 26027 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:40.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.590440 26274 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603: Neither blocks nor log segments found. Creating new log.
10:44:40.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.592832 26274 log.cc:826] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603: Log is configured to *not* fsync() on all Append() calls
10:44:40.595 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:40.595 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:40.597 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.106.254"
      port: 35107
    }
    bound_http_address {
      host: "127.25.106.254"
      port: 42065
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.106.253"
      port: 33707
    }
    bound_http_address {
      host: "127.25.106.253"
      port: 43303
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.106.252"
      port: 44017
    }
    bound_http_address {
      host: "127.25.106.252"
      port: 39595
    }
  }
}

10:44:40.597 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:44:40.598 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:40.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.598280 26274 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603: No bootstrap required, opened a new log
10:44:40.599 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:40.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.599402 26027 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 26039
10:44:40.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.617827 26274 raft_consensus.cc:359] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bcba0f4c621a481f96238d90e282dfbd" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 35107 } } peers { permanent_uuid: "d01b52a2f621466981340eb9913111e0" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } } peers { permanent_uuid: "678c9498aefb4799981839fa06400603" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } }
10:44:40.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.618467 26274 raft_consensus.cc:385] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:40.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.618662 26274 raft_consensus.cc:740] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 678c9498aefb4799981839fa06400603, State: Initialized, Role: FOLLOWER
10:44:40.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.619429 26274 consensus_queue.cc:260] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bcba0f4c621a481f96238d90e282dfbd" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 35107 } } peers { permanent_uuid: "d01b52a2f621466981340eb9913111e0" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } } peers { permanent_uuid: "678c9498aefb4799981839fa06400603" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } }
10:44:40.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.622542 26283 sys_catalog.cc:455] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603 [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: "bcba0f4c621a481f96238d90e282dfbd" member_type: VOTER last_known_addr { host: "127.25.106.254" port: 35107 } } peers { permanent_uuid: "d01b52a2f621466981340eb9913111e0" member_type: VOTER last_known_addr { host: "127.25.106.253" port: 33707 } } peers { permanent_uuid: "678c9498aefb4799981839fa06400603" member_type: VOTER last_known_addr { host: "127.25.106.252" port: 44017 } } }
10:44:40.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.623420 26283 sys_catalog.cc:458] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603 [sys.catalog]: This master's current role is: FOLLOWER
10:44:40.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.624341 26274 sys_catalog.cc:565] T 00000000000000000000000000000000 P 678c9498aefb4799981839fa06400603 [sys.catalog]: configured and running, proceeding with master startup.
10:44:40.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.628940 26027 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 26113
10:44:40.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:40.656338 26027 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 26193
10:44:41.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:41Z chronyd exiting
.10:44:42.921 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:42.921 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:42.921 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:42.939 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9107189779197557548
10:44:42.940 [INFO - Thread-160] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
10:44:42.940 [INFO - Thread-160] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
10:44:42.943 [INFO - Thread-160] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:42.943 [INFO - Thread-160] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:42.943 [INFO - Thread-160] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
10:44:42.944 [INFO - Thread-160] (HikariDataSource.java:350) objectstore - Shutdown initiated...
10:44:42.949 [INFO - Thread-160] (HikariDataSource.java:352) objectstore - Shutdown completed.
10:44:42.949 [INFO - Thread-160] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
10:44:42.950 [INFO - Thread-160] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
10:44:42.950 [INFO - Thread-160] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
10:44:42.951 [INFO - Thread-160] (HikariDataSource.java:80) objectstore - Starting...
10:44:43.005 [INFO - Thread-160] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:43.006 [INFO - Thread-160] (HikariDataSource.java:82) objectstore - Start completed.
10:44:43.006 [INFO - Thread-160] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
10:44:43.007 [INFO - Thread-160] (HikariDataSource.java:80) objectstore-secondary - Starting...
10:44:43.009 [INFO - Thread-160] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
10:44:43.009 [INFO - Thread-160] (HikariDataSource.java:82) objectstore-secondary - Start completed.
10:44:43.023 [INFO - Thread-160] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
10:44:43.023 [INFO - Thread-160] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
10:44:43.023 [INFO - Thread-160] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
10:44:43.044 [WARN - Thread-160] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:43.045 [WARN - Thread-160] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:43.045 [WARN - Thread-160] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:43.045 [WARN - Thread-160] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:43.046 [WARN - Thread-160] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:43.046 [WARN - Thread-160] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
10:44:43.251 [INFO - Thread-160] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
10:44:43.251 [INFO - Thread-160] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b98d4fa, with PersistenceManager: null will be shutdown
10:44:43.252 [INFO - Thread-160] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b98d4fa, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@21fa3445 created in the thread with id: 221
10:44:43.253 [WARN - Thread-160] (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
10:44:43.254 [INFO - Thread-160] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b98d4fa
10:44:43.375 [INFO - Thread-160] (HMSHandler.java:595) Started creating a default database with name: default
10:44:43.395 [INFO - Thread-160] (HMSHandler.java:605) Successfully created a default database with name: default
10:44:43.424 [INFO - Thread-160] (HMSHandler.java:668) Added admin role in metastore
10:44:43.425 [INFO - Thread-160] (HMSHandler.java:677) Added public role in metastore
10:44:43.460 [INFO - Thread-160] (HMSHandler.java:717) No user is added in admin role, since config is empty
10:44:43.461 [INFO - Thread-160] (HMSHandler.java:404) HMS server filtering is disabled by configuration
10:44:43.461 [INFO - Thread-160] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
10:44:43.462 [INFO - Thread-160] (HiveMetaStore.java:697) Direct SQL optimization = true
10:44:43.462 [WARN - Thread-160] (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)
10:44:43.462 [INFO - Thread-160] (HiveMetaStore.java:632) Started the new metaserver on port [43217]...
10:44:43.462 [INFO - Thread-160] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
10:44:43.462 [INFO - Thread-160] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
10:44:43.462 [INFO - Thread-160] (HiveMetaStore.java:635) TCP keepalive = true
10:44:43.462 [INFO - Thread-160] (HiveMetaStore.java:636) Enable SSL = false
10:44:43.942 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
10:44:43.942 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
10:44:43.942 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
10:44:43.944 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
10:44:43.944 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43217]
10:44:43.945 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43217) in binary transport mode
10:44:43.945 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43217) current connections: 1
10:44:43.947 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskCXFltw/test-tmp
10:44:43.947 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
10:44:43.947 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskCXFltw/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
10:44:43.950 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

10:44:44.280 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:44.280 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

10:44:44.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.283664 26323 mini_oidc.cc:150] Starting JWKS server
10:44:44.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.286870 26323 webserver.cc:533] Webserver started at http://127.0.0.1:46859/ using document root <none> and password file <none>
10:44:44.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.287271 26323 mini_oidc.cc:186] Starting OIDC Discovery server
10:44:44.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.289019 26323 webserver.cc:533] Webserver started at http://127.0.0.1:41383/ using document root <none> and password file <none>
10:44:44.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:44Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
10:44:44.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:44Z Disabled control of system clock
10:44:44.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.356163 26323 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:44.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:44.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/wal
10:44:44.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data
10:44:44.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/logs
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data/info.pb
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.180.254:35265
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.180.254
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.180.212:45813
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.180.254:35265,127.25.180.253:36801,127.25.180.252:40961
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:44.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46859/jwks.json with env {}
10:44:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.672931 26337 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:44.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.673614 26337 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:44.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.674093 26337 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:44.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.706305 26337 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:44.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.706616 26337 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:44.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.706815 26337 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:44.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.707007 26337 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:44.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.707201 26337 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:44.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.707346 26337 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46859/jwks.json
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.744719 26337 master_runner.cc:387] Master server non-default flags:
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.180.212:45813
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/wal
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.180.254:35265,127.25.180.253:36801,127.25.180.252:40961
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:44.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.180.254:35265
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46859/jwks.json
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data/info.pb
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.180.254
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/logs
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:44.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:44.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.746906 26337 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:44.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:44.749488 26337 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:44.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.763342 26345 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
10:44:46.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.167092 26344 debug-util.cc:398] Leaking SignalData structure 0x7b0800028020 after lost signal to thread 26337
10:44:46.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.568827 26344 kernel_stack_watchdog.cc:198] Thread 26337 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
10:44:46.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
10:44:46.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
10:44:46.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
10:44:46.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
10:44:46.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:44.764603 26346 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
10:44:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.570632 26337 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.807s	user 0.692s	sys 1.110s
10:44:46.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.571027 26337 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.808s	user 0.692s	sys 1.110s
10:44:46.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.571789 26348 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
10:44:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.575227 26347 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1806 milliseconds
10:44:46.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.575260 26337 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
10:44:46.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.576606 26337 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:46.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.579242 26337 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:46.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.580636 26337 hybrid_clock.cc:648] HybridClock initialized: now 1786445086580593 us; error 119 us; skew 500 ppm
10:44:46.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.581562 26337 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:46.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.588524 26337 webserver.cc:533] Webserver started at http://127.25.180.254:41799/ using document root <none> and password file <none>
10:44:46.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.589706 26337 fs_manager.cc:362] Metadata directory not provided
10:44:46.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.590015 26337 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:46.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.590611 26337 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:46.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.595568 26337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data/instance:
10:44:46.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06d2793f122446d8b5e84ba968205816"
10:44:46.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:46 on dist-test-slave-qg60"
10:44:46.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.597034 26337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/wal/instance:
10:44:46.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06d2793f122446d8b5e84ba968205816"
10:44:46.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:46 on dist-test-slave-qg60"
10:44:46.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.605543 26337 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.002s
10:44:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.611785 26356 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.613023 26337 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
10:44:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.613458 26337 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/wal
10:44:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "06d2793f122446d8b5e84ba968205816"
10:44:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:46 on dist-test-slave-qg60"
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.613847 26337 fs_report.cc:389] FS layout report
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/wal
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/wal
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data/data
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:46.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:46.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:46.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.675709 26337 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:46.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.677417 26337 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:46.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.677989 26337 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:46.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.757293 26337 rpc_server.cc:307] RPC server started. Bound to: 127.25.180.254:35265
10:44:46.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.757359 26409 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.180.254:35265 every 8 connection(s)
10:44:46.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.760118 26337 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/data/info.pb
10:44:46.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.763039 26323 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 26337
10:44:46.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.763657 26323 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-0/wal/instance
10:44:46.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.766592 26410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.767277 26323 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/wal
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:46.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/logs
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data/info.pb
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.180.253:36801
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.180.253
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.180.212:45813
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.180.254:35265,127.25.180.253:36801,127.25.180.252:40961
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:46.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46859/jwks.json with env {}
10:44:46.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.781309 26410 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } has no permanent_uuid. Determining permanent_uuid...
10:44:46.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.811858 26410 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } has no permanent_uuid. Determining permanent_uuid...
10:44:46.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.814829 26358 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:46.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.819612 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.253:36801: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:46.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.869267 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } attempt: 1
10:44:46.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.873984 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.253:36801: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:46.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:46.942510 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } attempt: 2
10:44:46.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:46.946930 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.253:36801: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:47.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:47.038444 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } attempt: 3
10:44:47.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.043141 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.253:36801: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.105885 26413 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:47.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.106458 26413 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:47.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.106899 26413 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:47.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.139395 26413 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:47.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.139686 26413 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.139884 26413 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.140095 26413 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.140287 26413 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.140434 26413 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46859/jwks.json
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:47.177170 26413 master_runner.cc:387] Master server non-default flags:
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.180.212:45813
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/wal
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.180.254:35265,127.25.180.253:36801,127.25.180.252:40961
10:44:47.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.180.253:36801
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46859/jwks.json
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data/info.pb
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.180.253
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/logs
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:47.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:47.178563 26413 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:47.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:47.180245 26413 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:47.186669 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } attempt: 4
10:44:47.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.192440 26424 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
10:44:47.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.193730 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.253:36801: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:47.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:47.493291 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } attempt: 5
10:44:47.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.498307 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.253:36801: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:48.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.045964 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } attempt: 6
10:44:48.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.054176 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.253:36801: Network error: Client connection negotiation failed: client connection to 127.25.180.253:36801: connect: Connection refused (error 111)
10:44:48.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.195649 26425 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
10:44:48.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:47.197233 26427 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
10:44:48.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:47.197698 26413 server_base.cc:1061] running on GCE node
10:44:48.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.428591 26413 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.431275 26413 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:48.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.432626 26413 hybrid_clock.cc:648] HybridClock initialized: now 1786445088432595 us; error 52 us; skew 500 ppm
10:44:48.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.433455 26413 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:48.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.440407 26413 webserver.cc:533] Webserver started at http://127.25.180.253:41965/ using document root <none> and password file <none>
10:44:48.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.441385 26413 fs_manager.cc:362] Metadata directory not provided
10:44:48.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.441589 26413 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:48.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.442005 26413 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:48.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.446395 26413 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data/instance:
10:44:48.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "96f1399bd4f94650a56e983b56e78b5a"
10:44:48.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:48 on dist-test-slave-qg60"
10:44:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.447467 26413 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/wal/instance:
10:44:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "96f1399bd4f94650a56e983b56e78b5a"
10:44:48.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:48 on dist-test-slave-qg60"
10:44:48.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.455183 26413 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.004s
10:44:48.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.461063 26436 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.462213 26413 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
10:44:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.462502 26413 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/wal
10:44:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "96f1399bd4f94650a56e983b56e78b5a"
10:44:48.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:48 on dist-test-slave-qg60"
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.462797 26413 fs_report.cc:389] FS layout report
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/wal
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/wal
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data/data
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:48.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:48.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.537680 26413 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:48.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.539232 26413 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:48.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.539635 26413 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:48.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.616492 26413 rpc_server.cc:307] RPC server started. Bound to: 127.25.180.253:36801
10:44:48.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.616601 26491 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.180.253:36801 every 8 connection(s)
10:44:48.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.619306 26413 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/data/info.pb
10:44:48.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.621376 26323 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 26413
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.621899 26323 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-1/wal/instance
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.624366 26323 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/wal
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/logs
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data/info.pb
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
10:44:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.180.252:40961
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.180.252
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.180.212:45813
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.180.254:35265,127.25.180.253:36801,127.25.180.252:40961
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46859/jwks.json with env {}
10:44:48.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.626117 26493 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:48.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.637498 26493 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } has no permanent_uuid. Determining permanent_uuid...
10:44:48.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.660121 26493 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } has no permanent_uuid. Determining permanent_uuid...
10:44:48.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.675392 26493 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } has no permanent_uuid. Determining permanent_uuid...
10:44:48.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.678004 26440 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:48.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.682488 26493 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:48.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.732103 26493 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 1
10:44:48.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.736617 26493 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:48.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.805132 26493 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 2
10:44:48.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.809630 26493 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:48.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:48.901118 26493 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 3
10:44:48.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.905777 26493 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:48.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.959568 26495 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
10:44:48.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.960143 26495 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
10:44:48.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.960613 26495 flags.cc:432] Enabled unsafe flag: --never_fsync=true
10:44:48.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.993052 26495 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
10:44:48.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.993407 26495 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
10:44:48.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.993678 26495 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
10:44:48.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.993950 26495 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
10:44:48.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.994232 26495 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
10:44:48.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:48.994392 26495 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46859/jwks.json
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.031507 26495 master_runner.cc:387] Master server non-default flags:
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.180.212:45813
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/wal
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.180.254:35265,127.25.180.253:36801,127.25.180.252:40961
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.180.252:40961
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46859/jwks.json
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data/info.pb
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.180.252
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/logs
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 14880490066cc6e355a232e5a6411307cd134162
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
10:44:49.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 10:27:49 UTC on e7f111948823
10:44:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17618
10:44:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
10:44:49.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.032932 26495 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
10:44:49.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.034618 26495 file_cache.cc:504] Constructed file cache file cache with capacity 419430
10:44:49.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.046060 26506 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
10:44:49.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.049265 26493 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 4
10:44:49.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.053681 26493 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.114837 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } attempt: 7
10:44:49.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.135165 26410 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } has no permanent_uuid. Determining permanent_uuid...
10:44:49.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.145205 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.203823 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 1
10:44:49.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.211231 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.292846 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 2
10:44:49.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.300700 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.353130 26493 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 5
10:44:49.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.364562 26493 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.386444 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 3
10:44:49.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.393944 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.534612 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 4
10:44:49.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.544721 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.828462 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 5
10:44:49.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.835795 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:49.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:49.912277 26493 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 6
10:44:49.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.923553 26493 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:50.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:49.047956 26507 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
10:44:50.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:50.316648 26509 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
10:44:50.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:50.319401 26508 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1269 milliseconds
10:44:50.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.319542 26495 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
10:44:50.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.321031 26495 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
10:44:50.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.324263 26495 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
10:44:50.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.325691 26495 hybrid_clock.cc:648] HybridClock initialized: now 1786445090325652 us; error 59 us; skew 500 ppm
10:44:50.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.326455 26495 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
10:44:50.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.333155 26495 webserver.cc:533] Webserver started at http://127.25.180.252:42921/ using document root <none> and password file <none>
10:44:50.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.334074 26495 fs_manager.cc:362] Metadata directory not provided
10:44:50.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.334314 26495 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
10:44:50.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.334772 26495 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
10:44:50.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.339324 26495 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data/instance:
10:44:50.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c77374af2e584e6e995d8c302509d5d1"
10:44:50.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:50 on dist-test-slave-qg60"
10:44:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.340407 26495 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/wal/instance:
10:44:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c77374af2e584e6e995d8c302509d5d1"
10:44:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:50 on dist-test-slave-qg60"
10:44:50.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.347996 26495 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
10:44:50.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.355600 26520 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
10:44:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.357136 26495 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.006s	sys 0.000s
10:44:50.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.357538 26495 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data,/tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/wal
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c77374af2e584e6e995d8c302509d5d1"
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 10:44:50 on dist-test-slave-qg60"
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.357929 26495 fs_report.cc:389] FS layout report
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/wal
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/wal
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data/data
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
10:44:50.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
10:44:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
10:44:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
10:44:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
10:44:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
10:44:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
10:44:50.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.388406 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 6
10:44:50.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:50.396024 26410 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.180.252:40961: Network error: Client connection negotiation failed: client connection to 127.25.180.252:40961: connect: Connection refused (error 111)
10:44:50.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.410816 26495 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
10:44:50.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.412313 26495 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
10:44:50.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.412721 26495 kserver.cc:163] Server-wide thread pool size limit: 3276
10:44:50.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.487836 26495 rpc_server.cc:307] RPC server started. Bound to: 127.25.180.252:40961
10:44:50.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.487931 26580 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.180.252:40961 every 8 connection(s)
10:44:50.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.490746 26495 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/data/info.pb
10:44:50.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.497148 26581 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
10:44:50.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.498694 26323 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu as pid 26495
10:44:50.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.499105 26323 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskCXFltw/test-tmp/mini-kudu-cluster1496574363308319252/master-2/wal/instance
10:44:50.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.509773 26581 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } has no permanent_uuid. Determining permanent_uuid...
10:44:50.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.534636 26581 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } has no permanent_uuid. Determining permanent_uuid...
10:44:50.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.547470 26581 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } has no permanent_uuid. Determining permanent_uuid...
10:44:50.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.565799 26323 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
10:44:50.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.566310 26581 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1: Bootstrap starting.
10:44:50.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.572386 26581 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1: Neither blocks nor log segments found. Creating new log.
10:44:50.573 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:50.573 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

10:44:50.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.574229 26581 log.cc:826] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1: Log is configured to *not* fsync() on all Append() calls
10:44:50.575 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.180.254"
      port: 35265
    }
    bound_http_address {
      host: "127.25.180.254"
      port: 41799
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.180.253"
      port: 36801
    }
    bound_http_address {
      host: "127.25.180.253"
      port: 41965
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.180.252"
      port: 40961
    }
    bound_http_address {
      host: "127.25.180.252"
      port: 42921
    }
  }
}

10:44:50.578 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

10:44:50.579 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
10:44:50.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.579370 26581 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1: No bootstrap required, opened a new log
10:44:50.580 [INFO - Metastore-Handler-Pool: Thread-242] (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=5ba174d2-5e91-4e31-9640-f1a3aacc43f6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
10:44:50.582 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
10:44:50.583 [INFO - Metastore-Handler-Pool: Thread-242] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
10:44:50.583 [INFO - Metastore-Handler-Pool: Thread-242] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@19dbacd2, with PersistenceManager: null will be shutdown
10:44:50.583 [INFO - Metastore-Handler-Pool: Thread-242] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@19dbacd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4534b60e created in the thread with id: 242
10:44:50.588 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@19dbacd2
10:44:50.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.607475 26581 raft_consensus.cc:359] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:50.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.608466 26581 raft_consensus.cc:385] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:50.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.608815 26581 raft_consensus.cc:740] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c77374af2e584e6e995d8c302509d5d1, State: Initialized, Role: FOLLOWER
10:44:50.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.609886 26581 consensus_queue.cc:260] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:50.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.616386 26581 sys_catalog.cc:565] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: configured and running, proceeding with master startup.
10:44:50.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.629262 26590 sys_catalog.cc:455] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [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: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:50.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.630488 26590 sys_catalog.cc:458] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: This master's current role is: FOLLOWER
10:44:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:50.668223 26529 tablet.cc:2406] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:50.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:50.681048 26602 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
10:44:50.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:50.681450 26602 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
10:44:50.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.675669 26495 master_runner.cc:187] Error getting master registration for 127.25.180.254:35265: OK, instance_id { permanent_uuid: "06d2793f122446d8b5e84ba968205816" instance_seqno: 1786445086731744 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:50.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.710610 26495 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:50.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.888855 26590 raft_consensus.cc:493] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
10:44:50.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.889595 26590 raft_consensus.cc:515] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:50.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.896591 26590 leader_election.cc:290] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 06d2793f122446d8b5e84ba968205816 (127.25.180.254:35265), 96f1399bd4f94650a56e983b56e78b5a (127.25.180.253:36801)
10:44:50.905 [WARN - Metastore-Handler-Pool: Thread-242] (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.
10:44:50.911 [WARN - Metastore-Handler-Pool: Thread-242] (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.
10:44:50.911 [WARN - Metastore-Handler-Pool: Thread-242] (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.
10:44:50.984 [INFO - Metastore-Handler-Pool: Thread-242] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
10:44:50.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:50.984097 26493 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 7
10:44:50.989 [INFO - Metastore-Handler-Pool: Thread-242] (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/hive9107189779197557548/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=5ba174d2-5e91-4e31-9640-f1a3aacc43f6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
10:44:50.992 [INFO - Metastore-Handler-Pool: Thread-242] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9107189779197557548/external-warehouse/table
10:44:51.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.030193 26493 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: Bootstrap starting.
10:44:51.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.067602 26493 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: Neither blocks nor log segments found. Creating new log.
10:44:51.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.078020 26493 log.cc:826] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: Log is configured to *not* fsync() on all Append() calls
10:44:51.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.101387 26493 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: No bootstrap required, opened a new log
10:44:51.122 [DEBUG - Metastore-Handler-Pool: Thread-242] (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.
10:44:51.123 [DEBUG - Metastore-Handler-Pool: Thread-242] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
10:44:51.131 [DEBUG - Metastore-Handler-Pool: Thread-242] (Connection.java:748) [peer master-127.25.180.252:40961(127.25.180.252:40961)] connecting to peer
10:44:51.137 [DEBUG - Metastore-Handler-Pool: Thread-242] (Connection.java:748) [peer master-127.25.180.254:35265(127.25.180.254:35265)] connecting to peer
10:44:51.146 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.180.252:40961(127.25.180.252:40961)] Successfully connected to peer
10:44:51.148 [DEBUG - Metastore-Handler-Pool: Thread-242] (Connection.java:748) [peer master-127.25.180.253:36801(127.25.180.253:36801)] connecting to peer
10:44:51.154 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.180.252
10:44:51.154 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.180.254:35265(127.25.180.254:35265)] Successfully connected to peer
10:44:51.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.145565 26493 raft_consensus.cc:359] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:51.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.159147 26493 raft_consensus.cc:385] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:51.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.160209 26493 raft_consensus.cc:740] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 96f1399bd4f94650a56e983b56e78b5a, State: Initialized, Role: FOLLOWER
10:44:51.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.163074 26493 consensus_queue.cc:260] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:51.167 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.25.180.253:36801(127.25.180.253:36801)] Successfully connected to peer
10:44:51.172 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.180.254
10:44:51.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.179299 26616 sys_catalog.cc:455] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [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: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.180787 26616 sys_catalog.cc:458] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [sys.catalog]: This master's current role is: FOLLOWER
10:44:51.182 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.180.253
10:44:51.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.186349 26464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c77374af2e584e6e995d8c302509d5d1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96f1399bd4f94650a56e983b56e78b5a" is_pre_election: true
10:44:51.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.187147 26464 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c77374af2e584e6e995d8c302509d5d1 in term 0.
10:44:51.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.189087 26524 leader_election.cc:304] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [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: 96f1399bd4f94650a56e983b56e78b5a, c77374af2e584e6e995d8c302509d5d1; no voters: 
10:44:51.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.190653 26590 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Leader pre-election won for term 1
10:44:51.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.191031 26590 raft_consensus.cc:493] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
10:44:51.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.191391 26590 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 0 FOLLOWER]: Advancing to term 1
10:44:51.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.204665 26590 raft_consensus.cc:515] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:51.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.206110 26493 sys_catalog.cc:565] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [sys.catalog]: configured and running, proceeding with master startup.
10:44:51.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.217597 26464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c77374af2e584e6e995d8c302509d5d1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "96f1399bd4f94650a56e983b56e78b5a"
10:44:51.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.218307 26464 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [term 0 FOLLOWER]: Advancing to term 1
10:44:51.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.227564 26590 leader_election.cc:290] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [CANDIDATE]: Term 1 election: Requested vote from peers 06d2793f122446d8b5e84ba968205816 (127.25.180.254:35265), 96f1399bd4f94650a56e983b56e78b5a (127.25.180.253:36801)
10:44:51.234 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:51.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.235186 26464 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c77374af2e584e6e995d8c302509d5d1 in term 1.
10:44:51.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.236958 26524 leader_election.cc:304] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [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: 96f1399bd4f94650a56e983b56e78b5a, c77374af2e584e6e995d8c302509d5d1; no voters: 
10:44:51.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.238226 26590 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 1 FOLLOWER]: Leader election won for term 1
10:44:51.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.246930 26590 raft_consensus.cc:697] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [term 1 LEADER]: Becoming Leader. State: Replica: c77374af2e584e6e995d8c302509d5d1, State: Running, Role: LEADER
10:44:51.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.248302 26590 consensus_queue.cc:237] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [LEADER]: Queue going to LEADER mode. State: All 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: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:51.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.269660 26619 sys_catalog.cc:455] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c77374af2e584e6e995d8c302509d5d1. Latest consensus state: current_term: 1 leader_uuid: "c77374af2e584e6e995d8c302509d5d1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.270785 26619 sys_catalog.cc:458] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: This master's current role is: LEADER
10:44:51.285 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x6aef8eb1, L:/127.0.0.1:52488 - R:/127.25.180.252:40961] using SASL/PLAIN
10:44:51.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.288599 26623 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
10:44:51.290 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:51.298 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
10:44:51.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:51.297667 26442 tablet.cc:2406] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:51.301 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x73621e23, L:/127.0.0.1:40142 - R:/127.25.180.253:36801] using SASL/PLAIN
10:44:51.304 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x179d10cb, L:/127.0.0.1:40432 - R:/127.25.180.254:35265] using SASL/PLAIN
10:44:51.310 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.315 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.253:36801: Catalog manager is not initialized. State: Starting
10:44:51.316 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.342 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.342 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.253:36801: Catalog manager is not initialized. State: Starting
10:44:51.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.350773 26623 catalog_manager.cc:1520] Initializing Kudu cluster ID...
10:44:51.354 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.379 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.381 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.253:36801: Catalog manager is not initialized. State: Starting
10:44:51.381 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.400 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.400 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.253:36801: Catalog manager is not initialized. State: Starting
10:44:51.413 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.416565 26633 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
10:44:51.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.417876 26464 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [term 1 FOLLOWER]: Refusing update from remote peer c77374af2e584e6e995d8c302509d5d1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:51.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.420312 26619 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:51.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.429486 26410 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } attempt: 7
10:44:51.437 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.421738 26413 master_runner.cc:187] Error getting master registration for 127.25.180.254:35265: OK, instance_id { permanent_uuid: "06d2793f122446d8b5e84ba968205816" instance_seqno: 1786445086731744 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
10:44:51.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.461956 26413 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
10:44:51.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.477828 26410 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: Bootstrap starting.
10:44:51.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.495743 26410 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: Neither blocks nor log segments found. Creating new log.
10:44:51.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.500217 26410 log.cc:826] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: Log is configured to *not* fsync() on all Append() calls
10:44:51.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.521019 26616 sys_catalog.cc:455] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [sys.catalog]: SysCatalogTable state changed. Reason: New leader c77374af2e584e6e995d8c302509d5d1. Latest consensus state: current_term: 1 leader_uuid: "c77374af2e584e6e995d8c302509d5d1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.521889 26616 sys_catalog.cc:458] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [sys.catalog]: This master's current role is: FOLLOWER
10:44:51.527 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.531314 26410 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: No bootstrap required, opened a new log
10:44:51.537 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.541 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.564422 26590 sys_catalog.cc:455] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c77374af2e584e6e995d8c302509d5d1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.565294 26590 sys_catalog.cc:458] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: This master's current role is: LEADER
10:44:51.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.572846 26623 catalog_manager.cc:1383] Generated new cluster ID: 3e1447487aeb40d29b7d53edeb949a85
10:44:51.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.573184 26623 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
10:44:51.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.584643 26616 sys_catalog.cc:455] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c77374af2e584e6e995d8c302509d5d1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.585341 26616 sys_catalog.cc:458] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a [sys.catalog]: This master's current role is: FOLLOWER
10:44:51.601 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.601 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.637928 26623 catalog_manager.cc:1406] Generated new certificate authority record
10:44:51.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.639966 26623 catalog_manager.cc:1540] Loading token signing keys...
10:44:51.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.652580 26410 raft_consensus.cc:359] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:51.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.654795 26410 raft_consensus.cc:385] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
10:44:51.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.655557 26410 raft_consensus.cc:740] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 06d2793f122446d8b5e84ba968205816, State: Initialized, Role: FOLLOWER
10:44:51.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.657822 26410 consensus_queue.cc:260] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } }
10:44:51.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.669121 26641 sys_catalog.cc:455] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [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: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.669976 26641 sys_catalog.cc:458] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [sys.catalog]: This master's current role is: FOLLOWER
10:44:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.672981 26410 sys_catalog.cc:565] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [sys.catalog]: configured and running, proceeding with master startup.
10:44:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.673149 26383 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c77374af2e584e6e995d8c302509d5d1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06d2793f122446d8b5e84ba968205816"
10:44:51.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.673980 26383 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [term 0 FOLLOWER]: Advancing to term 1
10:44:51.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.680948 26384 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c77374af2e584e6e995d8c302509d5d1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "06d2793f122446d8b5e84ba968205816" is_pre_election: true
10:44:51.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.680666 26383 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c77374af2e584e6e995d8c302509d5d1 in term 1.
10:44:51.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.685178 26382 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [term 1 FOLLOWER]: Refusing update from remote peer c77374af2e584e6e995d8c302509d5d1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
10:44:51.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.687114 26590 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
10:44:51.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:51.689666 26362 tablet.cc:2406] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: Can't schedule compaction. Clean time has not been advanced past its initial value.
10:44:51.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.721764 26623 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1: Generated new TSK 0
10:44:51.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.723073 26623 catalog_manager.cc:1550] Initializing in-progress tserver states...
10:44:51.724 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.180.254:35265: Catalog manager is not initialized. State: Starting
10:44:51.726 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.180.252:40961,127.25.180.254:35265,127.25.180.253:36801; will retry
10:44:51.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.774281 26651 sys_catalog.cc:455] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c77374af2e584e6e995d8c302509d5d1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.774111 26641 sys_catalog.cc:455] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c77374af2e584e6e995d8c302509d5d1. Latest consensus state: current_term: 1 leader_uuid: "c77374af2e584e6e995d8c302509d5d1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.775138 26641 sys_catalog.cc:458] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [sys.catalog]: This master's current role is: FOLLOWER
10:44:51.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.775118 26651 sys_catalog.cc:458] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816 [sys.catalog]: This master's current role is: FOLLOWER
10:44:51.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.772146 26619 sys_catalog.cc:455] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c77374af2e584e6e995d8c302509d5d1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "06d2793f122446d8b5e84ba968205816" member_type: VOTER last_known_addr { host: "127.25.180.254" port: 35265 } } peers { permanent_uuid: "96f1399bd4f94650a56e983b56e78b5a" member_type: VOTER last_known_addr { host: "127.25.180.253" port: 36801 } } peers { permanent_uuid: "c77374af2e584e6e995d8c302509d5d1" member_type: VOTER last_known_addr { host: "127.25.180.252" port: 40961 } } }
10:44:51.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.779076 26619 sys_catalog.cc:458] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 [sys.catalog]: This master's current role is: LEADER
10:44:51.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.814589 26658 catalog_manager.cc:1295] Loaded cluster ID: 3e1447487aeb40d29b7d53edeb949a85
10:44:51.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.815038 26658 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: loading cluster ID for follower catalog manager: success
10:44:51.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.827804 26658 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: acquiring CA information for follower catalog manager: success
10:44:51.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:51.836835 26658 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 06d2793f122446d8b5e84ba968205816: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:51.927 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
10:44:51.997 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:52.074 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:52.076 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
10:44:52.094 [INFO - Metastore-Handler-Pool: Thread-242] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
10:44:52.192 [INFO - Metastore-Handler-Pool: Thread-242] (MetaStoreServerUtils.java:473) Updating table stats for table
10:44:52.192 [INFO - Metastore-Handler-Pool: Thread-242] (MetaStoreServerUtils.java:476) Updated size of table table to 0
10:44:52.432 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
10:44:52.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:52.448261 26633 catalog_manager.cc:1295] Loaded cluster ID: 3e1447487aeb40d29b7d53edeb949a85
10:44:52.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:52.448657 26633 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: loading cluster ID for follower catalog manager: success
10:44:52.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:52.464462 26633 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: acquiring CA information for follower catalog manager: success
10:44:52.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:52.493059 26633 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 96f1399bd4f94650a56e983b56e78b5a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
10:44:52.534 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:3711) Skipping translation for processor with null
10:44:52.535 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
10:44:53.119 [WARN - Metastore-Handler-Pool: Thread-242] (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.
10:44:53.603 [WARN - Metastore-Handler-Pool: Thread-242] (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.
10:44:53.730 [WARN - Metastore-Handler-Pool: Thread-242] (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.
10:44:54.106 [INFO - Metastore-Handler-Pool: Thread-242] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
10:44:54.107 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
10:44:54.107 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
10:44:54.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:54.107437 26323 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 26337
10:44:54.110 [INFO - Metastore-Handler-Pool: Thread-242] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@19dbacd2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4534b60e will be shutdown
10:44:54.110 [INFO - Metastore-Handler-Pool: Thread-242] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
10:44:54.194 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.180.254:35265(127.25.180.254:35265)] handling channelInactive
10:44:54.194 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.180.254:35265(127.25.180.254:35265)] cleaning up while in state READY due to: connection closed
10:44:54.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:54.198732 26323 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 26413
10:44:54.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:54.221666 26523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.180.254:35265: connect: Connection refused (error 111)
10:44:54.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 10:44:54.232946 26523 consensus_peers.cc:597] T 00000000000000000000000000000000 P c77374af2e584e6e995d8c302509d5d1 -> Peer 06d2793f122446d8b5e84ba968205816 (127.25.180.254:35265): Couldn't send request to peer 06d2793f122446d8b5e84ba968205816. Status: Network error: Client connection negotiation failed: client connection to 127.25.180.254:35265: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
10:44:54.239 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.25.180.253:36801(127.25.180.253:36801)] handling channelInactive
10:44:54.239 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.25.180.253:36801(127.25.180.253:36801)] cleaning up while in state READY due to: connection closed
10:44:54.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 10:44:54.242941 26323 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskCXFltw/build/tsan/bin/kudu with pid 26495
10:44:54.276 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.180.252:40961(127.25.180.252:40961)] handling channelInactive
10:44:54.276 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.180.252:40961(127.25.180.252:40961)] cleaning up while in state READY due to: connection closed
10:44:55.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T10:44:55Z chronyd exiting

Time: 86.813

OK (6 tests)

