JUnit version 4.13.2
.08:20:13.716 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:13.722 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:13.723 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:13.845 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7237281369595197369
08:20:13.996 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:14.017 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:14.268 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:14.297 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:14.298 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
08:20:14.329 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
08:20:14.343 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:14.366 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
08:20:15.149 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:15.153 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
08:20:15.172 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:15.173 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:15.186 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:15.187 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:15.384 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:15.384 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:15.386 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:15.890 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:15.891 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: null will be shutdown
08:20:15.938 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@13d673e5 created in the thread with id: 13
08:20:16.008 [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
08:20:16.273 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:16.274 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:16.276 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:16.276 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:16.277 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:16.278 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:17.081 [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
08:20:17.082 [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.76
08:20:17.083 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d
08:20:17.439 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
08:20:17.493 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:17.545 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
08:20:17.548 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
08:20:17.634 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:17.642 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:18.011 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:18.020 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:18.033 [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)
08:20:18.034 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [36603]...
08:20:18.034 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:18.034 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:18.034 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
08:20:18.034 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
08:20:18.874 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:18.875 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:18.875 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:18.889 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:18.890 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36603]
08:20:18.890 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36603) in binary transport mode
08:20:18.905 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36603) current connections: 1
08:20:18.977 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
08:20:19.090 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskpRkFQE/test-tmp
08:20:19.093 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
08:20:19.096 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskpRkFQE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:19.149 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36603"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:19.604 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:19.614 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:19.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.621284 14721 mini_oidc.cc:150] Starting JWKS server
08:20:19.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.626796 14721 webserver.cc:533] Webserver started at http://127.0.0.1:45843/ using document root <none> and password file <none>
08:20:19.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.627969 14721 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:19.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.630548 14721 webserver.cc:533] Webserver started at http://127.0.0.1:32923/ using document root <none> and password file <none>
08:20:19.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:19Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:19.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:19Z Disabled control of system clock
08:20:19.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:19.718600 14721 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/wal
08:20:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data
08:20:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:19.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:19.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:19.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:19.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:19.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:19.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/logs
08:20:19.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data/info.pb
08:20:19.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:19.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:19.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:19.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:19.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:19.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:19.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.96.126:46569
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.96.126
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.96.84:45329
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.96.126:46569,127.14.96.125:36729,127.14.96.124:38149
08:20:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:19.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45843/jwks.json
08:20:19.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36603 with env {}
08:20:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.053803 14743 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:20.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.054567 14743 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:20.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.055451 14743 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:20.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.091017 14743 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:20.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.091434 14743 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:20.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.091791 14743 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:20.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.092130 14743 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:20.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.092501 14743 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:20.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.092828 14743 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45843/jwks.json
08:20:20.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.132939 14743 master_runner.cc:387] Master server non-default flags:
08:20:20.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/logs
08:20:20.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:20.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:20.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:20.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.96.84:45329
08:20:20.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:20.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:20.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data
08:20:20.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/wal
08:20:20.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36603
08:20:20.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:20.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.96.126:46569,127.14.96.125:36729,127.14.96.124:38149
08:20:20.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:20.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:20.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:20.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.96.126:46569
08:20:20.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:20.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:20.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:20.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45843/jwks.json
08:20:20.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:20.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:20.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data/info.pb
08:20:20.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.96.126
08:20:20.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:20.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:20.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:20.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:20.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:20.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:20.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:20.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.135035 14743 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:20.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:20.137982 14743 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:20.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.151379 14753 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
08:20:22.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:21.556078 14752 debug-util.cc:398] Leaking SignalData structure 0x7b0800037640 after lost signal to thread 14743
08:20:22.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.025990 14752 kernel_stack_watchdog.cc:198] Thread 14743 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 401ms:
08:20:22.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
08:20:22.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
08:20:22.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
08:20:22.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
08:20:22.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:20.151859 14754 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
08:20:22.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.027442 14743 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.876s	user 0.569s	sys 1.305s
08:20:22.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.027875 14743 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.876s	user 0.569s	sys 1.305s
08:20:22.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.030093 14759 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
08:20:22.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.033089 14757 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1875 milliseconds
08:20:22.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.033200 14743 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
08:20:22.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.034516 14743 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:22.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.037590 14743 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:22.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.038995 14743 hybrid_clock.cc:648] HybridClock initialized: now 1786522822038946 us; error 106 us; skew 500 ppm
08:20:22.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.039916 14743 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:22.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.046581 14743 webserver.cc:533] Webserver started at http://127.14.96.126:46273/ using document root <none> and password file <none>
08:20:22.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.047691 14743 fs_manager.cc:362] Metadata directory not provided
08:20:22.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.047972 14743 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:22.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.048516 14743 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:22.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.054128 14743 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data/instance:
08:20:22.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2395e94150ab4f49b248d7a3d04f403d"
08:20:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:22 on dist-test-slave-s11t"
08:20:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.055301 14743 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/wal/instance:
08:20:22.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2395e94150ab4f49b248d7a3d04f403d"
08:20:22.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:22 on dist-test-slave-s11t"
08:20:22.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.063963 14743 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.003s
08:20:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.070413 14770 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.071779 14743 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
08:20:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.072142 14743 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/wal
08:20:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2395e94150ab4f49b248d7a3d04f403d"
08:20:22.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:22 on dist-test-slave-s11t"
08:20:22.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.072477 14743 fs_report.cc:389] FS layout report
08:20:22.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:22.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/wal
08:20:22.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/wal
08:20:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data/data
08:20:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:22.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:22.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:22.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:22.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:22.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:22.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:22.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:22.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.126955 14743 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:22.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.129032 14743 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
08:20:22.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.129526 14743 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:22.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.212503 14743 rpc_server.cc:307] RPC server started. Bound to: 127.14.96.126:46569
08:20:22.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.212605 14852 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.96.126:46569 every 8 connection(s)
08:20:22.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.215480 14743 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/data/info.pb
08:20:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.222078 14721 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 14743
08:20:22.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.222769 14721 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-0/wal/instance
08:20:22.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.223958 14853 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.228547 14721 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/wal
08:20:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data
08:20:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:22.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/logs
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data/info.pb
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:22.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:22.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.96.125:36729
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.96.125
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.96.84:45329
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.96.126:46569,127.14.96.125:36729,127.14.96.124:38149
08:20:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45843/jwks.json
08:20:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36603 with env {}
08:20:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.241032 14853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } has no permanent_uuid. Determining permanent_uuid...
08:20:22.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.275219 14853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } has no permanent_uuid. Determining permanent_uuid...
08:20:22.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.278489 14772 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:22.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.283766 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.125:36729: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:22.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.333302 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } attempt: 1
08:20:22.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.338665 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.125:36729: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:22.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.407151 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } attempt: 2
08:20:22.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.412314 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.125:36729: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:22.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.503821 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } attempt: 3
08:20:22.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.508632 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.125:36729: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:22.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.572647 14854 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:22.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.573248 14854 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:22.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.573716 14854 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:22.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.608027 14854 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:22.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.608345 14854 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.608544 14854 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.608829 14854 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.609050 14854 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.609192 14854 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45843/jwks.json
08:20:22.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.647943 14854 master_runner.cc:387] Master server non-default flags:
08:20:22.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/logs
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.96.84:45329
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/wal
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36603
08:20:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.96.126:46569,127.14.96.125:36729,127.14.96.124:38149
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.96.125:36729
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45843/jwks.json
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data/info.pb
08:20:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.96.125
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.649372 14854 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.651664 14854 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.652155 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } attempt: 4
08:20:22.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.657105 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.125:36729: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:22.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.664712 14869 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
08:20:22.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:22.956634 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } attempt: 5
08:20:22.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.964318 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.125:36729: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:23.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.511961 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } attempt: 6
08:20:23.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:23.525100 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.125:36729: Network error: Client connection negotiation failed: client connection to 127.14.96.125:36729: connect: Connection refused (error 111)
08:20:23.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:22.666687 14871 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
08:20:23.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:23.889312 14874 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
08:20:23.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:23.892905 14872 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1221 milliseconds
08:20:23.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.892992 14854 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
08:20:23.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.894269 14854 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:23.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.896975 14854 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:23.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.898334 14854 hybrid_clock.cc:648] HybridClock initialized: now 1786522823898313 us; error 48 us; skew 500 ppm
08:20:23.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.899199 14854 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:23.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.905628 14854 webserver.cc:533] Webserver started at http://127.14.96.125:33549/ using document root <none> and password file <none>
08:20:23.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.906642 14854 fs_manager.cc:362] Metadata directory not provided
08:20:23.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.906850 14854 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:23.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.907260 14854 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:23.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.911809 14854 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data/instance:
08:20:23.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35eab29ca0a24be5a071c646f95f31b7"
08:20:23.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:23 on dist-test-slave-s11t"
08:20:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.912979 14854 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/wal/instance:
08:20:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35eab29ca0a24be5a071c646f95f31b7"
08:20:23.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:23 on dist-test-slave-s11t"
08:20:23.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.920655 14854 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
08:20:23.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.926882 14884 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.928221 14854 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.003s
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.928524 14854 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/wal
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "35eab29ca0a24be5a071c646f95f31b7"
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:23 on dist-test-slave-s11t"
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:23.928910 14854 fs_report.cc:389] FS layout report
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/wal
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/wal
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data/data
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:24.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.002523 14854 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:24.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.004194 14854 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
08:20:24.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.004660 14854 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:24.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.085203 14854 rpc_server.cc:307] RPC server started. Bound to: 127.14.96.125:36729
08:20:24.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.085310 14965 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.96.125:36729 every 8 connection(s)
08:20:24.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.088343 14854 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/data/info.pb
08:20:24.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.094468 14966 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:24.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.095621 14721 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 14854
08:20:24.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.096067 14721 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-1/wal/instance
08:20:24.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.099233 14721 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/wal
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:24.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/logs
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data/info.pb
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.96.124:38149
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.96.124
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.96.84:45329
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:24.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:24.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:24.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.96.126:46569,127.14.96.125:36729,127.14.96.124:38149
08:20:24.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:24.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45843/jwks.json
08:20:24.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36603 with env {}
08:20:24.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.108011 14966 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } has no permanent_uuid. Determining permanent_uuid...
08:20:24.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.136420 14966 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } has no permanent_uuid. Determining permanent_uuid...
08:20:24.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.151897 14966 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } has no permanent_uuid. Determining permanent_uuid...
08:20:24.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.154539 14888 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.159080 14966 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.208676 14966 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 1
08:20:24.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.214350 14966 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.282857 14966 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 2
08:20:24.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.287912 14966 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.379317 14966 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 3
08:20:24.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.383764 14966 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.439396 14967 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:24.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.439992 14967 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:24.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.440696 14967 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:24.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.474731 14967 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:24.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.475021 14967 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:24.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.475219 14967 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:24.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.475423 14967 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:24.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.475622 14967 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:24.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.475776 14967 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45843/jwks.json
08:20:24.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.514039 14967 master_runner.cc:387] Master server non-default flags:
08:20:24.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/logs
08:20:24.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:24.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.96.84:45329
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/wal
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36603
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.96.126:46569,127.14.96.125:36729,127.14.96.124:38149
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.96.124:38149
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:24.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45843/jwks.json
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data/info.pb
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.96.124
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:24.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:24.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:24.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:24.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.515643 14967 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:24.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.517778 14967 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:24.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.527271 14966 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 4
08:20:24.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.532347 14984 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
08:20:24.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.534154 14966 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.585690 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } attempt: 7
08:20:24.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.598455 14853 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } has no permanent_uuid. Determining permanent_uuid...
08:20:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.604754 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.663261 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 1
08:20:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.668130 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.749600 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 2
08:20:24.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.756944 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.833680 14966 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 5
08:20:24.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.841784 14966 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.842993 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 3
08:20:24.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.850207 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:24.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:24.990892 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 4
08:20:24.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.998638 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:25.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.282249 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 5
08:20:25.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:25.289412 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:25.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.389521 14966 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 6
08:20:25.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:25.400935 14966 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:25.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.536444 14988 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
08:20:25.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:24.533860 14985 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
08:20:25.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.841995 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 6
08:20:25.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:25.842614 14986 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1306 milliseconds
08:20:25.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.842804 14967 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
08:20:25.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.844321 14967 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:25.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.847561 14967 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:25.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.849038 14967 hybrid_clock.cc:648] HybridClock initialized: now 1786522825848966 us; error 82 us; skew 500 ppm
08:20:25.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.850013 14967 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:25.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:25.850709 14853 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.96.124:38149: Network error: Client connection negotiation failed: client connection to 127.14.96.124:38149: connect: Connection refused (error 111)
08:20:25.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.857669 14967 webserver.cc:533] Webserver started at http://127.14.96.124:33647/ using document root <none> and password file <none>
08:20:25.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.858742 14967 fs_manager.cc:362] Metadata directory not provided
08:20:25.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.859007 14967 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:25.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.859571 14967 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.864112 14967 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data/instance:
08:20:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "883c2e69e7cc4479b3abdbc5bfdb438e"
08:20:25.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:25 on dist-test-slave-s11t"
08:20:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.865420 14967 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/wal/instance:
08:20:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "883c2e69e7cc4479b3abdbc5bfdb438e"
08:20:25.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:25 on dist-test-slave-s11t"
08:20:25.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.872983 14967 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
08:20:25.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.878863 15018 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.880219 14967 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.006s	sys 0.000s
08:20:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.880524 14967 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/wal
08:20:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "883c2e69e7cc4479b3abdbc5bfdb438e"
08:20:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:25 on dist-test-slave-s11t"
08:20:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.880978 14967 fs_report.cc:389] FS layout report
08:20:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/wal
08:20:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/wal
08:20:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data/data
08:20:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:25.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.945930 14967 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:25.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.947759 14967 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
08:20:25.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:25.948239 14967 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:26.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.027881 14967 rpc_server.cc:307] RPC server started. Bound to: 127.14.96.124:38149
08:20:26.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.028012 15090 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.96.124:38149 every 8 connection(s)
08:20:26.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.031080 14967 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/data/info.pb
08:20:26.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.037366 15093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:26.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.039203 14721 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 14967
08:20:26.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.039561 14721 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17499319690938102976/master-2/wal/instance
08:20:26.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.050500 15093 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } has no permanent_uuid. Determining permanent_uuid...
08:20:26.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.070614 15093 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } has no permanent_uuid. Determining permanent_uuid...
08:20:26.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.085506 15093 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } has no permanent_uuid. Determining permanent_uuid...
08:20:26.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.108074 15093 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e: Bootstrap starting.
08:20:26.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.109395 14721 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:26.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.117339 15093 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e: Neither blocks nor log segments found. Creating new log.
08:20:26.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.119944 15093 log.cc:826] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e: Log is configured to *not* fsync() on all Append() calls
08:20:26.122 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:26.123 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:26.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.127261 15093 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e: No bootstrap required, opened a new log
08:20:26.131 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.96.126"
      port: 46569
    }
    bound_http_address {
      host: "127.14.96.126"
      port: 46273
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.96.125"
      port: 36729
    }
    bound_http_address {
      host: "127.14.96.125"
      port: 33549
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.96.124"
      port: 38149
    }
    bound_http_address {
      host: "127.14.96.124"
      port: 33647
    }
  }
}

08:20:26.136 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:26.137 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:26.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.147696 15093 raft_consensus.cc:359] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:26.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.148629 15093 raft_consensus.cc:385] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:26.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.148975 15093 raft_consensus.cc:740] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 883c2e69e7cc4479b3abdbc5bfdb438e, State: Initialized, Role: FOLLOWER
08:20:26.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.150161 15093 consensus_queue.cc:260] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:26.153 [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=349ef6fb-65d2-4c4a-9396-6b54852c2340, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:26.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.153759 15110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [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: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:26.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.154666 15110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: This master's current role is: FOLLOWER
08:20:26.155 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:26.155 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:26.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.155704 15093 sys_catalog.cc:565] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: configured and running, proceeding with master startup.
08:20:26.156 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
08:20:26.157 [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
08:20:26.177 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
08:20:26.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.190341 15134 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:20:26.195 [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=	
08:20:26.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:26.204213 15025 tablet.cc:2406] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:26.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:26.206769 15128 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:26.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.196767 14967 master_runner.cc:187] Error getting master registration for 127.14.96.126:46569: OK, instance_id { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" instance_seqno: 1786522822191832 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:26.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.227677 14967 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.461584 14966 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 7
08:20:26.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.504403 14966 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: Bootstrap starting.
08:20:26.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.525314 14966 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: Neither blocks nor log segments found. Creating new log.
08:20:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.528396 14966 log.cc:826] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: Log is configured to *not* fsync() on all Append() calls
08:20:26.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.549144 14966 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: No bootstrap required, opened a new log
08:20:26.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.590874 14966 raft_consensus.cc:359] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:26.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.592275 14966 raft_consensus.cc:385] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:26.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.592952 14966 raft_consensus.cc:740] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35eab29ca0a24be5a071c646f95f31b7, State: Initialized, Role: FOLLOWER
08:20:26.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.594393 14966 consensus_queue.cc:260] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:26.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.607791 14966 sys_catalog.cc:565] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [sys.catalog]: configured and running, proceeding with master startup.
08:20:26.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.604292 15140 sys_catalog.cc:455] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [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: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:26.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.613562 15140 sys_catalog.cc:458] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [sys.catalog]: This master's current role is: FOLLOWER
08:20:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.647667 15110 raft_consensus.cc:493] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:26.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.648272 15110 raft_consensus.cc:515] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:26.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.654070 15110 leader_election.cc:290] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2395e94150ab4f49b248d7a3d04f403d (127.14.96.126:46569), 35eab29ca0a24be5a071c646f95f31b7 (127.14.96.125:36729)
08:20:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.654631 14928 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35eab29ca0a24be5a071c646f95f31b7" is_pre_election: true
08:20:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.655839 14928 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 883c2e69e7cc4479b3abdbc5bfdb438e in term 0.
08:20:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.657956 15021 leader_election.cc:304] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [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: 35eab29ca0a24be5a071c646f95f31b7, 883c2e69e7cc4479b3abdbc5bfdb438e; no voters: 
08:20:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.659062 15110 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.659394 15110 raft_consensus.cc:493] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:26.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.659729 15110 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 0 FOLLOWER]: Advancing to term 1
08:20:26.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.666934 15110 raft_consensus.cc:515] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:26.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.671214 14928 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35eab29ca0a24be5a071c646f95f31b7"
08:20:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.671773 14928 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [term 0 FOLLOWER]: Advancing to term 1
08:20:26.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.678187 14928 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 883c2e69e7cc4479b3abdbc5bfdb438e in term 1.
08:20:26.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.679497 15021 leader_election.cc:304] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [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: 35eab29ca0a24be5a071c646f95f31b7, 883c2e69e7cc4479b3abdbc5bfdb438e; no voters: 
08:20:26.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.688352 15110 leader_election.cc:290] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [CANDIDATE]: Term 1 election: Requested vote from peers 2395e94150ab4f49b248d7a3d04f403d (127.14.96.126:46569), 35eab29ca0a24be5a071c646f95f31b7 (127.14.96.125:36729)
08:20:26.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.689586 15150 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 1 FOLLOWER]: Leader election won for term 1
08:20:26.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.691018 15150 raft_consensus.cc:697] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [term 1 LEADER]: Becoming Leader. State: Replica: 883c2e69e7cc4479b3abdbc5bfdb438e, State: Running, Role: LEADER
08:20:26.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.692390 15150 consensus_queue.cc:237] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [LEADER]: Queue going to LEADER mode. State: All 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: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:26.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.722064 15110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 883c2e69e7cc4479b3abdbc5bfdb438e. Latest consensus state: current_term: 1 leader_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:26.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.723855 15110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: This master's current role is: LEADER
08:20:26.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.732604 15159 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:26.748 [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=	
08:20:26.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:26.750149 15161 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:26.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.755517 15159 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:26.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:26.765110 14890 tablet.cc:2406] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:26.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.798291 14928 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [term 1 FOLLOWER]: Refusing update from remote peer 883c2e69e7cc4479b3abdbc5bfdb438e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:26.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.800834 15110 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [LEADER]: Connected to new peer: Peer: permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
08:20:26.809 [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.
08:20:26.844 [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.
08:20:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.789184 14854 master_runner.cc:187] Error getting master registration for 127.14.96.126:46569: OK, instance_id { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" instance_seqno: 1786522822191832 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:26.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.851480 14854 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:26.844 [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.
08:20:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.879575 15140 sys_catalog.cc:455] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 883c2e69e7cc4479b3abdbc5bfdb438e. Latest consensus state: current_term: 1 leader_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:26.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.884152 14853 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } attempt: 7
08:20:26.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.897660 15140 sys_catalog.cc:458] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [sys.catalog]: This master's current role is: FOLLOWER
08:20:26.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:26.931666 15169 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:26.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.932719 15110 sys_catalog.cc:455] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:26.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.933495 15110 sys_catalog.cc:458] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: This master's current role is: LEADER
08:20:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:26.939009 15169 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:26.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.944229 15159 catalog_manager.cc:1383] Generated new cluster ID: 429a5452a03d425abeefc2f1dd34bd14
08:20:26.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.944607 15159 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:26.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.964623 15140 sys_catalog.cc:455] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:26.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.965411 15140 sys_catalog.cc:458] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7 [sys.catalog]: This master's current role is: FOLLOWER
08:20:26.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.991699 15159 catalog_manager.cc:1406] Generated new certificate authority record
08:20:26.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:26.993834 15159 catalog_manager.cc:1540] Loading token signing keys...
08:20:27.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.002481 14853 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d: Bootstrap starting.
08:20:27.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.012550 14853 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d: Neither blocks nor log segments found. Creating new log.
08:20:27.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.034247 14853 log.cc:826] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d: Log is configured to *not* fsync() on all Append() calls
08:20:27.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.038481 15159 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e: Generated new TSK 0
08:20:27.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.052747 15159 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:27.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.057099 14853 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d: No bootstrap required, opened a new log
08:20:27.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.060086 15159 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:20:27.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.078251 15159 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:20:27.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.140358 14853 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:27.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.152884 14853 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:27.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.153795 14853 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2395e94150ab4f49b248d7a3d04f403d, State: Initialized, Role: FOLLOWER
08:20:27.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.155201 14853 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:27.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.168433 15182 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [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: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:27.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.180891 15182 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [sys.catalog]: This master's current role is: FOLLOWER
08:20:27.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.173097 14802 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 0 FOLLOWER]: Advancing to term 1
08:20:27.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.173666 14806 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2395e94150ab4f49b248d7a3d04f403d" is_pre_election: true
08:20:27.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.174376 14803 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2395e94150ab4f49b248d7a3d04f403d"
08:20:27.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.172451 14853 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [sys.catalog]: configured and running, proceeding with master startup.
08:20:27.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.202957 14802 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 1 FOLLOWER]: Refusing update from remote peer 883c2e69e7cc4479b3abdbc5bfdb438e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.204999 15150 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [LEADER]: Connected to new peer: Peer: permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:27.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.205665 15182 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:27.211 [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=	
08:20:27.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:27.212092 15128 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:27.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.206231 15182 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } }
08:20:27.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.255278 14928 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2395e94150ab4f49b248d7a3d04f403d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35eab29ca0a24be5a071c646f95f31b7" is_pre_election: true
08:20:27.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.260090 15182 leader_election.cc:290] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 35eab29ca0a24be5a071c646f95f31b7 (127.14.96.125:36729), 883c2e69e7cc4479b3abdbc5bfdb438e (127.14.96.124:38149)
08:20:27.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.261960 15050 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2395e94150ab4f49b248d7a3d04f403d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" is_pre_election: true
08:20:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.264816 14777 leader_election.cc:304] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 2395e94150ab4f49b248d7a3d04f403d; no voters: 35eab29ca0a24be5a071c646f95f31b7, 883c2e69e7cc4479b3abdbc5bfdb438e
08:20:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.328866 15182 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
08:20:27.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.329063 15200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:27.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.330065 15200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [sys.catalog]: This master's current role is: FOLLOWER
08:20:27.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.330839 15184 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 883c2e69e7cc4479b3abdbc5bfdb438e. Latest consensus state: current_term: 1 leader_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:27.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.331664 15184 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d [sys.catalog]: This master's current role is: FOLLOWER
08:20:27.354 [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=	
08:20:27.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:27.355680 15213 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:27.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.370235 15221 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:20:27.432 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:27.477 [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/hive7237281369595197369/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=349ef6fb-65d2-4c4a-9396-6b54852c2340, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:27.632 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7237281369595197369/external-warehouse/table
08:20:27.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.637801 15150 sys_catalog.cc:455] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2395e94150ab4f49b248d7a3d04f403d" member_type: VOTER last_known_addr { host: "127.14.96.126" port: 46569 } } peers { permanent_uuid: "35eab29ca0a24be5a071c646f95f31b7" member_type: VOTER last_known_addr { host: "127.14.96.125" port: 36729 } } peers { permanent_uuid: "883c2e69e7cc4479b3abdbc5bfdb438e" member_type: VOTER last_known_addr { host: "127.14.96.124" port: 38149 } } }
08:20:27.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.638572 15150 sys_catalog.cc:458] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e [sys.catalog]: This master's current role is: LEADER
08:20:27.766 [INFO - Metastore-Handler-Pool: Thread-48] (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=	
08:20:27.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:27.767102 15161 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:27.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.945920 15169 catalog_manager.cc:1295] Loaded cluster ID: 429a5452a03d425abeefc2f1dd34bd14
08:20:27.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.946249 15169 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: loading cluster ID for follower catalog manager: success
08:20:27.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.969697 15169 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: acquiring CA information for follower catalog manager: success
08:20:27.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:27.989380 15169 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 35eab29ca0a24be5a071c646f95f31b7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:28.054 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:28.058 [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)
08:20:28.067 [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)

08:20:28.127 [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.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:28.196 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:28.222 [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=	
08:20:28.236 [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/hive7237281369595197369/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.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:28.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:28.239248 15128 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:28.247 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7237281369595197369/external-warehouse/table
08:20:28.346 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:28.347 [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)
08:20:28.348 [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)

08:20:28.350 [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=72711c0a-3104-43a6-b85f-9bd6df3dc871, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:28.364 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:28.381 [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=	
08:20:28.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:28.382066 15213 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:28.386 [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/hive7237281369595197369/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=72711c0a-3104-43a6-b85f-9bd6df3dc871, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:28.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:28.389331 15221 catalog_manager.cc:1295] Loaded cluster ID: 429a5452a03d425abeefc2f1dd34bd14
08:20:28.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:28.389976 15221 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d: loading cluster ID for follower catalog manager: success
08:20:28.393 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7237281369595197369/external-warehouse/table
08:20:28.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:28.401345 15221 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d: acquiring CA information for follower catalog manager: success
08:20:28.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:28.417845 15221 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2395e94150ab4f49b248d7a3d04f403d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:28.462 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
08:20:28.470 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
08:20:28.470 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
08:20:28.489 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4b1f73c2
08:20:28.551 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
08:20:28.551 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
08:20:28.552 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
08:20:28.552 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
08:20:28.553 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
08:20:28.554 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
08:20:28.554 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
08:20:28.555 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
08:20:28.555 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
08:20:28.557 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
08:20:28.558 [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
08:20:28.560 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
08:20:28.560 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
08:20:28.560 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
08:20:28.561 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
08:20:28.562 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
08:20:28.562 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
08:20:28.563 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
08:20:28.563 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
08:20:28.605 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
08:20:28.688 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
08:20:28.782 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
08:20:28.782 [INFO - Metastore-Handler-Pool: Thread-54] (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=	
08:20:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:28.785745 15161 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:28.797 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
08:20:28.797 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
08:20:28.839 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
08:20:28.839 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
08:20:29.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
08:20:29.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
08:20:29.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
08:20:29.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
08:20:29.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
08:20:29.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
08:20:29.003 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
08:20:29.004 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
08:20:29.004 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
08:20:29.004 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
08:20:29.004 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
08:20:29.004 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
08:20:29.004 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
08:20:29.054 [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)
08:20:29.078 [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.
08:20:29.225 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:20:29.257 [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=	
08:20:29.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:29.258302 15128 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:29.398 [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=	
08:20:29.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:29.399014 15213 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:29.627 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.14.96.124:38149(127.14.96.124:38149)] connecting to peer
08:20:29.648 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 14638 (auto-detected)
08:20:29.650 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
08:20:29.651 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
08:20:29.653 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
08:20:29.654 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
08:20:29.655 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:dc:ff:fe:26:2f:ab (auto-detected)
08:20:29.714 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
08:20:29.714 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
08:20:29.714 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
08:20:29.721 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
08:20:29.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.14.96.126:46569(127.14.96.126:46569)] connecting to peer
08:20:29.757 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.14.96.125:36729(127.14.96.125:36729)] connecting to peer
08:20:29.784 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.96.124:38149(127.14.96.124:38149)] Successfully connected to peer
08:20:29.788 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.96.125:36729(127.14.96.125:36729)] Successfully connected to peer
08:20:29.789 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.96.126:46569(127.14.96.126:46569)] Successfully connected to peer
08:20:29.809 [INFO - Metastore-Handler-Pool: Thread-60] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:29.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:29.814584 15161 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:29.816 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
08:20:29.816 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
08:20:29.816 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@36d5e738
08:20:29.822 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
08:20:29.822 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
08:20:29.822 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
08:20:29.823 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
08:20:29.823 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
08:20:29.919 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.96.125
08:20:29.919 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.96.124
08:20:29.928 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.96.126
08:20:30.286 [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=	
08:20:30.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:30.287168 15128 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:30.408 [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=	
08:20:30.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:30.409736 15213 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:30.414 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:30.421 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:30.428 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:30.474 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xf768e0df, L:/127.0.0.1:40188 - R:/127.14.96.126:46569] using SASL/PLAIN
08:20:30.475 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xbe1da354, L:/127.0.0.1:40414 - R:/127.14.96.124:38149] using SASL/PLAIN
08:20:30.469 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xe735133d, L:/127.0.0.1:55252 - R:/127.14.96.125:36729] using SASL/PLAIN
08:20:30.600 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:20:30.609 [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)
08:20:30.611 [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)

08:20:30.614 [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=6396b042-58ae-42cb-ac4d-d8ba627f7049, 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)	
08:20:30.621 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:30.627 [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/hive7237281369595197369/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=6396b042-58ae-42cb-ac4d-d8ba627f7049, 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)
08:20:30.630 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7237281369595197369/external-warehouse/table
08:20:30.670 [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)
08:20:30.671 [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)

08:20:30.674 [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=fcef15ae-1493-46fe-b300-c381f816a5d1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:30.683 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:30.695 [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/hive7237281369595197369/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=fcef15ae-1493-46fe-b300-c381f816a5d1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:30.698 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7237281369595197369/external-warehouse/table
08:20:30.827 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:30.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:30.827863 15161 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:30.894 [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	
08:20:30.988 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:31.000 [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	
08:20:31.297 [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=	
08:20:31.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:31.298400 15128 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:31.309 [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.
08:20:31.426 [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=	
08:20:31.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:31.427299 15213 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:31.739 [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.
08:20:31.837 [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=	
08:20:31.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:31.838732 15161 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:31.884 [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.
08:20:31.975 [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
08:20:32.197 [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=bb3afba5-eb83-453a-8446-d5dfedda13ce, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:32.201 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:32.204 [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/hive7237281369595197369/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=bb3afba5-eb83-453a-8446-d5dfedda13ce, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.96.124:38149,127.14.96.126:46569,127.14.96.125:36729}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:32.207 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7237281369595197369/external-warehouse/table
08:20:32.261 [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	
08:20:32.299 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:32.301 [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=	
08:20:32.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:32.302062 15128 client.h:373] Failed to connect to Hive Metastore (localhost:36603): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:32.305 [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	
08:20:32.371 [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
08:20:32.394 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:32.395 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:32.395 [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
08:20:32.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:32.394991 14721 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 14743
08:20:32.399 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:32.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:32.446707 15020 connection.cc:573] client connection to 127.14.96.126:46569 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:32.450 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.96.126:46569(127.14.96.126:46569)] handling channelInactive
08:20:32.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:32.447180 14721 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 14854
08:20:32.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:32.453644 15020 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:32.461 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.96.126:46569(127.14.96.126:46569)] cleaning up while in state READY due to: connection closed
08:20:32.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:32.475708 15020 consensus_peers.cc:597] T 00000000000000000000000000000000 P 883c2e69e7cc4479b3abdbc5bfdb438e -> Peer 2395e94150ab4f49b248d7a3d04f403d (127.14.96.126:46569): Couldn't send request to peer 2395e94150ab4f49b248d7a3d04f403d. Status: Network error: Client connection negotiation failed: client connection to 127.14.96.126:46569: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
08:20:32.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:32.498473 15021 connection.cc:573] client connection to 127.14.96.125:36729 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:32.499 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.96.125:36729(127.14.96.125:36729)] handling channelInactive
08:20:32.499 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.96.125:36729(127.14.96.125:36729)] cleaning up while in state READY due to: connection closed
08:20:32.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:32.501925 14721 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 14967
08:20:32.550 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.96.124:38149(127.14.96.124:38149)] handling channelInactive
08:20:32.550 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.96.124:38149(127.14.96.124:38149)] cleaning up while in state READY due to: connection closed
08:20:33.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:33Z chronyd exiting
.08:20:34.744 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:34.744 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:34.745 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:34.762 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1668385038289052129
08:20:34.763 [INFO - Thread-46] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:34.763 [INFO - Thread-46] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:34.767 [INFO - Thread-46] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:34.768 [INFO - Thread-46] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:34.768 [INFO - Thread-46] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:20:34.774 [INFO - Thread-46] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:20:34.778 [INFO - Thread-46] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:20:34.778 [INFO - Thread-46] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:20:34.779 [INFO - Thread-46] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:20:34.779 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:34.780 [INFO - Thread-46] (HikariDataSource.java:80) objectstore - Starting...
08:20:34.873 [INFO - Thread-46] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:34.874 [INFO - Thread-46] (HikariDataSource.java:82) objectstore - Start completed.
08:20:34.874 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:34.876 [INFO - Thread-46] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:34.879 [INFO - Thread-46] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:34.879 [INFO - Thread-46] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:34.903 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:34.903 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:34.903 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:34.947 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:34.948 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:34.949 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:34.949 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:34.950 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:34.950 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:35.235 [INFO - Thread-46] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:35.236 [INFO - Thread-46] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34311d1e, with PersistenceManager: null will be shutdown
08:20:35.236 [INFO - Thread-46] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34311d1e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@c760e11 created in the thread with id: 71
08:20:35.238 [WARN - Thread-46] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:20:35.240 [INFO - Thread-46] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@34311d1e
08:20:35.361 [INFO - Thread-46] (HMSHandler.java:595) Started creating a default database with name: default
08:20:35.383 [INFO - Thread-46] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:35.417 [INFO - Thread-46] (HMSHandler.java:668) Added admin role in metastore
08:20:35.420 [INFO - Thread-46] (HMSHandler.java:677) Added public role in metastore
08:20:35.457 [INFO - Thread-46] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:35.458 [INFO - Thread-46] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:35.458 [INFO - Thread-46] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:35.459 [INFO - Thread-46] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:35.459 [WARN - Thread-46] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:20:35.459 [INFO - Thread-46] (HiveMetaStore.java:632) Started the new metaserver on port [46321]...
08:20:35.459 [INFO - Thread-46] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:35.459 [INFO - Thread-46] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:35.460 [INFO - Thread-46] (HiveMetaStore.java:635) TCP keepalive = true
08:20:35.460 [INFO - Thread-46] (HiveMetaStore.java:636) Enable SSL = false
08:20:35.765 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:35.766 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:35.766 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:35.769 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:35.770 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46321]
08:20:35.770 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46321) in binary transport mode
08:20:35.771 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46321) current connections: 1
08:20:35.772 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskpRkFQE/test-tmp
08:20:35.773 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
08:20:35.773 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskpRkFQE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:35.777 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46321"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:36.131 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:36.132 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:36.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.135890 15346 mini_oidc.cc:150] Starting JWKS server
08:20:36.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.139290 15346 webserver.cc:533] Webserver started at http://127.0.0.1:38887/ using document root <none> and password file <none>
08:20:36.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.139724 15346 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:36.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.141597 15346 webserver.cc:533] Webserver started at http://127.0.0.1:45751/ using document root <none> and password file <none>
08:20:36.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:36Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:36.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:36Z Disabled control of system clock
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.210529 15346 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/wal
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/logs
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data/info.pb
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.190:40249
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.190
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:46741
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:40249,127.14.252.189:34121,127.14.252.188:34171
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
08:20:36.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46321 with env {}
08:20:36.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.538110 15367 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:36.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.538728 15367 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:36.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.539187 15367 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:36.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.574297 15367 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:36.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.574630 15367 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:36.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.574839 15367 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:36.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.575044 15367 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:36.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.575248 15367 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:36.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.575667 15367 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38887/jwks.json
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.614667 15367 master_runner.cc:387] Master server non-default flags:
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/logs
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:46741
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/wal
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46321
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:40249,127.14.252.189:34121,127.14.252.188:34171
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.190:40249
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data/info.pb
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.190
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:36.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.616074 15367 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:36.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:36.617857 15367 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.631474 15377 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
08:20:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.636178 15380 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
08:20:37.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:36.631536 15376 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
08:20:37.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:37.830909 15378 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
08:20:37.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.830945 15367 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
08:20:37.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.835791 15367 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:37.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.838580 15367 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:37.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.839982 15367 hybrid_clock.cc:648] HybridClock initialized: now 1786522837839933 us; error 87 us; skew 500 ppm
08:20:37.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.840958 15367 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:37.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.848178 15367 webserver.cc:533] Webserver started at http://127.14.252.190:39783/ using document root <none> and password file <none>
08:20:37.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.849261 15367 fs_manager.cc:362] Metadata directory not provided
08:20:37.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.849476 15367 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:37.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.849905 15367 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:37.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.854529 15367 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data/instance:
08:20:37.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "af228af17c374459b3bb97de6a23f034"
08:20:37.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:37 on dist-test-slave-s11t"
08:20:37.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.855952 15367 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/wal/instance:
08:20:37.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "af228af17c374459b3bb97de6a23f034"
08:20:37.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:37 on dist-test-slave-s11t"
08:20:37.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.863699 15367 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
08:20:37.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.869664 15394 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:37.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.871104 15367 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
08:20:37.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.871503 15367 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/wal
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "af228af17c374459b3bb97de6a23f034"
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:37 on dist-test-slave-s11t"
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.871913 15367 fs_report.cc:389] FS layout report
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/wal
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/wal
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data/data
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:37.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:37.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:37.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:37.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:37.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:37.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:37.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.935375 15367 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:37.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.937695 15367 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
08:20:37.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:37.938336 15367 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:38.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.013609 15367 rpc_server.cc:307] RPC server started. Bound to: 127.14.252.190:40249
08:20:38.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.013695 15474 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.252.190:40249 every 8 connection(s)
08:20:38.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.016446 15367 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/data/info.pb
08:20:38.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.022540 15476 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:38.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.026505 15346 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 15367
08:20:38.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.026901 15346 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-0/wal/instance
08:20:38.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.030444 15346 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:38.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:38.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/wal
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/logs
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data/info.pb
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.189:34121
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.189
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:46741
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:38.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:40249,127.14.252.189:34121,127.14.252.188:34171
08:20:38.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:38.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
08:20:38.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46321 with env {}
08:20:38.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.034462 15476 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } has no permanent_uuid. Determining permanent_uuid...
08:20:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.061707 15476 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } has no permanent_uuid. Determining permanent_uuid...
08:20:38.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.064488 15402 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:38.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.068888 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:34121: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:38.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.118464 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } attempt: 1
08:20:38.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.123459 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:34121: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:38.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.191952 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } attempt: 2
08:20:38.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.197603 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:34121: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:38.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.289088 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } attempt: 3
08:20:38.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.294552 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:34121: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.381512 15477 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.382328 15477 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.383036 15477 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:38.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.419790 15477 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:38.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.420168 15477 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:38.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.420528 15477 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:38.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.420994 15477 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:38.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.421365 15477 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:38.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.421634 15477 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38887/jwks.json
08:20:38.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.438068 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } attempt: 4
08:20:38.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.444257 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:34121: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.467031 15477 master_runner.cc:387] Master server non-default flags:
08:20:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/logs
08:20:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:46741
08:20:38.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/wal
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46321
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:40249,127.14.252.189:34121,127.14.252.188:34171
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.189:34121
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data/info.pb
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.189
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:38.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:38.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.468734 15477 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:38.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.470890 15477 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:38.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.484287 15496 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
08:20:38.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:38.743854 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } attempt: 5
08:20:38.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.753041 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:34121: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.300673 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } attempt: 6
08:20:39.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:39.333243 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.189:34121: Network error: Client connection negotiation failed: client connection to 127.14.252.189:34121: connect: Connection refused (error 111)
08:20:39.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:38.485332 15499 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
08:20:39.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:39.868129 15505 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
08:20:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:39.870759 15477 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.386s	user 0.485s	sys 0.893s
08:20:39.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:39.871160 15477 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.386s	user 0.485s	sys 0.893s
08:20:39.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:39.872004 15501 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1381 milliseconds
08:20:39.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.872099 15477 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
08:20:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.874132 15477 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:39.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.877664 15477 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:39.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.879447 15477 hybrid_clock.cc:648] HybridClock initialized: now 1786522839879401 us; error 44 us; skew 500 ppm
08:20:39.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.880775 15477 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:39.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.890586 15477 webserver.cc:533] Webserver started at http://127.14.252.189:46791/ using document root <none> and password file <none>
08:20:39.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.892161 15477 fs_manager.cc:362] Metadata directory not provided
08:20:39.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.892501 15477 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:39.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.893193 15477 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:39.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.900725 15477 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data/instance:
08:20:39.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faf1c7e62a2b4a4ca7037fe3a6972554"
08:20:39.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:39 on dist-test-slave-s11t"
08:20:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.902496 15477 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/wal/instance:
08:20:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faf1c7e62a2b4a4ca7037fe3a6972554"
08:20:39.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:39 on dist-test-slave-s11t"
08:20:39.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.913697 15477 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.006s	sys 0.006s
08:20:39.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.922243 15514 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.923744 15477 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
08:20:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.924175 15477 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/wal
08:20:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "faf1c7e62a2b4a4ca7037fe3a6972554"
08:20:39.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:39 on dist-test-slave-s11t"
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:39.924594 15477 fs_report.cc:389] FS layout report
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/wal
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/wal
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data/data
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:39.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:40.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.029188 15477 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:40.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.030746 15477 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
08:20:40.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.031325 15477 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:40.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.105849 15477 rpc_server.cc:307] RPC server started. Bound to: 127.14.252.189:34121
08:20:40.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.105926 15586 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.252.189:34121 every 8 connection(s)
08:20:40.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.108924 15477 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/data/info.pb
08:20:40.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.115072 15587 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:40.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.118342 15346 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 15477
08:20:40.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.118860 15346 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-1/wal/instance
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.122136 15346 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/wal
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/logs
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data/info.pb
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:40.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.188:34171
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.188
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:46741
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:40249,127.14.252.189:34121,127.14.252.188:34171
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
08:20:40.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46321 with env {}
08:20:40.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.131352 15587 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } has no permanent_uuid. Determining permanent_uuid...
08:20:40.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.163668 15587 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } has no permanent_uuid. Determining permanent_uuid...
08:20:40.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.180296 15587 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } has no permanent_uuid. Determining permanent_uuid...
08:20:40.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.182898 15521 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.187414 15587 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.236974 15587 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 1
08:20:40.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.241791 15587 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.310233 15587 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 2
08:20:40.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.314918 15587 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.393880 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } attempt: 7
08:20:40.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.405855 15476 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } has no permanent_uuid. Determining permanent_uuid...
08:20:40.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.406347 15587 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 3
08:20:40.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.411681 15587 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.412747 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.471294 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 1
08:20:40.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.471761 15588 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:40.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.472534 15588 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:40.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.473354 15588 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:40.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.476050 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.507597 15588 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.507908 15588 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.508117 15588 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.508311 15588 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.508517 15588 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:40.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.508667 15588 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38887/jwks.json
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.546701 15588 master_runner.cc:387] Master server non-default flags:
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/logs
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.252.148:46741
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/wal
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46321
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.252.190:40249,127.14.252.189:34121,127.14.252.188:34171
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.252.188:34171
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38887/jwks.json
08:20:40.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data/info.pb
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.252.188
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:40.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.548122 15588 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:40.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.549805 15588 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:40.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.555195 15587 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 4
08:20:40.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.557480 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 2
08:20:40.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.561919 15603 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
08:20:40.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.562672 15587 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.564180 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.649757 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 3
08:20:40.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.657168 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.797823 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 4
08:20:40.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.806233 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:40.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:40.862165 15587 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 5
08:20:40.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.869814 15587 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:41.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.089883 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 5
08:20:41.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:41.098956 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:41.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.417469 15587 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 6
08:20:41.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:41.436537 15587 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:41.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.651595 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 6
08:20:41.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:41.661494 15476 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.252.188:34171: Network error: Client connection negotiation failed: client connection to 127.14.252.188:34171: connect: Connection refused (error 111)
08:20:41.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:40.563412 15604 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
08:20:41.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:41.828961 15588 thread.cc:641] GCE (cloud detector) Time spent creating pthread: real 1.265s	user 0.511s	sys 0.754s
08:20:41.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:41.829355 15588 thread.cc:608] GCE (cloud detector) Time spent starting thread: real 1.266s	user 0.511s	sys 0.754s
08:20:41.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.830870 15588 server_base.cc:1061] running on GCE node
08:20:41.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:41.832847 15614 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
08:20:41.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.834508 15588 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:41.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.837935 15588 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:41.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.839624 15588 hybrid_clock.cc:648] HybridClock initialized: now 1786522841839549 us; error 82 us; skew 500 ppm
08:20:41.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.840924 15588 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:41.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.850660 15588 webserver.cc:533] Webserver started at http://127.14.252.188:42651/ using document root <none> and password file <none>
08:20:41.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.852176 15588 fs_manager.cc:362] Metadata directory not provided
08:20:41.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.852522 15588 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:41.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.853219 15588 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:41.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.860635 15588 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data/instance:
08:20:41.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c35f91f084474d78bba1fb2850b3ba55"
08:20:41.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:41 on dist-test-slave-s11t"
08:20:41.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.862440 15588 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/wal/instance:
08:20:41.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c35f91f084474d78bba1fb2850b3ba55"
08:20:41.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:41 on dist-test-slave-s11t"
08:20:41.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.873762 15588 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.010s	sys 0.002s
08:20:41.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.882295 15622 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:41.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.883885 15588 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.001s
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.884362 15588 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/wal
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c35f91f084474d78bba1fb2850b3ba55"
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:41 on dist-test-slave-s11t"
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.884929 15588 fs_report.cc:389] FS layout report
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/wal
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/wal
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data/data
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:41.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:41.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:41.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:41.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:41.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:41.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:41.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.982368 15588 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:41.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.983922 15588 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
08:20:41.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:41.984354 15588 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:42.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.062644 15588 rpc_server.cc:307] RPC server started. Bound to: 127.14.252.188:34171
08:20:42.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.062764 15719 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.252.188:34171 every 8 connection(s)
08:20:42.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.065559 15588 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/data/info.pb
08:20:42.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.071441 15720 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:42.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.073493 15346 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 15588
08:20:42.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.073830 15346 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster11177803117141699250/master-2/wal/instance
08:20:42.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.090145 15720 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } has no permanent_uuid. Determining permanent_uuid...
08:20:42.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.114545 15720 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } has no permanent_uuid. Determining permanent_uuid...
08:20:42.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.127669 15720 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } has no permanent_uuid. Determining permanent_uuid...
08:20:42.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.147378 15720 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55: Bootstrap starting.
08:20:42.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.149350 15346 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:42.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.153899 15720 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55: Neither blocks nor log segments found. Creating new log.
08:20:42.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.155681 15720 log.cc:826] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55: Log is configured to *not* fsync() on all Append() calls
08:20:42.157 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:42.158 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:42.159 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.252.190"
      port: 40249
    }
    bound_http_address {
      host: "127.14.252.190"
      port: 39783
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.252.189"
      port: 34121
    }
    bound_http_address {
      host: "127.14.252.189"
      port: 46791
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.252.188"
      port: 34171
    }
    bound_http_address {
      host: "127.14.252.188"
      port: 42651
    }
  }
}

08:20:42.160 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:42.161 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:42.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.161695 15720 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55: No bootstrap required, opened a new log
08:20:42.165 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=d6424ce4-e817-493f-98db-951e4b8db4f1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.252.190:40249,127.14.252.188:34171,127.14.252.189:34121}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:42.167 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:42.168 [INFO - Metastore-Handler-Pool: Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:42.168 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779, with PersistenceManager: null will be shutdown
08:20:42.168 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4be7e737 created in the thread with id: 92
08:20:42.174 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779
08:20:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.185846 15720 raft_consensus.cc:359] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.186596 15720 raft_consensus.cc:385] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:42.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.186898 15720 raft_consensus.cc:740] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35f91f084474d78bba1fb2850b3ba55, State: Initialized, Role: FOLLOWER
08:20:42.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.187937 15720 consensus_queue.cc:260] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.190845 15730 sys_catalog.cc:455] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [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: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:42.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.191745 15730 sys_catalog.cc:458] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: This master's current role is: FOLLOWER
08:20:42.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.192207 15720 sys_catalog.cc:565] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: configured and running, proceeding with master startup.
08:20:42.226 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:42.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:42.228027 15751 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:42.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:42.239861 15635 tablet.cc:2406] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:42.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:42.246606 15756 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:42.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:42.246999 15756 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:42.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.229655 15588 master_runner.cc:187] Error getting master registration for 127.14.252.190:40249: OK, instance_id { permanent_uuid: "af228af17c374459b3bb97de6a23f034" instance_seqno: 1786522837993279 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:42.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.268234 15588 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:42.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.497423 15587 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 7
08:20:42.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.541133 15587 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: Bootstrap starting.
08:20:42.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.549154 15587 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: Neither blocks nor log segments found. Creating new log.
08:20:42.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.551618 15587 log.cc:826] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: Log is configured to *not* fsync() on all Append() calls
08:20:42.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.596735 15587 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: No bootstrap required, opened a new log
08:20:42.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.617421 15730 raft_consensus.cc:493] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:42.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.618036 15730 raft_consensus.cc:515] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.624320 15730 leader_election.cc:290] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af228af17c374459b3bb97de6a23f034 (127.14.252.190:40249), faf1c7e62a2b4a4ca7037fe3a6972554 (127.14.252.189:34121)
08:20:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.633370 15587 raft_consensus.cc:359] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.634485 15587 raft_consensus.cc:385] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:42.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.634968 15587 raft_consensus.cc:740] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: faf1c7e62a2b4a4ca7037fe3a6972554, State: Initialized, Role: FOLLOWER
08:20:42.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.636060 15587 consensus_queue.cc:260] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.659500 15587 sys_catalog.cc:565] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [sys.catalog]: configured and running, proceeding with master startup.
08:20:42.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.659762 15555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c35f91f084474d78bba1fb2850b3ba55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" is_pre_election: true
08:20:42.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.665395 15555 raft_consensus.cc:2468] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c35f91f084474d78bba1fb2850b3ba55 in term 0.
08:20:42.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.671315 15631 leader_election.cc:304] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [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: c35f91f084474d78bba1fb2850b3ba55, faf1c7e62a2b4a4ca7037fe3a6972554; no voters: 
08:20:42.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.672353 15730 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:42.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.672744 15730 raft_consensus.cc:493] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:42.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.673054 15730 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 0 FOLLOWER]: Advancing to term 1
08:20:42.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.683197 15730 raft_consensus.cc:515] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.684387 15765 sys_catalog.cc:455] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [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: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:42.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.690455 15765 sys_catalog.cc:458] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [sys.catalog]: This master's current role is: FOLLOWER
08:20:42.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.694993 15476 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } attempt: 7
08:20:42.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.698696 15555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c35f91f084474d78bba1fb2850b3ba55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554"
08:20:42.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.699303 15555 raft_consensus.cc:3060] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [term 0 FOLLOWER]: Advancing to term 1
08:20:42.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.706863 15730 leader_election.cc:290] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [CANDIDATE]: Term 1 election: Requested vote from peers af228af17c374459b3bb97de6a23f034 (127.14.252.190:40249), faf1c7e62a2b4a4ca7037fe3a6972554 (127.14.252.189:34121)
08:20:42.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.712280 15555 raft_consensus.cc:2468] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c35f91f084474d78bba1fb2850b3ba55 in term 1.
08:20:42.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.716427 15631 leader_election.cc:304] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [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: c35f91f084474d78bba1fb2850b3ba55, faf1c7e62a2b4a4ca7037fe3a6972554; no voters: 
08:20:42.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.717621 15730 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 1 FOLLOWER]: Leader election won for term 1
08:20:42.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.733026 15730 raft_consensus.cc:697] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [term 1 LEADER]: Becoming Leader. State: Replica: c35f91f084474d78bba1fb2850b3ba55, State: Running, Role: LEADER
08:20:42.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.736917 15476 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: Bootstrap starting.
08:20:42.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.735462 15730 consensus_queue.cc:237] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [LEADER]: Queue going to LEADER mode. State: All 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: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.744547 15476 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: Neither blocks nor log segments found. Creating new log.
08:20:42.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.752818 15476 log.cc:826] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: Log is configured to *not* fsync() on all Append() calls
08:20:42.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.774560 15778 sys_catalog.cc:455] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c35f91f084474d78bba1fb2850b3ba55. Latest consensus state: current_term: 1 leader_uuid: "c35f91f084474d78bba1fb2850b3ba55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:42.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.775360 15778 sys_catalog.cc:458] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: This master's current role is: LEADER
08:20:42.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.774282 15476 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: No bootstrap required, opened a new log
08:20:42.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.782042 15795 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:42.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.789553 15795 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:42.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:42.790340 15526 tablet.cc:2406] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:42.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.835131 15555 raft_consensus.cc:1275] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [term 1 FOLLOWER]: Refusing update from remote peer c35f91f084474d78bba1fb2850b3ba55: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:42.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.837703 15778 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:42.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.836239 15803 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:20:42.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.859740 15476 raft_consensus.cc:359] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.860900 15476 raft_consensus.cc:385] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:42.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.861280 15476 raft_consensus.cc:740] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af228af17c374459b3bb97de6a23f034, State: Initialized, Role: FOLLOWER
08:20:42.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.862599 15476 consensus_queue.cc:260] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } }
08:20:42.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.870934 15805 sys_catalog.cc:455] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [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: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:42.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.871838 15805 sys_catalog.cc:458] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [sys.catalog]: This master's current role is: FOLLOWER
08:20:42.887 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:42.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.875082 15476 sys_catalog.cc:565] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [sys.catalog]: configured and running, proceeding with master startup.
08:20:42.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.875239 15432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c35f91f084474d78bba1fb2850b3ba55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af228af17c374459b3bb97de6a23f034"
08:20:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.876039 15432 raft_consensus.cc:3060] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [term 0 FOLLOWER]: Advancing to term 1
08:20:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.877535 15433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c35f91f084474d78bba1fb2850b3ba55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af228af17c374459b3bb97de6a23f034" is_pre_election: true
08:20:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:42.889292 15792 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:42.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.921732 15432 raft_consensus.cc:2468] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c35f91f084474d78bba1fb2850b3ba55 in term 1.
08:20:42.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.928475 15429 raft_consensus.cc:1275] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [term 1 FOLLOWER]: Refusing update from remote peer c35f91f084474d78bba1fb2850b3ba55: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:42.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.939301 15778 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:42.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:42.950734 15406 tablet.cc:2406] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:42.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.972527 15805 sys_catalog.cc:455] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c35f91f084474d78bba1fb2850b3ba55. Latest consensus state: current_term: 1 leader_uuid: "c35f91f084474d78bba1fb2850b3ba55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:42.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.973337 15805 sys_catalog.cc:458] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [sys.catalog]: This master's current role is: FOLLOWER
08:20:42.992 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:43.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.037618 15805 sys_catalog.cc:455] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c35f91f084474d78bba1fb2850b3ba55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:43.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.038381 15805 sys_catalog.cc:458] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034 [sys.catalog]: This master's current role is: FOLLOWER
08:20:43.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.043859 15778 sys_catalog.cc:455] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c35f91f084474d78bba1fb2850b3ba55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:43.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.044595 15778 sys_catalog.cc:458] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: This master's current role is: LEADER
08:20:43.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.077634 15795 catalog_manager.cc:1383] Generated new cluster ID: a52ee0278eb044e482b803b136d3d7f0
08:20:43.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.077967 15795 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:43.085 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:43.085 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:43.075 [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=	
08:20:43.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:43.097045 15826 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:43.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.099994 15831 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:20:43.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:42.843683 15477 master_runner.cc:187] Error getting master registration for 127.14.252.190:40249: OK, instance_id { permanent_uuid: "af228af17c374459b3bb97de6a23f034" instance_seqno: 1786522837993279 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:43.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.111292 15477 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:43.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.135322 15765 sys_catalog.cc:455] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c35f91f084474d78bba1fb2850b3ba55. Latest consensus state: current_term: 1 leader_uuid: "c35f91f084474d78bba1fb2850b3ba55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:43.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.136075 15765 sys_catalog.cc:458] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [sys.catalog]: This master's current role is: FOLLOWER
08:20:43.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.154112 15730 sys_catalog.cc:455] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c35f91f084474d78bba1fb2850b3ba55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:43.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.154825 15730 sys_catalog.cc:458] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 [sys.catalog]: This master's current role is: LEADER
08:20:43.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.160388 15795 catalog_manager.cc:1406] Generated new certificate authority record
08:20:43.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.162592 15795 catalog_manager.cc:1540] Loading token signing keys...
08:20:43.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.176132 15830 mvcc.cc:204] Tried to move back new op lower bound from 7317597564185124864 to 7317597563900493824. Current Snapshot: MvccSnapshot[applied={T|T < 7317597564185124864}]
08:20:43.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.187597 15765 sys_catalog.cc:455] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c35f91f084474d78bba1fb2850b3ba55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af228af17c374459b3bb97de6a23f034" member_type: VOTER last_known_addr { host: "127.14.252.190" port: 40249 } } peers { permanent_uuid: "faf1c7e62a2b4a4ca7037fe3a6972554" member_type: VOTER last_known_addr { host: "127.14.252.189" port: 34121 } } peers { permanent_uuid: "c35f91f084474d78bba1fb2850b3ba55" member_type: VOTER last_known_addr { host: "127.14.252.188" port: 34171 } } }
08:20:43.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.188302 15765 sys_catalog.cc:458] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554 [sys.catalog]: This master's current role is: FOLLOWER
08:20:43.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.219265 15795 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55: Generated new TSK 0
08:20:43.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.220466 15795 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:43.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.225687 15795 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:20:43.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.229943 15795 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:20:43.231 [INFO - Metastore-Handler-Pool: Thread-97] (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=	
08:20:43.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:43.232352 15751 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:43.340 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:43.349 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1668385038289052129/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=d6424ce4-e817-493f-98db-951e4b8db4f1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.252.190:40249,127.14.252.188:34171,127.14.252.189:34121}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:43.352 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1668385038289052129/external-warehouse/table
08:20:43.472 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:43.517 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:43.518 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:43.679 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:43.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.871862 15803 catalog_manager.cc:1295] Loaded cluster ID: a52ee0278eb044e482b803b136d3d7f0
08:20:43.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.877197 15803 catalog_manager.cc:1588] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: loading cluster ID for follower catalog manager: success
08:20:43.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.896337 15803 catalog_manager.cc:1610] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: acquiring CA information for follower catalog manager: success
08:20:43.905 [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=	
08:20:43.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:43.906486 15792 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:43.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:43.921093 15803 catalog_manager.cc:1638] T 00000000000000000000000000000000 P faf1c7e62a2b4a4ca7037fe3a6972554: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:44.105 [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=	
08:20:44.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:44.108975 15826 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:44.125 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:44.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:44.154801 15831 catalog_manager.cc:1295] Loaded cluster ID: a52ee0278eb044e482b803b136d3d7f0
08:20:44.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:44.155113 15831 catalog_manager.cc:1588] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: loading cluster ID for follower catalog manager: success
08:20:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:44.187654 15831 catalog_manager.cc:1610] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: acquiring CA information for follower catalog manager: success
08:20:44.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:44.219098 15831 catalog_manager.cc:1638] T 00000000000000000000000000000000 P af228af17c374459b3bb97de6a23f034: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:44.226 [WARN - Metastore-Handler-Pool: Thread-92] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:44.235 [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=	
08:20:44.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:44.236629 15751 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:44.292 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:44.568 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
08:20:44.570 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:20:44.578 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.14.252.190:40249(127.14.252.190:40249)] connecting to peer
08:20:44.588 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.14.252.188:34171(127.14.252.188:34171)] connecting to peer
08:20:44.591 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.252.190:40249(127.14.252.190:40249)] Successfully connected to peer
08:20:44.597 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.14.252.189:34121(127.14.252.189:34121)] connecting to peer
08:20:44.599 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.252.188:34171(127.14.252.188:34171)] Successfully connected to peer
08:20:44.623 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.252.190
08:20:44.626 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.252.189:34121(127.14.252.189:34121)] Successfully connected to peer
08:20:44.648 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.252.188
08:20:44.688 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.252.189
08:20:44.721 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:44.758 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:44.761 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xe01a6efc, L:/127.0.0.1:56460 - R:/127.14.252.190:40249] using SASL/PLAIN
08:20:44.769 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:20:44.792 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xb9d1cd45, L:/127.0.0.1:44098 - R:/127.14.252.188:34171] using SASL/PLAIN
08:20:44.797 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xb87cb29d, L:/127.0.0.1:33914 - R:/127.14.252.189:34121] using SASL/PLAIN
08:20:44.803 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:20:44.811 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

08:20:44.813 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:44.920 [INFO - Metastore-Handler-Pool: Thread-107] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:44.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:44.923904 15792 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:44.925 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:44.928 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:45.138 [INFO - Metastore-Handler-Pool: Thread-108] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:45.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:45.138850 15826 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:45.158 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:45.241 [INFO - Metastore-Handler-Pool: Thread-92] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:45.242 [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=	
08:20:45.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:45.243582 15751 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:45.245 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=d6424ce4-e817-493f-98db-951e4b8db4f1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.252.190:40249,127.14.252.188:34171,127.14.252.189:34121}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:45.248 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:45.251 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1668385038289052129/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=d6424ce4-e817-493f-98db-951e4b8db4f1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.252.190:40249,127.14.252.188:34171,127.14.252.189:34121}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:20:45.260 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1668385038289052129/external-warehouse/table
08:20:45.341 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:45.359 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:45.373 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:45.424 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:45.466 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:45.479 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:45.490 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1668385038289052129/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)
08:20:45.492 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive1668385038289052129/external-warehouse/table specified for non-external table:table
08:20:45.493 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1668385038289052129/external-warehouse/table
08:20:45.529 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:45.567 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:45.582 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:45.642 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:45.685 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

08:20:45.686 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:45.742 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:45.743 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:45.776 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:45.825 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:45.832 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:45.835 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1668385038289052129/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)
08:20:45.843 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive1668385038289052129/external-warehouse/table specified for non-external table:table
08:20:45.844 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1668385038289052129/external-warehouse/table
08:20:45.880 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:45.912 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:45.914 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:45.937 [INFO - Metastore-Handler-Pool: Thread-113] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:45.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:45.938570 15792 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:45.965 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:46.011 [ERROR - Metastore-Handler-Pool: Thread-92] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

08:20:46.012 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:46.033 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:46.044 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:46.091 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:46.148 [INFO - Metastore-Handler-Pool: Thread-114] (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=	
08:20:46.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:46.149008 15826 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:46.161 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:46.164 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:20:46.167 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1668385038289052129/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)
08:20:46.188 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1668385038289052129/external-warehouse/table
08:20:46.252 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:20:46.259 [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=	
08:20:46.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:46.260416 15751 client.h:373] Failed to connect to Hive Metastore (localhost:46321): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:46.305 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:46.308 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:20:46.416 [WARN - Metastore-Handler-Pool: Thread-92] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$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
08:20:46.434 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:46.435 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:46.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:46.435369 15346 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 15367
08:20:46.435 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4c7a7779, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4be7e737 will be shutdown
08:20:46.442 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:46.510 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.252.190:40249(127.14.252.190:40249)] handling channelInactive
08:20:46.510 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.252.190:40249(127.14.252.190:40249)] cleaning up while in state READY due to: connection closed
08:20:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:46.509549 15346 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 15477
08:20:46.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:46.513772 15629 connection.cc:573] client connection to 127.14.252.190:40249 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:46.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:46.514250 15629 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:46.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:46.526284 15629 consensus_peers.cc:597] T 00000000000000000000000000000000 P c35f91f084474d78bba1fb2850b3ba55 -> Peer af228af17c374459b3bb97de6a23f034 (127.14.252.190:40249): Couldn't send request to peer af228af17c374459b3bb97de6a23f034. Status: Network error: Client connection negotiation failed: client connection to 127.14.252.190:40249: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
08:20:46.553 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.252.189:34121(127.14.252.189:34121)] handling channelInactive
08:20:46.553 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.252.189:34121(127.14.252.189:34121)] cleaning up while in state READY due to: connection closed
08:20:46.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:46.553521 15346 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 15588
08:20:46.605 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.252.188:34171(127.14.252.188:34171)] handling channelInactive
08:20:46.605 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.252.188:34171(127.14.252.188:34171)] cleaning up while in state READY due to: connection closed
08:20:47.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:47Z chronyd exiting
.08:20:48.797 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:48.798 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:48.798 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:48.820 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1272072597917673494
08:20:48.821 [INFO - Thread-81] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:20:48.821 [INFO - Thread-81] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:20:48.823 [INFO - Thread-81] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:48.823 [INFO - Thread-81] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:48.824 [INFO - Thread-81] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:20:48.825 [INFO - Thread-81] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:20:48.826 [INFO - Thread-81] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:20:48.826 [INFO - Thread-81] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:20:48.828 [INFO - Thread-81] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:20:48.828 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:20:48.829 [INFO - Thread-81] (HikariDataSource.java:80) objectstore - Starting...
08:20:48.915 [INFO - Thread-81] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:48.916 [INFO - Thread-81] (HikariDataSource.java:82) objectstore - Start completed.
08:20:48.917 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:20:48.918 [INFO - Thread-81] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:20:48.920 [INFO - Thread-81] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:20:48.920 [INFO - Thread-81] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:20:48.937 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:20:48.937 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:20:48.937 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:20:48.964 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:48.965 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:48.966 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:48.966 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:48.966 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:48.967 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:20:49.166 [INFO - Thread-81] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:20:49.166 [INFO - Thread-81] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@178076fc, with PersistenceManager: null will be shutdown
08:20:49.167 [INFO - Thread-81] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@178076fc, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3fc944ef created in the thread with id: 117
08:20:49.168 [WARN - Thread-81] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
08:20:49.169 [INFO - Thread-81] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@178076fc
08:20:49.298 [INFO - Thread-81] (HMSHandler.java:595) Started creating a default database with name: default
08:20:49.354 [INFO - Thread-81] (HMSHandler.java:605) Successfully created a default database with name: default
08:20:49.381 [INFO - Thread-81] (HMSHandler.java:668) Added admin role in metastore
08:20:49.383 [INFO - Thread-81] (HMSHandler.java:677) Added public role in metastore
08:20:49.410 [INFO - Thread-81] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:20:49.410 [INFO - Thread-81] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:20:49.411 [INFO - Thread-81] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:20:49.411 [INFO - Thread-81] (HiveMetaStore.java:697) Direct SQL optimization = true
08:20:49.411 [WARN - Thread-81] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
08:20:49.412 [INFO - Thread-81] (HiveMetaStore.java:632) Started the new metaserver on port [41779]...
08:20:49.412 [INFO - Thread-81] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:20:49.412 [INFO - Thread-81] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:20:49.412 [INFO - Thread-81] (HiveMetaStore.java:635) TCP keepalive = true
08:20:49.412 [INFO - Thread-81] (HiveMetaStore.java:636) Enable SSL = false
08:20:49.823 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:20:49.824 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:20:49.824 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:20:49.827 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:20:49.827 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41779]
08:20:49.827 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41779) in binary transport mode
08:20:49.828 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41779) current connections: 1
08:20:49.830 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskpRkFQE/test-tmp
08:20:49.830 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
08:20:49.830 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskpRkFQE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
08:20:49.833 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41779"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:20:50.173 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:50.173 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:20:50.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.177163 15931 mini_oidc.cc:150] Starting JWKS server
08:20:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.180393 15931 webserver.cc:533] Webserver started at http://127.0.0.1:46761/ using document root <none> and password file <none>
08:20:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.180871 15931 mini_oidc.cc:186] Starting OIDC Discovery server
08:20:50.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.182544 15931 webserver.cc:533] Webserver started at http://127.0.0.1:39351/ using document root <none> and password file <none>
08:20:50.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:50Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:20:50.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:20:50Z Disabled control of system clock
08:20:50.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.253929 15931 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:50.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:50.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/wal
08:20:50.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data
08:20:50.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:50.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:50.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/logs
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data/info.pb
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.142.254:39403
08:20:50.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.142.254
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.142.212:42151
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.142.254:39403,127.15.142.253:41535,127.15.142.252:43309
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46761/jwks.json
08:20:50.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41779 with env {}
08:20:50.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.591843 15948 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:50.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.592435 15948 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:50.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.593006 15948 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:50.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.627020 15948 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:50.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.627319 15948 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:50.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.627620 15948 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:50.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.627844 15948 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:50.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.628069 15948 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:50.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.628345 15948 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46761/jwks.json
08:20:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.666199 15948 master_runner.cc:387] Master server non-default flags:
08:20:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/logs
08:20:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.142.212:42151
08:20:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/wal
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41779
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.142.254:39403,127.15.142.253:41535,127.15.142.252:43309
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.142.254:39403
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46761/jwks.json
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data/info.pb
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.142.254
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:50.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:50.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.667730 15948 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:50.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:50.669518 15948 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:50.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.681699 15962 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
08:20:52.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:50.682101 15963 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
08:20:52.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.079115 15966 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
08:20:52.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.082479 15964 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1393 milliseconds
08:20:52.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.082939 15948 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.401s	user 0.475s	sys 0.920s
08:20:52.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.083289 15948 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.402s	user 0.475s	sys 0.920s
08:20:52.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.083478 15948 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
08:20:52.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.084637 15948 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:52.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.087427 15948 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:52.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.088835 15948 hybrid_clock.cc:648] HybridClock initialized: now 1786522852088800 us; error 56 us; skew 500 ppm
08:20:52.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.089763 15948 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:52.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.097641 15948 webserver.cc:533] Webserver started at http://127.15.142.254:33991/ using document root <none> and password file <none>
08:20:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.098889 15948 fs_manager.cc:362] Metadata directory not provided
08:20:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.099166 15948 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:52.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.099728 15948 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:52.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.105226 15948 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data/instance:
08:20:52.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d32b5af61c5c46949a560bc111bace1d"
08:20:52.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:52 on dist-test-slave-s11t"
08:20:52.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.106580 15948 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/wal/instance:
08:20:52.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d32b5af61c5c46949a560bc111bace1d"
08:20:52.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:52 on dist-test-slave-s11t"
08:20:52.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.115434 15948 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.008s	sys 0.001s
08:20:52.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.122188 15977 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:52.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.123584 15948 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.002s
08:20:52.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.124017 15948 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/wal
08:20:52.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d32b5af61c5c46949a560bc111bace1d"
08:20:52.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:52 on dist-test-slave-s11t"
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.124398 15948 fs_report.cc:389] FS layout report
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/wal
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/wal
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data/data
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:52.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:52.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:52.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.195433 15948 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:52.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.196988 15948 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
08:20:52.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.197407 15948 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:52.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.281760 15948 rpc_server.cc:307] RPC server started. Bound to: 127.15.142.254:39403
08:20:52.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.281865 16062 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.142.254:39403 every 8 connection(s)
08:20:52.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.284889 15948 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/data/info.pb
08:20:52.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.291357 16063 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:52.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.291563 15931 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 15948
08:20:52.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.292096 15931 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-0/wal/instance
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.295688 15931 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/wal
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/logs
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data/info.pb
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:52.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.142.253:41535
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.142.253
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.142.212:42151
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.142.254:39403,127.15.142.253:41535,127.15.142.252:43309
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46761/jwks.json
08:20:52.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41779 with env {}
08:20:52.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.303342 16063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
08:20:52.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.333158 16063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } has no permanent_uuid. Determining permanent_uuid...
08:20:52.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.335842 15980 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:52.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.340445 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.253:41535: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:52.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.390091 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } attempt: 1
08:20:52.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.394941 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.253:41535: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:52.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.463460 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } attempt: 2
08:20:52.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.468528 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.253:41535: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:52.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.560053 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } attempt: 3
08:20:52.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.564527 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.253:41535: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:52.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.623867 16065 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:52.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.624464 16065 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:52.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.625012 16065 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.658908 16065 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.659212 16065 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.659408 16065 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.659610 16065 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.659821 16065 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:52.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.659960 16065 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46761/jwks.json
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.697676 16065 master_runner.cc:387] Master server non-default flags:
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/logs
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.142.212:42151
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/wal
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41779
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.142.254:39403,127.15.142.253:41535,127.15.142.252:43309
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.142.253:41535
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46761/jwks.json
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:52.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data/info.pb
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.142.253
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:52.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.699115 16065 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:52.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.700744 16065 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:52.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:52.708025 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } attempt: 4
08:20:52.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.712143 16078 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
08:20:52.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.714274 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.253:41535: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:53.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:53.013820 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } attempt: 5
08:20:53.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:53.023957 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.253:41535: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:53.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:53.571614 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } attempt: 6
08:20:53.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:53.603614 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.253:41535: Network error: Client connection negotiation failed: client connection to 127.15.142.253:41535: connect: Connection refused (error 111)
08:20:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.116871 16077 debug-util.cc:398] Leaking SignalData structure 0x7b0800037640 after lost signal to thread 16065
08:20:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.363075 16065 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.650s	user 0.480s	sys 1.160s
08:20:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.363515 16065 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.651s	user 0.480s	sys 1.160s
08:20:54.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:52.714529 16080 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
08:20:54.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.365788 16082 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
08:20:54.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.369680 16081 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1649 milliseconds
08:20:54.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.369688 16065 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
08:20:54.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.371351 16065 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:54.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.373904 16065 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.375288 16065 hybrid_clock.cc:648] HybridClock initialized: now 1786522854375255 us; error 33 us; skew 500 ppm
08:20:54.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.376194 16065 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:54.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.382671 16065 webserver.cc:533] Webserver started at http://127.15.142.253:41581/ using document root <none> and password file <none>
08:20:54.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.383941 16065 fs_manager.cc:362] Metadata directory not provided
08:20:54.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.384224 16065 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:54.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.384851 16065 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:54.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.389494 16065 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data/instance:
08:20:54.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2507fe13d8c6458285f6444967923917"
08:20:54.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:54 on dist-test-slave-s11t"
08:20:54.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.390705 16065 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/wal/instance:
08:20:54.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2507fe13d8c6458285f6444967923917"
08:20:54.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:54 on dist-test-slave-s11t"
08:20:54.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.398454 16065 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.006s
08:20:54.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.404269 16092 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:54.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.405411 16065 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.405784 16065 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/wal
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2507fe13d8c6458285f6444967923917"
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:54 on dist-test-slave-s11t"
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.406145 16065 fs_report.cc:389] FS layout report
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/wal
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/wal
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data/data
08:20:54.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:54.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:54.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.460237 16065 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:54.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.461959 16065 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
08:20:54.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.462522 16065 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.537036 16065 rpc_server.cc:307] RPC server started. Bound to: 127.15.142.253:41535
08:20:54.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.537109 16177 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.142.253:41535 every 8 connection(s)
08:20:54.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.540112 16065 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/data/info.pb
08:20:54.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.546285 16178 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:54.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.549036 15931 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 16065
08:20:54.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.549510 15931 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-1/wal/instance
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.551678 15931 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/wal
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/logs
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data/info.pb
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:20:54.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.142.252:43309
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.142.252
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.142.212:42151
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.142.254:39403,127.15.142.253:41535,127.15.142.252:43309
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46761/jwks.json
08:20:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41779 with env {}
08:20:54.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.557226 16178 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
08:20:54.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.590879 16178 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } has no permanent_uuid. Determining permanent_uuid...
08:20:54.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.606837 16178 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } has no permanent_uuid. Determining permanent_uuid...
08:20:54.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.609407 16100 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.613874 16178 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.663467 16178 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 1
08:20:54.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.664224 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } attempt: 7
08:20:54.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.669181 16178 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.677199 16063 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } has no permanent_uuid. Determining permanent_uuid...
08:20:54.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.683276 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.737672 16178 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 2
08:20:54.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.741858 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 1
08:20:54.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.742445 16178 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.746527 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.827971 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 2
08:20:54.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.832432 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.833962 16178 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 3
08:20:54.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.838595 16178 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.896183 16181 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:20:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.897125 16181 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:20:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.898005 16181 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:20:54.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.917884 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 3
08:20:54.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.922526 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.936112 16181 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:20:54.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.936424 16181 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:20:54.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.936623 16181 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:20:54.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.936939 16181 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:20:54.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.937148 16181 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:20:54.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.937300 16181 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46761/jwks.json
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.977033 16181 master_runner.cc:387] Master server non-default flags:
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/logs
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.142.212:42151
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/wal
08:20:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41779
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.142.254:39403,127.15.142.253:41535,127.15.142.252:43309
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.142.252:43309
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46761/jwks.json
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data/info.pb
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.142.252
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:20:54.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:20:54.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:20:54.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:20:54.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:20:54.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:20:54.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:20:54.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:20:54.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.978482 16181 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:20:54.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.980319 16181 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:20:54.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:54.982014 16178 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 4
08:20:54.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.986850 16178 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:54.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.994012 16195 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
08:20:55.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:55.063030 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 4
08:20:55.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:55.073127 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:55.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:55.286266 16178 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 5
08:20:55.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:55.295441 16178 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:55.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:55.356814 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 5
08:20:55.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:55.367082 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:55.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:55.843083 16178 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 6
08:20:55.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:55.868362 16178 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:55.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:55.919750 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 6
08:20:55.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:55.947182 16063 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.142.252:43309: Network error: Client connection negotiation failed: client connection to 127.15.142.252:43309: connect: Connection refused (error 111)
08:20:56.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:54.996312 16196 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
08:20:56.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.399590 16193 debug-util.cc:398] Leaking SignalData structure 0x7b0800037640 after lost signal to thread 16181
08:20:56.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.567812 16193 kernel_stack_watchdog.cc:198] Thread 16181 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 401ms:
08:20:56.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
08:20:56.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
08:20:56.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
08:20:56.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
08:20:56.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.572355 16197 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1570 milliseconds
08:20:56.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.572674 16181 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.577s	user 0.000s	sys 0.003s
08:20:56.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.573140 16181 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.578s	user 0.000s	sys 0.003s
08:20:56.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.574631 16198 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
08:20:56.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.574690 16181 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
08:20:56.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.576040 16181 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:20:56.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.578622 16181 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:20:56.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.580013 16181 hybrid_clock.cc:648] HybridClock initialized: now 1786522856579972 us; error 36 us; skew 500 ppm
08:20:56.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.580957 16181 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:20:56.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.587461 16181 webserver.cc:533] Webserver started at http://127.15.142.252:39945/ using document root <none> and password file <none>
08:20:56.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.588541 16181 fs_manager.cc:362] Metadata directory not provided
08:20:56.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.588819 16181 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:20:56.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.589381 16181 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:20:56.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.593971 16181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data/instance:
08:20:56.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39ac79be7bf340ee96d64e7f8b8aca9d"
08:20:56.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:56 on dist-test-slave-s11t"
08:20:56.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.595192 16181 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/wal/instance:
08:20:56.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39ac79be7bf340ee96d64e7f8b8aca9d"
08:20:56.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:56 on dist-test-slave-s11t"
08:20:56.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.604535 16181 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.010s	sys 0.001s
08:20:56.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.610422 16214 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:20:56.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.611543 16181 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.003s
08:20:56.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.611964 16181 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/wal
08:20:56.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "39ac79be7bf340ee96d64e7f8b8aca9d"
08:20:56.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:20:56 on dist-test-slave-s11t"
08:20:56.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.612330 16181 fs_report.cc:389] FS layout report
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/wal
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/wal
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data/data
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:20:56.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:20:56.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.662937 16181 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:20:56.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.664634 16181 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
08:20:56.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.665237 16181 kserver.cc:163] Server-wide thread pool size limit: 3276
08:20:56.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.740983 16181 rpc_server.cc:307] RPC server started. Bound to: 127.15.142.252:43309
08:20:56.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.741086 16294 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.142.252:43309 every 8 connection(s)
08:20:56.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.743945 16181 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/data/info.pb
08:20:56.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.750321 16295 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:20:56.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.753017 15931 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 16181
08:20:56.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.753466 15931 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster5810029998907977650/master-2/wal/instance
08:20:56.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.762869 16295 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } has no permanent_uuid. Determining permanent_uuid...
08:20:56.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.783238 16295 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } has no permanent_uuid. Determining permanent_uuid...
08:20:56.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.795260 16295 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } has no permanent_uuid. Determining permanent_uuid...
08:20:56.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.814340 16295 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d: Bootstrap starting.
08:20:56.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.816524 15931 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:20:56.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.821197 16295 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d: Neither blocks nor log segments found. Creating new log.
08:20:56.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.823100 16295 log.cc:826] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d: Log is configured to *not* fsync() on all Append() calls
08:20:56.824 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:56.824 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:20:56.826 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.142.254"
      port: 39403
    }
    bound_http_address {
      host: "127.15.142.254"
      port: 33991
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.142.253"
      port: 41535
    }
    bound_http_address {
      host: "127.15.142.253"
      port: 41581
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.142.252"
      port: 43309
    }
    bound_http_address {
      host: "127.15.142.252"
      port: 39945
    }
  }
}

08:20:56.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.828146 16295 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d: No bootstrap required, opened a new log
08:20:56.828 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:20:56.829 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:20:56.830 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:20:56.831 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:20:56.831 [INFO - Metastore-Handler-Pool: Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:20:56.832 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@78c89c6e, with PersistenceManager: null will be shutdown
08:20:56.832 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@78c89c6e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c28b1c2 created in the thread with id: 138
08:20:56.837 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@78c89c6e
08:20:56.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.851807 16295 raft_consensus.cc:359] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:56.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.852543 16295 raft_consensus.cc:385] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:56.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.852892 16295 raft_consensus.cc:740] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39ac79be7bf340ee96d64e7f8b8aca9d, State: Initialized, Role: FOLLOWER
08:20:56.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.853829 16295 consensus_queue.cc:260] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:56.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.857812 16307 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [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: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:56.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.858747 16295 sys_catalog.cc:565] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: configured and running, proceeding with master startup.
08:20:56.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.858949 16307 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: This master's current role is: FOLLOWER
08:20:56.891 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:56.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.892496 16326 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:56.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.920766 16221 tablet.cc:2406] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:56.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.923599 16331 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:20:56.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:56.924199 16331 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:20:56.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.928937 16178 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 7
08:20:56.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.893833 16181 master_runner.cc:187] Error getting master registration for 127.15.142.254:39403: OK, instance_id { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" instance_seqno: 1786522852260208 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:56.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.938534 16181 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:56.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.973184 16178 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: Bootstrap starting.
08:20:56.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.980717 16063 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } attempt: 7
08:20:56.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.985052 16178 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: Neither blocks nor log segments found. Creating new log.
08:20:56.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:56.988418 16178 log.cc:826] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: Log is configured to *not* fsync() on all Append() calls
08:20:57.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.000406 16178 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: No bootstrap required, opened a new log
08:20:57.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.024070 16063 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d: Bootstrap starting.
08:20:57.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.040838 16178 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:57.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.042124 16178 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:57.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.042795 16178 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2507fe13d8c6458285f6444967923917, State: Initialized, Role: FOLLOWER
08:20:57.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.043021 16063 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d: Neither blocks nor log segments found. Creating new log.
08:20:57.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.044354 16178 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:57.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.045689 16063 log.cc:826] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d: Log is configured to *not* fsync() on all Append() calls
08:20:57.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.052757 16307 raft_consensus.cc:493] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:20:57.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.053381 16307 raft_consensus.cc:515] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:57.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.056756 16178 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [sys.catalog]: configured and running, proceeding with master startup.
08:20:57.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.058180 16307 leader_election.cc:290] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d32b5af61c5c46949a560bc111bace1d (127.15.142.254:39403), 2507fe13d8c6458285f6444967923917 (127.15.142.253:41535)
08:20:57.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.059800 16139 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2507fe13d8c6458285f6444967923917" is_pre_election: true
08:20:57.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.060705 16139 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39ac79be7bf340ee96d64e7f8b8aca9d in term 0.
08:20:57.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.062487 16217 leader_election.cc:304] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [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: 2507fe13d8c6458285f6444967923917, 39ac79be7bf340ee96d64e7f8b8aca9d; no voters: 
08:20:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.063854 16307 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Leader pre-election won for term 1
08:20:57.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.064400 16307 raft_consensus.cc:493] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:20:57.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.064919 16307 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 0 FOLLOWER]: Advancing to term 1
08:20:57.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.053807 16339 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [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: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.074491 16339 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [sys.catalog]: This master's current role is: FOLLOWER
08:20:57.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.076263 16063 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d: No bootstrap required, opened a new log
08:20:57.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.076519 16307 raft_consensus.cc:515] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:57.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.081477 16139 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2507fe13d8c6458285f6444967923917"
08:20:57.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.082100 16139 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [term 0 FOLLOWER]: Advancing to term 1
08:20:57.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.089398 16139 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39ac79be7bf340ee96d64e7f8b8aca9d in term 1.
08:20:57.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.090955 16217 leader_election.cc:304] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [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: 2507fe13d8c6458285f6444967923917, 39ac79be7bf340ee96d64e7f8b8aca9d; no voters: 
08:20:57.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.102371 16307 leader_election.cc:290] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [CANDIDATE]: Term 1 election: Requested vote from peers d32b5af61c5c46949a560bc111bace1d (127.15.142.254:39403), 2507fe13d8c6458285f6444967923917 (127.15.142.253:41535)
08:20:57.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.104398 16307 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 1 FOLLOWER]: Leader election won for term 1
08:20:57.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.105657 16307 raft_consensus.cc:697] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [term 1 LEADER]: Becoming Leader. State: Replica: 39ac79be7bf340ee96d64e7f8b8aca9d, State: Running, Role: LEADER
08:20:57.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.107606 16307 consensus_queue.cc:237] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [LEADER]: Queue going to LEADER mode. State: All 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: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:57.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.125573 16342 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 39ac79be7bf340ee96d64e7f8b8aca9d. Latest consensus state: current_term: 1 leader_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.126464 16342 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: This master's current role is: LEADER
08:20:57.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.155431 16362 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:20:57.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.165767 16362 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:20:57.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.169487 16063 raft_consensus.cc:359] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:57.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.173774 16063 raft_consensus.cc:385] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:20:57.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.175189 16063 raft_consensus.cc:740] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d32b5af61c5c46949a560bc111bace1d, State: Initialized, Role: FOLLOWER
08:20:57.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.179745 16063 consensus_queue.cc:260] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } }
08:20:57.193 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:57.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:57.195070 16369 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:57.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.206907 16376 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:20:57.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.208376 16371 sys_catalog.cc:455] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [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: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.209571 16371 sys_catalog.cc:458] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [sys.catalog]: This master's current role is: FOLLOWER
08:20:57.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.210645 16063 sys_catalog.cc:565] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [sys.catalog]: configured and running, proceeding with master startup.
08:20:57.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.213125 16015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d32b5af61c5c46949a560bc111bace1d"
08:20:57.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.214031 16015 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [term 0 FOLLOWER]: Advancing to term 1
08:20:57.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.217381 16017 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d32b5af61c5c46949a560bc111bace1d" is_pre_election: true
08:20:57.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:57.221163 16103 tablet.cc:2406] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:20:57.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.213950 16139 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [term 1 FOLLOWER]: Refusing update from remote peer 39ac79be7bf340ee96d64e7f8b8aca9d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:57.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.224602 16342 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
08:20:57.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.225033 16015 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39ac79be7bf340ee96d64e7f8b8aca9d in term 1.
08:20:57.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.237305 16015 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [term 1 FOLLOWER]: Refusing update from remote peer 39ac79be7bf340ee96d64e7f8b8aca9d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:20:57.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.239771 16342 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [LEADER]: Connected to new peer: Peer: permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:20:57.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.286175 16371 sys_catalog.cc:455] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 39ac79be7bf340ee96d64e7f8b8aca9d. Latest consensus state: current_term: 1 leader_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.286912 16371 sys_catalog.cc:458] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [sys.catalog]: This master's current role is: FOLLOWER
08:20:57.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.293191 16372 mvcc.cc:204] Tried to move back new op lower bound from 7317597623099101184 to 7317597622731456512. Current Snapshot: MvccSnapshot[applied={T|T < 7317597623099101184}]
08:20:57.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.218026 16065 master_runner.cc:187] Error getting master registration for 127.15.142.254:39403: OK, instance_id { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" instance_seqno: 1786522852260208 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:20:57.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.299517 16383 mvcc.cc:204] Tried to move back new op lower bound from 7317597623099101184 to 7317597622731456512. Current Snapshot: MvccSnapshot[applied={T|T < 7317597623099101184}]
08:20:57.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.299865 16065 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:20:57.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.323535 16307 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.324707 16307 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: This master's current role is: LEADER
08:20:57.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.334581 16371 sys_catalog.cc:455] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.335286 16371 sys_catalog.cc:458] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d [sys.catalog]: This master's current role is: FOLLOWER
08:20:57.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.335813 16339 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 39ac79be7bf340ee96d64e7f8b8aca9d. Latest consensus state: current_term: 1 leader_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.337071 16362 catalog_manager.cc:1383] Generated new cluster ID: 4c238ffe1ae9422aa61d1a5468183043
08:20:57.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.337386 16362 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:20:57.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.339699 16339 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [sys.catalog]: This master's current role is: FOLLOWER
08:20:57.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.346441 16400 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.347198 16400 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d [sys.catalog]: This master's current role is: LEADER
08:20:57.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.374078 16339 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d32b5af61c5c46949a560bc111bace1d" member_type: VOTER last_known_addr { host: "127.15.142.254" port: 39403 } } peers { permanent_uuid: "2507fe13d8c6458285f6444967923917" member_type: VOTER last_known_addr { host: "127.15.142.253" port: 41535 } } peers { permanent_uuid: "39ac79be7bf340ee96d64e7f8b8aca9d" member_type: VOTER last_known_addr { host: "127.15.142.252" port: 43309 } } }
08:20:57.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.374915 16339 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917 [sys.catalog]: This master's current role is: FOLLOWER
08:20:57.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.408790 16362 catalog_manager.cc:1406] Generated new certificate authority record
08:20:57.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.411198 16362 catalog_manager.cc:1540] Loading token signing keys...
08:20:57.425 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:57.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.427392 16417 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:20:57.441 [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=	
08:20:57.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:57.442996 16411 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:57.454 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:57.454 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:57.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.487715 16362 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d: Generated new TSK 0
08:20:57.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.489056 16362 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:20:57.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.494087 16362 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:20:57.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:57.498935 16362 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:20:57.592 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:20:57.606 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive1272072597917673494/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)
08:20:57.608 [INFO - Metastore-Handler-Pool: Thread-138] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1272072597917673494/external-warehouse/legacy_table
08:20:57.747 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
08:20:57.797 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:57.811 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
08:20:57.823 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:20:57.888 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:20:57.889 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:20:57.903 [INFO - Metastore-Handler-Pool: Thread-145] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:57.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:57.903755 16326 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:58.026 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
08:20:58.094 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
08:20:58.187 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
08:20:58.200 [INFO - Metastore-Handler-Pool: Thread-146] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:20:58.202 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
08:20:58.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:58.202661 16369 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:58.204 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
08:20:58.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.229905 16376 catalog_manager.cc:1295] Loaded cluster ID: 4c238ffe1ae9422aa61d1a5468183043
08:20:58.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.230520 16376 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: loading cluster ID for follower catalog manager: success
08:20:58.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.247814 16376 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: acquiring CA information for follower catalog manager: success
08:20:58.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.268535 16376 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2507fe13d8c6458285f6444967923917: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:58.420 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:58.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.448643 16417 catalog_manager.cc:1295] Loaded cluster ID: 4c238ffe1ae9422aa61d1a5468183043
08:20:58.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.449425 16417 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d: loading cluster ID for follower catalog manager: success
08:20:58.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.457412 16417 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d: acquiring CA information for follower catalog manager: success
08:20:58.458 [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=	
08:20:58.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:58.459801 16411 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:58.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:58.464196 16417 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d32b5af61c5c46949a560bc111bace1d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:20:58.782 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:58.884 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
08:20:58.916 [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=	
08:20:58.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:58.917456 16326 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:59.167 [INFO - Metastore-Handler-Pool: Thread-138] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:20:59.169 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:20:59.169 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:20:59.169 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@78c89c6e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c28b1c2 will be shutdown
08:20:59.185 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:20:59.213 [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=	
08:20:59.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:59.170006 15931 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 15948
08:20:59.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:59.214529 16369 client.h:373] Failed to connect to Hive Metastore (localhost:41779): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:20:59.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:59.285840 16215 connection.cc:573] client connection to 127.15.142.254:39403 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:59.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:59.286321 16215 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:20:59.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:59.292116 16440 negotiation.cc:336] Failed RPC negotiation. Trace:
08:20:59.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 08:20:59.288863 (+     0us) reactor.cc:730] Submitting negotiation task for client connection to 127.15.142.254:39403 (local address 127.0.0.1:44188)
08:20:59.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 08:20:59.290848 (+  1985us) negotiation.cc:107] Waiting for socket to connect
08:20:59.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 08:20:59.291084 (+   236us) negotiation.cc:326] Negotiation complete: Network error: Client connection negotiation failed: client connection to 127.15.142.254:39403: connect: Connection reset by peer (error 104)
08:20:59.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"client-negotiator.queue_time_us":1356,"thread_start_us":1080,"threads_started":1}
08:20:59.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:20:59.296969 16215 consensus_peers.cc:597] T 00000000000000000000000000000000 P 39ac79be7bf340ee96d64e7f8b8aca9d -> Peer d32b5af61c5c46949a560bc111bace1d (127.15.142.254:39403): Couldn't send request to peer d32b5af61c5c46949a560bc111bace1d. Status: Network error: Client connection negotiation failed: client connection to 127.15.142.254:39403: connect: Connection reset by peer (error 104). This is attempt 1: this message will repeat every 5th retry.
08:20:59.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:59.303149 15931 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 16065
08:20:59.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:20:59.338532 15931 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 16181
08:21:00.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:00Z chronyd exiting
.08:21:01.602 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:21:01.603 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:21:01.603 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:21:01.623 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15363092655678816880
08:21:01.625 [INFO - Thread-107] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:21:01.625 [INFO - Thread-107] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:21:01.627 [INFO - Thread-107] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:21:01.627 [INFO - Thread-107] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:21:01.627 [INFO - Thread-107] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:21:01.628 [INFO - Thread-107] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:21:01.629 [INFO - Thread-107] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:21:01.629 [INFO - Thread-107] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:21:01.630 [INFO - Thread-107] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:21:01.630 [INFO - Thread-107] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:21:01.631 [INFO - Thread-107] (HikariDataSource.java:80) objectstore - Starting...
08:21:01.689 [INFO - Thread-107] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:21:01.690 [INFO - Thread-107] (HikariDataSource.java:82) objectstore - Start completed.
08:21:01.690 [INFO - Thread-107] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:21:01.692 [INFO - Thread-107] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:21:01.695 [INFO - Thread-107] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:21:01.695 [INFO - Thread-107] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:21:01.712 [INFO - Thread-107] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:21:01.712 [INFO - Thread-107] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:21:01.713 [INFO - Thread-107] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:21:01.737 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:01.738 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:01.739 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:01.739 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:01.740 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:01.740 [WARN - Thread-107] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:01.959 [INFO - Thread-107] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:21:01.959 [INFO - Thread-107] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44eee4ff, with PersistenceManager: null will be shutdown
08:21:01.959 [INFO - Thread-107] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44eee4ff, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@33259e13 created in the thread with id: 150
08:21:01.961 [WARN - Thread-107] (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
08:21:01.962 [INFO - Thread-107] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@44eee4ff
08:21:02.076 [INFO - Thread-107] (HMSHandler.java:595) Started creating a default database with name: default
08:21:02.094 [INFO - Thread-107] (HMSHandler.java:605) Successfully created a default database with name: default
08:21:02.118 [INFO - Thread-107] (HMSHandler.java:668) Added admin role in metastore
08:21:02.120 [INFO - Thread-107] (HMSHandler.java:677) Added public role in metastore
08:21:02.153 [INFO - Thread-107] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:21:02.154 [INFO - Thread-107] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:21:02.154 [INFO - Thread-107] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:21:02.155 [INFO - Thread-107] (HiveMetaStore.java:697) Direct SQL optimization = true
08:21:02.155 [WARN - Thread-107] (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)
08:21:02.155 [INFO - Thread-107] (HiveMetaStore.java:632) Started the new metaserver on port [33197]...
08:21:02.155 [INFO - Thread-107] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:21:02.156 [INFO - Thread-107] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:21:02.156 [INFO - Thread-107] (HiveMetaStore.java:635) TCP keepalive = true
08:21:02.156 [INFO - Thread-107] (HiveMetaStore.java:636) Enable SSL = false
08:21:02.627 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:21:02.627 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:21:02.627 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:21:02.629 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:21:02.629 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33197]
08:21:02.630 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33197) in binary transport mode
08:21:02.630 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33197) current connections: 1
08:21:02.631 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskpRkFQE/test-tmp
08:21:02.632 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
08:21:02.632 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskpRkFQE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
08:21:02.635 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33197"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:21:02.986 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:02.987 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:21:02.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:02.990799 16482 mini_oidc.cc:150] Starting JWKS server
08:21:02.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:02.994215 16482 webserver.cc:533] Webserver started at http://127.0.0.1:45431/ using document root <none> and password file <none>
08:21:02.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:02.994652 16482 mini_oidc.cc:186] Starting OIDC Discovery server
08:21:02.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:02.996364 16482 webserver.cc:533] Webserver started at http://127.0.0.1:39951/ using document root <none> and password file <none>
08:21:03.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:21:03.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:03Z Disabled control of system clock
08:21:03.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:03.068216 16482 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:03.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:03.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/wal
08:21:03.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/logs
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data/info.pb
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.24.190:39719
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.24.190
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.24.148:34699
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
08:21:03.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33197 with env {}
08:21:03.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.393795 16503 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:03.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.394551 16503 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:03.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.395241 16503 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:03.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.431313 16503 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:03.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.431758 16503 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:03.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.432132 16503 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:03.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.432512 16503 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:03.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.432919 16503 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:03.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.433187 16503 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45431/jwks.json
08:21:03.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:03.473116 16503 master_runner.cc:387] Master server non-default flags:
08:21:03.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/logs
08:21:03.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:03.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.24.148:34699
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/wal
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33197
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.24.190:39719
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data/info.pb
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.24.190
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:03.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:03.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:03.475078 16503 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:03.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:03.477120 16503 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:03.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.490185 16510 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
08:21:04.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:03.490628 16511 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
08:21:04.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:04.818349 16513 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
08:21:04.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:04.821200 16512 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1325 milliseconds
08:21:04.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:04.821249 16503 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.332s	user 0.401s	sys 0.926s
08:21:04.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:04.821633 16503 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.332s	user 0.402s	sys 0.926s
08:21:04.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.821987 16503 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
08:21:04.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.823401 16503 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:04.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.826663 16503 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:04.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.828265 16503 hybrid_clock.cc:648] HybridClock initialized: now 1786522864828227 us; error 131 us; skew 500 ppm
08:21:04.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.829332 16503 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:04.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.837558 16503 webserver.cc:533] Webserver started at http://127.16.24.190:44847/ using document root <none> and password file <none>
08:21:04.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.838792 16503 fs_manager.cc:362] Metadata directory not provided
08:21:04.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.839075 16503 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:04.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.839682 16503 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:04.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.844419 16503 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data/instance:
08:21:04.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2d437b0a3954665a75d99852f3996a5"
08:21:04.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:04 on dist-test-slave-s11t"
08:21:04.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.845798 16503 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/wal/instance:
08:21:04.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2d437b0a3954665a75d99852f3996a5"
08:21:04.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:04 on dist-test-slave-s11t"
08:21:04.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.854864 16503 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.004s	sys 0.004s
08:21:04.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.862360 16525 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:04.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.863979 16503 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.003s
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.864408 16503 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/wal
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d2d437b0a3954665a75d99852f3996a5"
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:04 on dist-test-slave-s11t"
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.864940 16503 fs_report.cc:389] FS layout report
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/wal
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/wal
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data/data
08:21:04.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:04.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:04.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.946723 16503 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:04.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.948495 16503 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
08:21:04.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:04.949102 16503 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:05.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.024760 16503 rpc_server.cc:307] RPC server started. Bound to: 127.16.24.190:39719
08:21:05.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.024956 16620 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.24.190:39719 every 8 connection(s)
08:21:05.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.027705 16503 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/data/info.pb
08:21:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.033514 16482 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 16503
08:21:05.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.034132 16482 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-0/wal/instance
08:21:05.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.034974 16624 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:05.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.040151 16482 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:05.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:05.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/wal
08:21:05.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data
08:21:05.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:05.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:05.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/logs
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data/info.pb
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.24.189:43389
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.24.189
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.24.148:34699
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
08:21:05.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33197 with env {}
08:21:05.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.051986 16624 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } has no permanent_uuid. Determining permanent_uuid...
08:21:05.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.085678 16624 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } has no permanent_uuid. Determining permanent_uuid...
08:21:05.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.088867 16528 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:05.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.093623 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.189:43389: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:05.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.143142 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } attempt: 1
08:21:05.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.147545 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.189:43389: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:05.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.216092 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } attempt: 2
08:21:05.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.221287 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.189:43389: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:05.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.312842 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } attempt: 3
08:21:05.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.317691 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.189:43389: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:05.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.374882 16625 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:05.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.375480 16625 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:05.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.376113 16625 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:05.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.410082 16625 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:05.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.410392 16625 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:05.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.410593 16625 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:05.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.410786 16625 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:05.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.411000 16625 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:05.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.411144 16625 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45431/jwks.json
08:21:05.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.449339 16625 master_runner.cc:387] Master server non-default flags:
08:21:05.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/logs
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.24.148:34699
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/wal
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33197
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.24.189:43389
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data/info.pb
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.24.189
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:05.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:05.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.450946 16625 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:05.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.453281 16625 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:05.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.461154 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } attempt: 4
08:21:05.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.465481 16641 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
08:21:05.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.466863 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.189:43389: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:05.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:05.766348 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } attempt: 5
08:21:05.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.774005 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.189:43389: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:06.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.321673 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } attempt: 6
08:21:06.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:06.333443 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.189:43389: Network error: Client connection negotiation failed: client connection to 127.16.24.189:43389: connect: Connection refused (error 111)
08:21:06.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:05.467979 16642 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
08:21:06.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:06.734429 16644 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
08:21:06.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:06.737133 16645 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
08:21:06.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:06.740217 16625 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.274s	user 0.371s	sys 0.900s
08:21:06.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:06.740509 16625 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.275s	user 0.371s	sys 0.900s
08:21:06.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.740756 16625 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
08:21:06.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.741940 16625 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:06.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.745597 16625 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.747025 16625 hybrid_clock.cc:648] HybridClock initialized: now 1786522866746976 us; error 65 us; skew 500 ppm
08:21:06.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.747959 16625 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:06.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.756095 16625 webserver.cc:533] Webserver started at http://127.16.24.189:41695/ using document root <none> and password file <none>
08:21:06.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.757292 16625 fs_manager.cc:362] Metadata directory not provided
08:21:06.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.757557 16625 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:06.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.758162 16625 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:06.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.763015 16625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data/instance:
08:21:06.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21e3e8b3acf7442e82d7c06301aebb97"
08:21:06.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:06 on dist-test-slave-s11t"
08:21:06.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.764364 16625 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/wal/instance:
08:21:06.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21e3e8b3acf7442e82d7c06301aebb97"
08:21:06.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:06 on dist-test-slave-s11t"
08:21:06.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.773136 16625 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.002s
08:21:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.779700 16658 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.781098 16625 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.006s	sys 0.000s
08:21:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.781503 16625 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/wal
08:21:06.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21e3e8b3acf7442e82d7c06301aebb97"
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:06 on dist-test-slave-s11t"
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.781879 16625 fs_report.cc:389] FS layout report
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/wal
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/wal
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data/data
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:06.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:06.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.850853 16625 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.852573 16625 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
08:21:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.853199 16625 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:06.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.928033 16625 rpc_server.cc:307] RPC server started. Bound to: 127.16.24.189:43389
08:21:06.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.928117 16734 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.24.189:43389 every 8 connection(s)
08:21:06.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.930967 16625 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/data/info.pb
08:21:06.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.937116 16482 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 16625
08:21:06.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.937474 16736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:06.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.937613 16482 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-1/wal/instance
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.940855 16482 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/wal
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/logs
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data/info.pb
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:06.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.24.188:41873
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.24.188
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.24.148:34699
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
08:21:06.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33197 with env {}
08:21:06.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.955910 16736 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } has no permanent_uuid. Determining permanent_uuid...
08:21:06.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:06.984457 16736 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } has no permanent_uuid. Determining permanent_uuid...
08:21:07.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.000599 16736 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } has no permanent_uuid. Determining permanent_uuid...
08:21:07.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.003558 16659 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.008715 16736 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.058372 16736 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 1
08:21:07.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.064162 16736 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.132660 16736 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 2
08:21:07.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.137655 16736 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.229130 16736 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 3
08:21:07.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.234179 16736 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.282874 16737 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:07.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.283457 16737 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:07.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.284061 16737 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:07.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.317757 16737 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:07.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.318063 16737 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:07.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.318259 16737 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:07.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.318471 16737 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:07.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.318670 16737 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:07.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.318810 16737 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45431/jwks.json
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.357028 16737 master_runner.cc:387] Master server non-default flags:
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/logs
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.24.148:34699
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:07.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/wal
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33197
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.24.188:41873
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data/info.pb
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.24.188
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:07.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:07.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.358706 16737 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:07.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.360584 16737 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:07.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.371825 16752 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
08:21:07.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.377622 16736 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 4
08:21:07.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.382006 16736 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.394037 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } attempt: 7
08:21:07.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.411023 16624 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } has no permanent_uuid. Determining permanent_uuid...
08:21:07.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.420900 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.479604 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 1
08:21:07.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.487280 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.568965 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 2
08:21:07.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.576987 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.662624 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 3
08:21:07.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.670578 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.681490 16736 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 5
08:21:07.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.689023 16736 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:07.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:07.811219 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 4
08:21:07.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.818439 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:08.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.102038 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 5
08:21:08.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:08.110261 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:08.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.239398 16736 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 6
08:21:08.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:08.253285 16736 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:08.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:07.373346 16753 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
08:21:08.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:08.654150 16757 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
08:21:08.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:08.657491 16755 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1280 milliseconds
08:21:08.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.657554 16737 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
08:21:08.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.658972 16737 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:08.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.662356 16737 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:08.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.662896 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 6
08:21:08.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.663847 16737 hybrid_clock.cc:648] HybridClock initialized: now 1786522868663799 us; error 64 us; skew 500 ppm
08:21:08.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.665019 16737 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:08.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:08.670686 16624 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.24.188:41873: Network error: Client connection negotiation failed: client connection to 127.16.24.188:41873: connect: Connection refused (error 111)
08:21:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.673032 16737 webserver.cc:533] Webserver started at http://127.16.24.188:42645/ using document root <none> and password file <none>
08:21:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.674271 16737 fs_manager.cc:362] Metadata directory not provided
08:21:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.674491 16737 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.674914 16737 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.679492 16737 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data/instance:
08:21:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cc63d51f3c12481680027e53cc420beb"
08:21:08.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:08 on dist-test-slave-s11t"
08:21:08.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.680645 16737 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/wal/instance:
08:21:08.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cc63d51f3c12481680027e53cc420beb"
08:21:08.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:08 on dist-test-slave-s11t"
08:21:08.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.688596 16737 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.005s
08:21:08.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.695246 16779 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.696628 16737 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.001s
08:21:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.697054 16737 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/wal
08:21:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cc63d51f3c12481680027e53cc420beb"
08:21:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:08 on dist-test-slave-s11t"
08:21:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.697393 16737 fs_report.cc:389] FS layout report
08:21:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/wal
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/wal
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data/data
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:08.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:08.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.754036 16737 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:08.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.755856 16737 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
08:21:08.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.756421 16737 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:08.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.831439 16737 rpc_server.cc:307] RPC server started. Bound to: 127.16.24.188:41873
08:21:08.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.831529 16864 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.24.188:41873 every 8 connection(s)
08:21:08.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.834473 16737 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/data/info.pb
08:21:08.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.840550 16865 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:08.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.844506 16482 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 16737
08:21:08.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.845046 16482 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster14814359758947766699/master-2/wal/instance
08:21:08.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.855747 16865 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } has no permanent_uuid. Determining permanent_uuid...
08:21:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.877319 16865 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } has no permanent_uuid. Determining permanent_uuid...
08:21:08.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.889459 16865 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } has no permanent_uuid. Determining permanent_uuid...
08:21:08.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.907122 16865 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb: Bootstrap starting.
08:21:08.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.913511 16482 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:21:08.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.914618 16865 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb: Neither blocks nor log segments found. Creating new log.
08:21:08.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.916514 16865 log.cc:826] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb: Log is configured to *not* fsync() on all Append() calls
08:21:08.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.921674 16865 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb: No bootstrap required, opened a new log
08:21:08.922 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:08.922 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:21:08.923 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.24.190"
      port: 39719
    }
    bound_http_address {
      host: "127.16.24.190"
      port: 44847
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.24.189"
      port: 43389
    }
    bound_http_address {
      host: "127.16.24.189"
      port: 41695
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.24.188"
      port: 41873
    }
    bound_http_address {
      host: "127.16.24.188"
      port: 42645
    }
  }
}

08:21:08.924 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:21:08.924 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:08.926 [INFO - Metastore-Handler-Pool: Thread-171] (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=cc4d34db-2ffc-4ea0-815a-a45b0dc3643b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:21:08.927 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:21:08.927 [INFO - Metastore-Handler-Pool: Thread-171] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:21:08.927 [INFO - Metastore-Handler-Pool: Thread-171] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5189cf4d, with PersistenceManager: null will be shutdown
08:21:08.928 [INFO - Metastore-Handler-Pool: Thread-171] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5189cf4d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@56bb98dc created in the thread with id: 171
08:21:08.932 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5189cf4d
08:21:08.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.949605 16865 raft_consensus.cc:359] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.950704 16865 raft_consensus.cc:385] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:21:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.951049 16865 raft_consensus.cc:740] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cc63d51f3c12481680027e53cc420beb, State: Initialized, Role: FOLLOWER
08:21:08.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.952064 16865 consensus_queue.cc:260] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:08.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.955266 16873 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [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: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:08.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.956243 16873 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: This master's current role is: FOLLOWER
08:21:08.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.957154 16865 sys_catalog.cc:565] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: configured and running, proceeding with master startup.
08:21:08.988 [INFO - Metastore-Handler-Pool: Thread-173] (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=	
08:21:08.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:08.992143 16890 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:09.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:09.001825 16896 catalog_manager.cc:1594] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:21:09.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:09.002498 16896 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:21:09.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:09.012308 16793 tablet.cc:2406] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:21:09.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:08.992326 16737 master_runner.cc:187] Error getting master registration for 127.16.24.190:39719: OK, instance_id { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" instance_seqno: 1786522865003838 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:21:09.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.016243 16737 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:21:09.206 [WARN - Metastore-Handler-Pool: Thread-171] (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.
08:21:09.212 [WARN - Metastore-Handler-Pool: Thread-171] (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.
08:21:09.212 [WARN - Metastore-Handler-Pool: Thread-171] (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.
08:21:09.306 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:21:09.313 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive15363092655678816880/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=cc4d34db-2ffc-4ea0-815a-a45b0dc3643b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:21:09.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.313912 16736 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 7
08:21:09.351 [INFO - Metastore-Handler-Pool: Thread-171] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15363092655678816880/external-warehouse/table
08:21:09.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.378118 16736 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: Bootstrap starting.
08:21:09.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.386271 16736 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: Neither blocks nor log segments found. Creating new log.
08:21:09.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.389109 16736 log.cc:826] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: Log is configured to *not* fsync() on all Append() calls
08:21:09.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.396984 16873 raft_consensus.cc:493] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:21:09.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.397660 16873 raft_consensus.cc:515] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:09.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.403614 16873 leader_election.cc:290] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d2d437b0a3954665a75d99852f3996a5 (127.16.24.190:39719), 21e3e8b3acf7442e82d7c06301aebb97 (127.16.24.189:43389)
08:21:09.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.415948 16736 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: No bootstrap required, opened a new log
08:21:09.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.480453 16736 raft_consensus.cc:359] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:09.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.487218 16736 raft_consensus.cc:385] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:21:09.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.487982 16736 raft_consensus.cc:740] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21e3e8b3acf7442e82d7c06301aebb97, State: Initialized, Role: FOLLOWER
08:21:09.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.490217 16736 consensus_queue.cc:260] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:09.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.506408 16910 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [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: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.510455 16910 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [sys.catalog]: This master's current role is: FOLLOWER
08:21:09.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.510294 16696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cc63d51f3c12481680027e53cc420beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21e3e8b3acf7442e82d7c06301aebb97" is_pre_election: true
08:21:09.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.510056 16736 sys_catalog.cc:565] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [sys.catalog]: configured and running, proceeding with master startup.
08:21:09.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.511389 16696 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cc63d51f3c12481680027e53cc420beb in term 0.
08:21:09.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.513383 16788 leader_election.cc:304] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [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: 21e3e8b3acf7442e82d7c06301aebb97, cc63d51f3c12481680027e53cc420beb; no voters: 
08:21:09.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.514405 16873 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Leader pre-election won for term 1
08:21:09.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.514737 16873 raft_consensus.cc:493] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:21:09.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.515070 16873 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 0 FOLLOWER]: Advancing to term 1
08:21:09.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.523830 16873 raft_consensus.cc:515] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:09.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.530529 16696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cc63d51f3c12481680027e53cc420beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21e3e8b3acf7442e82d7c06301aebb97"
08:21:09.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.531100 16696 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [term 0 FOLLOWER]: Advancing to term 1
08:21:09.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.542986 16873 leader_election.cc:290] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [CANDIDATE]: Term 1 election: Requested vote from peers d2d437b0a3954665a75d99852f3996a5 (127.16.24.190:39719), 21e3e8b3acf7442e82d7c06301aebb97 (127.16.24.189:43389)
08:21:09.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.543370 16696 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cc63d51f3c12481680027e53cc420beb in term 1.
08:21:09.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.547385 16788 leader_election.cc:304] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [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: 21e3e8b3acf7442e82d7c06301aebb97, cc63d51f3c12481680027e53cc420beb; no voters: 
08:21:09.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.548739 16873 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 1 FOLLOWER]: Leader election won for term 1
08:21:09.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.554435 16873 raft_consensus.cc:697] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [term 1 LEADER]: Becoming Leader. State: Replica: cc63d51f3c12481680027e53cc420beb, State: Running, Role: LEADER
08:21:09.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.557044 16873 consensus_queue.cc:237] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [LEADER]: Queue going to LEADER mode. State: All 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: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:09.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.599500 16917 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: SysCatalogTable state changed. Reason: New leader cc63d51f3c12481680027e53cc420beb. Latest consensus state: current_term: 1 leader_uuid: "cc63d51f3c12481680027e53cc420beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:09.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.604808 16917 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: This master's current role is: LEADER
08:21:09.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.613390 16930 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:21:09.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:09.613284 16666 tablet.cc:2406] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:21:09.625 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:09.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.626224 16930 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:21:09.637 [INFO - Metastore-Handler-Pool: Thread-176] (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=	
08:21:09.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:09.638650 16929 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:09.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.679589 16696 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [term 1 FOLLOWER]: Refusing update from remote peer cc63d51f3c12481680027e53cc420beb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.682224 16917 consensus_queue.cc:1048] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:21:09.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.704156 16624 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } attempt: 7
08:21:09.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.663628 16625 master_runner.cc:187] Error getting master registration for 127.16.24.190:39719: OK, instance_id { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" instance_seqno: 1786522865003838 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:21:09.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.705696 16625 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:21:09.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:09.705873 16942 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:21:09.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:09.706146 16942 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:21:09.741 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:09.746 [INFO - Metastore-Handler-Pool: Thread-171] (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)	
08:21:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.750463 16910 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cc63d51f3c12481680027e53cc420beb. Latest consensus state: current_term: 1 leader_uuid: "cc63d51f3c12481680027e53cc420beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:09.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.751286 16910 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [sys.catalog]: This master's current role is: FOLLOWER
08:21:09.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.763839 16943 mvcc.cc:204] Tried to move back new op lower bound from 7317597674183573504 to 7317597673753542656. Current Snapshot: MvccSnapshot[applied={T|T < 7317597674183573504}]
08:21:09.765 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
08:21:09.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.770783 16946 mvcc.cc:204] Tried to move back new op lower bound from 7317597674183573504 to 7317597673753542656. Current Snapshot: MvccSnapshot[applied={T|T < 7317597674183573504}]
08:21:09.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.785667 16910 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "cc63d51f3c12481680027e53cc420beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:09.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.786288 16624 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5: Bootstrap starting.
08:21:09.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.786409 16910 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97 [sys.catalog]: This master's current role is: FOLLOWER
08:21:09.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.789880 16873 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "cc63d51f3c12481680027e53cc420beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:09.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.790565 16873 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: This master's current role is: LEADER
08:21:09.792 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive15363092655678816880/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)
08:21:09.794 [INFO - Metastore-Handler-Pool: Thread-171] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15363092655678816880/external-warehouse/legacy_table
08:21:09.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.797570 16930 catalog_manager.cc:1383] Generated new cluster ID: a0a41d4f80b74de88389cb400b467b07
08:21:09.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.797888 16930 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:21:09.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.814148 16624 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5: Neither blocks nor log segments found. Creating new log.
08:21:09.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.848738 16624 log.cc:826] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5: Log is configured to *not* fsync() on all Append() calls
08:21:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.871773 16624 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5: No bootstrap required, opened a new log
08:21:09.892 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
08:21:09.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.946450 16930 catalog_manager.cc:1406] Generated new certificate authority record
08:21:09.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:09.948642 16930 catalog_manager.cc:1540] Loading token signing keys...
08:21:09.954 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:09.971 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.004431 16624 raft_consensus.cc:359] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:10.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.005496 16624 raft_consensus.cc:385] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:21:10.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.005820 16624 raft_consensus.cc:740] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d2d437b0a3954665a75d99852f3996a5, State: Initialized, Role: FOLLOWER
08:21:10.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.009218 16930 catalog_manager.cc:6092] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb: Generated new TSK 0
08:21:10.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.010330 16930 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:21:10.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.019948 16930 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
08:21:10.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.024283 16930 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
08:21:10.032 [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=	
08:21:10.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:10.033211 16890 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:10.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.059157 16624 consensus_queue.cc:260] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } }
08:21:10.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.083755 16963 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [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: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:10.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.085009 16963 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [sys.catalog]: This master's current role is: FOLLOWER
08:21:10.089 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.086791 16624 sys_catalog.cc:565] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [sys.catalog]: configured and running, proceeding with master startup.
08:21:10.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.086944 16579 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cc63d51f3c12481680027e53cc420beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2d437b0a3954665a75d99852f3996a5" is_pre_election: true
08:21:10.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.087672 16578 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "cc63d51f3c12481680027e53cc420beb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d2d437b0a3954665a75d99852f3996a5"
08:21:10.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.088677 16577 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [term 0 FOLLOWER]: Advancing to term 1
08:21:10.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.105738 16577 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [term 1 FOLLOWER]: Refusing update from remote peer cc63d51f3c12481680027e53cc420beb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:21:10.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.108070 16873 consensus_queue.cc:1048] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [LEADER]: Connected to new peer: Peer: permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:21:10.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.219538 16963 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cc63d51f3c12481680027e53cc420beb. Latest consensus state: current_term: 1 leader_uuid: "cc63d51f3c12481680027e53cc420beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:10.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.220402 16963 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [sys.catalog]: This master's current role is: FOLLOWER
08:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.219645 16973 sys_catalog.cc:455] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "cc63d51f3c12481680027e53cc420beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.221103 16973 sys_catalog.cc:458] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5 [sys.catalog]: This master's current role is: FOLLOWER
08:21:10.225 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.226 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.257 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.265 [INFO - Metastore-Handler-Pool: Thread-179] (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=	
08:21:10.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:10.266209 16990 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:10.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.268234 16995 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:21:10.284 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.298 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.298 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.308 [DEBUG - Metastore-Handler-Pool: Thread-171] (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.
08:21:10.309 [DEBUG - Metastore-Handler-Pool: Thread-171] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:21:10.313 [DEBUG - Metastore-Handler-Pool: Thread-171] (Connection.java:748) [peer master-127.16.24.190:39719(127.16.24.190:39719)] connecting to peer
08:21:10.317 [DEBUG - Metastore-Handler-Pool: Thread-171] (Connection.java:748) [peer master-127.16.24.189:43389(127.16.24.189:43389)] connecting to peer
08:21:10.319 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.24.190:39719(127.16.24.190:39719)] Successfully connected to peer
08:21:10.335 [DEBUG - Metastore-Handler-Pool: Thread-171] (Connection.java:748) [peer master-127.16.24.188:41873(127.16.24.188:41873)] connecting to peer
08:21:10.336 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.24.190
08:21:10.338 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.24.189:43389(127.16.24.189:43389)] Successfully connected to peer
08:21:10.359 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.16.24.188:41873(127.16.24.188:41873)] Successfully connected to peer
08:21:10.364 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.24.189
08:21:10.365 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:21:10.380 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xecf0d7bc, L:/127.0.0.1:50780 - R:/127.16.24.190:39719] using SASL/PLAIN
08:21:10.385 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.24.188
08:21:10.412 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:21:10.416 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:21:10.416 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x4fcb92c2, L:/127.0.0.1:57660 - R:/127.16.24.188:41873] using SASL/PLAIN
08:21:10.425 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:21:10.426 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:21:10.427 [ERROR - Metastore-Handler-Pool: Thread-171] (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)

08:21:10.429 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.436 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x5be979e0, L:/127.0.0.1:49296 - R:/127.16.24.189:43389] using SASL/PLAIN
08:21:10.445 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.458 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.458 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.468 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.480 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.495 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.495 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.507 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.533 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.563 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.563 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.571 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:21:10.573 [ERROR - Metastore-Handler-Pool: Thread-171] (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)

08:21:10.589 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.601 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.627 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.627 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.646 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:21:10.648 [ERROR - Metastore-Handler-Pool: Thread-171] (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)

08:21:10.657 [INFO - Metastore-Handler-Pool: Thread-184] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:21:10.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:10.658285 16929 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:10.659 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.672 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.697 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.697 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.712271 16942 catalog_manager.cc:1295] Loaded cluster ID: a0a41d4f80b74de88389cb400b467b07
08:21:10.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.713006 16942 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: loading cluster ID for follower catalog manager: success
08:21:10.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.742444 16942 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: acquiring CA information for follower catalog manager: success
08:21:10.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.755190 16942 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 21e3e8b3acf7442e82d7c06301aebb97: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:21:10.756 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.761088 16873 sys_catalog.cc:455] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "cc63d51f3c12481680027e53cc420beb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d2d437b0a3954665a75d99852f3996a5" member_type: VOTER last_known_addr { host: "127.16.24.190" port: 39719 } } peers { permanent_uuid: "21e3e8b3acf7442e82d7c06301aebb97" member_type: VOTER last_known_addr { host: "127.16.24.189" port: 43389 } } peers { permanent_uuid: "cc63d51f3c12481680027e53cc420beb" member_type: VOTER last_known_addr { host: "127.16.24.188" port: 41873 } } }
08:21:10.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:10.762176 16873 sys_catalog.cc:458] T 00000000000000000000000000000000 P cc63d51f3c12481680027e53cc420beb [sys.catalog]: This master's current role is: LEADER
08:21:10.794 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.814 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.815 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.885 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:10.917 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:10.987 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:10.987 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:10.992 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:21:11.005 [ERROR - Metastore-Handler-Pool: Thread-171] (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)

08:21:11.007 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:11.032 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:11.046 [INFO - Metastore-Handler-Pool: Thread-185] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:21:11.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:11.046939 16890 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:11.061 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:11.061 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:11.097 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:11.111 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:11.122 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:11.122 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:11.149 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:11.160 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:11.193 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:11.193 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:11.213 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:11.224 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:11.260 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:11.260 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:11.278 [INFO - Metastore-Handler-Pool: Thread-186] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
08:21:11.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:11.279588 16990 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:11.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:11.285892 16995 catalog_manager.cc:1295] Loaded cluster ID: a0a41d4f80b74de88389cb400b467b07
08:21:11.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:11.287231 16995 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5: loading cluster ID for follower catalog manager: success
08:21:11.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:11.303059 16995 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5: acquiring CA information for follower catalog manager: success
08:21:11.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:11.308810 16995 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d2d437b0a3954665a75d99852f3996a5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:21:11.455 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:21:11.471 [ERROR - Metastore-Handler-Pool: Thread-171] (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)

08:21:11.474 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:11.592 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:11.659 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:11.659 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:11.669 [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=	
08:21:11.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:11.670635 16929 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:11.734 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:11.774 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:11.813 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:11.813 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:11.850 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:11.881 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:11.914 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:11.915 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:11.929 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:11.944 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:11.945 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:21:12.058 [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=	
08:21:12.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:12.059785 16890 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:12.197 [WARN - Metastore-Handler-Pool: Thread-171] (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.
08:21:12.289 [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=	
08:21:12.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:12.292543 16990 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:12.669 [WARN - Metastore-Handler-Pool: Thread-171] (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.
08:21:12.681 [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=	
08:21:12.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:12.682451 16929 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:12.753 [WARN - Metastore-Handler-Pool: Thread-171] (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.
08:21:13.031 [WARN - Metastore-Handler-Pool: Thread-171] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive15363092655678816880/warehouse/default/table
08:21:13.034 [INFO - Metastore-Handler-Pool: Thread-171] (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)	
08:21:13.040 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:21:13.056 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive15363092655678816880/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)
08:21:13.061 [WARN - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:2452) Location: file:/tmp/hive15363092655678816880/external-warehouse/table specified for non-external table:table
08:21:13.063 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:13.063 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:13.074 [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=	
08:21:13.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:13.074766 16890 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:13.115 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:13.145 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:13.147 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:13.158 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:13.174 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:13.175 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:13.178 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:21:13.179 [ERROR - Metastore-Handler-Pool: Thread-171] (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)

08:21:13.180 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:13.189 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:13.199 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:13.199 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:13.203 [ERROR - Metastore-Handler-Pool: Thread-171] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
08:21:13.219 [ERROR - Metastore-Handler-Pool: Thread-171] (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)

08:21:13.221 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:13.234 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:13.255 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:13.255 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:13.283 [INFO - Metastore-Handler-Pool: Thread-171] (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	
08:21:13.296 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
08:21:13.309 [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=	
08:21:13.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:13.310988 16990 client.h:373] Failed to connect to Hive Metastore (localhost:33197): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
08:21:13.319 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
08:21:13.319 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
08:21:13.336 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:13.346 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:13.350 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:21:13.415 [INFO - Metastore-Handler-Pool: Thread-171] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:21:13.417 [INFO - Metastore-Handler-Pool: Thread-171] (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=cc4d34db-2ffc-4ea0-815a-a45b0dc3643b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:21:13.419 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:21:13.421 [INFO - Metastore-Handler-Pool: Thread-171] (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/hive15363092655678816880/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=cc4d34db-2ffc-4ea0-815a-a45b0dc3643b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.24.190:39719,127.16.24.189:43389,127.16.24.188:41873}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:21:13.423 [INFO - Metastore-Handler-Pool: Thread-171] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15363092655678816880/external-warehouse/table
08:21:13.438 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:13.449 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:13.451 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:13.464 [INFO - Metastore-Handler-Pool: Thread-171] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:13.481 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:13.481 [INFO - Metastore-Handler-Pool: Thread-171] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:13.492 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:13.500 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:13.501 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:21:13.554 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:21:13.554 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:21:13.555 [INFO - Metastore-Handler-Pool: Thread-171] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5189cf4d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@56bb98dc will be shutdown
08:21:13.555 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:21:13.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:13.555330 16482 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 16503
08:21:13.612 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.24.190:39719(127.16.24.190:39719)] handling channelInactive
08:21:13.612 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.24.190:39719(127.16.24.190:39719)] cleaning up while in state READY due to: connection closed
08:21:13.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:13.617699 16482 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 16625
08:21:13.661 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.24.189:43389(127.16.24.189:43389)] handling channelInactive
08:21:13.661 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.24.189:43389(127.16.24.189:43389)] cleaning up while in state READY due to: connection closed
08:21:13.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:13.661082 16482 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 16737
08:21:13.701 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.16.24.188:41873(127.16.24.188:41873)] handling channelInactive
08:21:13.701 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.16.24.188:41873(127.16.24.188:41873)] cleaning up while in state READY due to: connection closed
08:21:14.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:14Z chronyd exiting
.08:21:15.873 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:21:15.873 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:21:15.873 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:21:15.891 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17644757101498220080
08:21:15.893 [INFO - Thread-140] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:21:15.893 [INFO - Thread-140] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:21:15.895 [INFO - Thread-140] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:21:15.895 [INFO - Thread-140] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:21:15.895 [INFO - Thread-140] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:21:15.895 [INFO - Thread-140] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:21:15.897 [INFO - Thread-140] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:21:15.897 [INFO - Thread-140] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:21:15.898 [INFO - Thread-140] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:21:15.898 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:21:15.899 [INFO - Thread-140] (HikariDataSource.java:80) objectstore - Starting...
08:21:15.975 [INFO - Thread-140] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:21:15.976 [INFO - Thread-140] (HikariDataSource.java:82) objectstore - Start completed.
08:21:15.976 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:21:15.978 [INFO - Thread-140] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:21:15.990 [INFO - Thread-140] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:21:15.997 [INFO - Thread-140] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:21:16.016 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:21:16.016 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:21:16.017 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:21:16.080 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:16.081 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:16.081 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:16.081 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:16.082 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:16.082 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:16.276 [INFO - Thread-140] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:21:16.276 [INFO - Thread-140] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@37ad25d3, with PersistenceManager: null will be shutdown
08:21:16.277 [INFO - Thread-140] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@37ad25d3, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6053291b created in the thread with id: 194
08:21:16.279 [WARN - Thread-140] (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
08:21:16.280 [INFO - Thread-140] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@37ad25d3
08:21:16.407 [INFO - Thread-140] (HMSHandler.java:595) Started creating a default database with name: default
08:21:16.427 [INFO - Thread-140] (HMSHandler.java:605) Successfully created a default database with name: default
08:21:16.455 [INFO - Thread-140] (HMSHandler.java:668) Added admin role in metastore
08:21:16.457 [INFO - Thread-140] (HMSHandler.java:677) Added public role in metastore
08:21:16.489 [INFO - Thread-140] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:21:16.489 [INFO - Thread-140] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:21:16.490 [INFO - Thread-140] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:21:16.490 [INFO - Thread-140] (HiveMetaStore.java:697) Direct SQL optimization = true
08:21:16.491 [WARN - Thread-140] (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)
08:21:16.491 [INFO - Thread-140] (HiveMetaStore.java:632) Started the new metaserver on port [34467]...
08:21:16.491 [INFO - Thread-140] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:21:16.491 [INFO - Thread-140] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:21:16.491 [INFO - Thread-140] (HiveMetaStore.java:635) TCP keepalive = true
08:21:16.491 [INFO - Thread-140] (HiveMetaStore.java:636) Enable SSL = false
08:21:16.894 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:21:16.895 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:21:16.895 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:21:16.897 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:21:16.897 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34467]
08:21:16.897 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34467) in binary transport mode
08:21:16.898 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34467) current connections: 1
08:21:16.899 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskpRkFQE/test-tmp
08:21:16.900 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
08:21:16.900 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskpRkFQE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
08:21:16.903 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34467"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:21:17.246 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:17.246 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:21:17.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.249914 17070 mini_oidc.cc:150] Starting JWKS server
08:21:17.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.253353 17070 webserver.cc:533] Webserver started at http://127.0.0.1:38653/ using document root <none> and password file <none>
08:21:17.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.253810 17070 mini_oidc.cc:186] Starting OIDC Discovery server
08:21:17.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.255483 17070 webserver.cc:533] Webserver started at http://127.0.0.1:46513/ using document root <none> and password file <none>
08:21:17.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:17Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:21:17.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:17Z Disabled control of system clock
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.323616 17070 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/wal
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/logs
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data/info.pb
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.171.190:42495
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.171.190
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.171.148:33917
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:17.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:17.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.171.190:42495,127.16.171.189:45135,127.16.171.188:45341
08:21:17.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:17.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38653/jwks.json
08:21:17.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34467 with env {}
08:21:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.638644 17089 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:17.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.639243 17089 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.639990 17089 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.675606 17089 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.675911 17089 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.676110 17089 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.676302 17089 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.676512 17089 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:17.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.676663 17089 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38653/jwks.json
08:21:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.715262 17089 master_runner.cc:387] Master server non-default flags:
08:21:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/logs
08:21:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.171.148:33917
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/wal
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34467
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.171.190:42495,127.16.171.189:45135,127.16.171.188:45341
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.171.190:42495
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38653/jwks.json
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data/info.pb
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.171.190
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:17.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.716675 17089 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:17.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:17.718407 17089 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.730718 17096 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
08:21:19.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:17.730917 17097 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
08:21:19.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.031867 17100 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
08:21:19.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.035889 17098 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1303 milliseconds
08:21:19.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.036787 17089 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.306s	user 0.431s	sys 0.868s
08:21:19.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.037091 17089 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.307s	user 0.431s	sys 0.870s
08:21:19.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.037416 17089 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
08:21:19.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.038746 17089 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.045349 17089 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:19.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.047170 17089 hybrid_clock.cc:648] HybridClock initialized: now 1786522879047121 us; error 135 us; skew 500 ppm
08:21:19.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.048378 17089 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:19.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.056529 17089 webserver.cc:533] Webserver started at http://127.16.171.190:36203/ using document root <none> and password file <none>
08:21:19.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.057824 17089 fs_manager.cc:362] Metadata directory not provided
08:21:19.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.058107 17089 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:19.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.058725 17089 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:19.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.063880 17089 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data/instance:
08:21:19.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9b17965cb6fb458a859ba82b80d7cbbf"
08:21:19.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:19 on dist-test-slave-s11t"
08:21:19.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.065591 17089 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/wal/instance:
08:21:19.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9b17965cb6fb458a859ba82b80d7cbbf"
08:21:19.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:19 on dist-test-slave-s11t"
08:21:19.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.074263 17089 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.002s
08:21:19.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.081063 17119 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:19.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.082425 17089 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.001s
08:21:19.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.082886 17089 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/wal
08:21:19.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9b17965cb6fb458a859ba82b80d7cbbf"
08:21:19.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:19 on dist-test-slave-s11t"
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.083279 17089 fs_report.cc:389] FS layout report
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/wal
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/wal
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data/data
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:19.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.156011 17089 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:19.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.157768 17089 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
08:21:19.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.158384 17089 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:19.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.232347 17089 rpc_server.cc:307] RPC server started. Bound to: 127.16.171.190:42495
08:21:19.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.232416 17192 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.171.190:42495 every 8 connection(s)
08:21:19.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.235350 17089 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/data/info.pb
08:21:19.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.241140 17070 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 17089
08:21:19.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.241622 17194 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:19.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.241657 17070 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-0/wal/instance
08:21:19.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.245405 17070 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:19.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:19.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/wal
08:21:19.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/logs
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data/info.pb
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.171.189:45135
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.171.189
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.171.148:33917
08:21:19.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:19.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:19.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:19.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:19.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.171.190:42495,127.16.171.189:45135,127.16.171.188:45341
08:21:19.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:19.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38653/jwks.json
08:21:19.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34467 with env {}
08:21:19.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.252707 17194 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.190" port: 42495 } has no permanent_uuid. Determining permanent_uuid...
08:21:19.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.279119 17194 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } has no permanent_uuid. Determining permanent_uuid...
08:21:19.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.281621 17121 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:19.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.285759 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.189:45135: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:19.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.335341 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } attempt: 1
08:21:19.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.340348 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.189:45135: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:19.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.408854 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } attempt: 2
08:21:19.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.413489 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.189:45135: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:19.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.504927 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } attempt: 3
08:21:19.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.509958 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.189:45135: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:19.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.575249 17196 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.576006 17196 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:19.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.576728 17196 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:19.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.610256 17196 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:19.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.610661 17196 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:19.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.611109 17196 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:19.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.611471 17196 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.611802 17196 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:19.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.612056 17196 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38653/jwks.json
08:21:19.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.650265 17196 master_runner.cc:387] Master server non-default flags:
08:21:19.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/logs
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.171.148:33917
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/wal
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34467
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.171.190:42495,127.16.171.189:45135,127.16.171.188:45341
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.171.189:45135
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38653/jwks.json
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data/info.pb
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.171.189
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:19.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.652242 17196 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:19.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.653446 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } attempt: 4
08:21:19.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.654357 17196 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:19.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.658344 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.189:45135: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:19.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.666915 17210 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
08:21:19.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:19.957827 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } attempt: 5
08:21:19.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.966787 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.189:45135: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:20.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.514415 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } attempt: 6
08:21:20.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:20.538285 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.189:45135: Network error: Client connection negotiation failed: client connection to 127.16.171.189:45135: connect: Connection refused (error 111)
08:21:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:19.667902 17211 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
08:21:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:20.934567 17213 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1264 milliseconds
08:21:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:20.935546 17218 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
08:21:20.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:20.939157 17196 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.272s	user 0.488s	sys 0.775s
08:21:20.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:20.939455 17196 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.272s	user 0.488s	sys 0.775s
08:21:20.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.939644 17196 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
08:21:20.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.940842 17196 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:20.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.943708 17196 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:20.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.945132 17196 hybrid_clock.cc:648] HybridClock initialized: now 1786522880945082 us; error 61 us; skew 500 ppm
08:21:20.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.946147 17196 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:20.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.953938 17196 webserver.cc:533] Webserver started at http://127.16.171.189:43761/ using document root <none> and password file <none>
08:21:20.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.955384 17196 fs_manager.cc:362] Metadata directory not provided
08:21:20.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.955696 17196 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:20.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.956286 17196 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:20.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.961084 17196 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data/instance:
08:21:20.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9833a32486184b97a22c3c23f8ae2a38"
08:21:20.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:20 on dist-test-slave-s11t"
08:21:20.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.962324 17196 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/wal/instance:
08:21:20.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9833a32486184b97a22c3c23f8ae2a38"
08:21:20.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:20 on dist-test-slave-s11t"
08:21:20.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.970968 17196 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.008s	sys 0.000s
08:21:20.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.977525 17229 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:20.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.978986 17196 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.000s
08:21:20.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.979401 17196 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/wal
08:21:20.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9833a32486184b97a22c3c23f8ae2a38"
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:20 on dist-test-slave-s11t"
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:20.979797 17196 fs_report.cc:389] FS layout report
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/wal
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/wal
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data/data
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:20.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:20.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:20.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:20.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:20.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:21.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.050455 17196 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:21.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.052096 17196 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
08:21:21.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.052659 17196 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.126677 17196 rpc_server.cc:307] RPC server started. Bound to: 127.16.171.189:45135
08:21:21.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.126755 17316 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.171.189:45135 every 8 connection(s)
08:21:21.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.129747 17196 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/data/info.pb
08:21:21.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.133543 17070 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 17196
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.133988 17070 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-1/wal/instance
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.136313 17070 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/wal
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/logs
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data/info.pb
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:21.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.171.188:45341
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.171.188
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.171.148:33917
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.171.190:42495,127.16.171.189:45135,127.16.171.188:45341
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38653/jwks.json
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34467 with env {}
08:21:21.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.137539 17317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:21.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.153868 17317 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.190" port: 42495 } has no permanent_uuid. Determining permanent_uuid...
08:21:21.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.193789 17317 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } has no permanent_uuid. Determining permanent_uuid...
08:21:21.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.211763 17317 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } has no permanent_uuid. Determining permanent_uuid...
08:21:21.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.214763 17231 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.219640 17317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.269223 17317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 1
08:21:21.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.274507 17317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.342967 17317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 2
08:21:21.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.348129 17317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.439612 17317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 3
08:21:21.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.444762 17317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.499015 17318 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.499769 17318 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:21.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.500430 17318 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:21.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.534970 17318 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:21.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.535360 17318 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:21.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.535756 17318 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:21.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.536118 17318 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:21.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.536470 17318 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:21.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.536748 17318 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38653/jwks.json
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.575719 17318 master_runner.cc:387] Master server non-default flags:
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/logs
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.171.148:33917
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/wal
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34467
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.171.190:42495,127.16.171.189:45135,127.16.171.188:45341
08:21:21.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.171.188:45341
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38653/jwks.json
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data/info.pb
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.171.188
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:21.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.577662 17318 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:21.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.579615 17318 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:21.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.588250 17317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 4
08:21:21.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.594163 17329 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
08:21:21.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.594544 17317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.598888 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } attempt: 7
08:21:21.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.611132 17194 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } has no permanent_uuid. Determining permanent_uuid...
08:21:21.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.624084 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.682618 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 1
08:21:21.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.687129 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.768822 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 2
08:21:21.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.773797 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.859246 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 3
08:21:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.863698 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:21.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.893993 17317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 5
08:21:21.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.900614 17317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:22.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.004420 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 4
08:21:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:22.009572 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:22.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.293288 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 5
08:21:22.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:22.298343 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:22.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.448158 17317 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 6
08:21:22.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:22.456939 17317 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:22.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.600466 17333 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
08:21:22.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:21.597675 17328 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
08:21:22.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:21.598320 17318 server_base.cc:1061] running on GCE node
08:21:22.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.828614 17318 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:22.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.831470 17318 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.832828 17318 hybrid_clock.cc:648] HybridClock initialized: now 1786522882832796 us; error 50 us; skew 500 ppm
08:21:22.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.833762 17318 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:22.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.840427 17318 webserver.cc:533] Webserver started at http://127.16.171.188:33357/ using document root <none> and password file <none>
08:21:22.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.841521 17318 fs_manager.cc:362] Metadata directory not provided
08:21:22.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.841794 17318 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:22.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.842394 17318 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:22.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.846964 17318 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data/instance:
08:21:22.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3adced6568d4457b25da571fbe01436"
08:21:22.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:22 on dist-test-slave-s11t"
08:21:22.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.848281 17318 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/wal/instance:
08:21:22.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3adced6568d4457b25da571fbe01436"
08:21:22.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:22 on dist-test-slave-s11t"
08:21:22.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.850999 17194 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } attempt: 6
08:21:22.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.858079 17318 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.007s	sys 0.001s
08:21:22.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:22.858888 17194 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.171.188:45341: Network error: Client connection negotiation failed: client connection to 127.16.171.188:45341: connect: Connection refused (error 111)
08:21:22.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.865118 17354 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:22.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.866427 17318 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
08:21:22.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.866839 17318 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/wal
08:21:22.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3adced6568d4457b25da571fbe01436"
08:21:22.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:22 on dist-test-slave-s11t"
08:21:22.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.867241 17318 fs_report.cc:389] FS layout report
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/wal
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/wal
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data/data
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:22.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.918587 17318 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.920221 17318 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
08:21:22.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.920668 17318 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:22.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.994607 17318 rpc_server.cc:307] RPC server started. Bound to: 127.16.171.188:45341
08:21:22.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.994787 17433 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.171.188:45341 every 8 connection(s)
08:21:22.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:22.997699 17318 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/data/info.pb
08:21:23.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.001156 17070 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 17318
08:21:23.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.001524 17070 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster7110653237892257460/master-2/wal/instance
08:21:23.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.004097 17437 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:23.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.019117 17437 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.190" port: 42495 } has no permanent_uuid. Determining permanent_uuid...
08:21:23.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.039116 17437 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } has no permanent_uuid. Determining permanent_uuid...
08:21:23.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.054299 17437 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } has no permanent_uuid. Determining permanent_uuid...
08:21:23.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.065604 17070 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:21:23.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.074046 17437 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436: Bootstrap starting.
08:21:23.077 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:23.077 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:21:23.078 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.171.190"
      port: 42495
    }
    bound_http_address {
      host: "127.16.171.190"
      port: 36203
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.171.189"
      port: 45135
    }
    bound_http_address {
      host: "127.16.171.189"
      port: 43761
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.171.188"
      port: 45341
    }
    bound_http_address {
      host: "127.16.171.188"
      port: 33357
    }
  }
}

08:21:23.079 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:21:23.080 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:23.081 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:21:23.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.081634 17070 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 17089
08:21:23.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.082062 17437 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436: Neither blocks nor log segments found. Creating new log.
08:21:23.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.088390 17437 log.cc:826] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436: Log is configured to *not* fsync() on all Append() calls
08:21:23.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.094024 17437 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436: No bootstrap required, opened a new log
08:21:23.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.112486 17437 raft_consensus.cc:359] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9b17965cb6fb458a859ba82b80d7cbbf" member_type: VOTER last_known_addr { host: "127.16.171.190" port: 42495 } } peers { permanent_uuid: "9833a32486184b97a22c3c23f8ae2a38" member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } } peers { permanent_uuid: "d3adced6568d4457b25da571fbe01436" member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } }
08:21:23.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.113423 17437 raft_consensus.cc:385] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:21:23.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.113734 17437 raft_consensus.cc:740] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d3adced6568d4457b25da571fbe01436, State: Initialized, Role: FOLLOWER
08:21:23.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.115015 17070 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 17196
08:21:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.114730 17437 consensus_queue.cc:260] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9b17965cb6fb458a859ba82b80d7cbbf" member_type: VOTER last_known_addr { host: "127.16.171.190" port: 42495 } } peers { permanent_uuid: "9833a32486184b97a22c3c23f8ae2a38" member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } } peers { permanent_uuid: "d3adced6568d4457b25da571fbe01436" member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } }
08:21:23.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.123070 17450 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436 [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: "9b17965cb6fb458a859ba82b80d7cbbf" member_type: VOTER last_known_addr { host: "127.16.171.190" port: 42495 } } peers { permanent_uuid: "9833a32486184b97a22c3c23f8ae2a38" member_type: VOTER last_known_addr { host: "127.16.171.189" port: 45135 } } peers { permanent_uuid: "d3adced6568d4457b25da571fbe01436" member_type: VOTER last_known_addr { host: "127.16.171.188" port: 45341 } } }
08:21:23.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.124289 17450 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436 [sys.catalog]: This master's current role is: FOLLOWER
08:21:23.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.125174 17437 sys_catalog.cc:565] T 00000000000000000000000000000000 P d3adced6568d4457b25da571fbe01436 [sys.catalog]: configured and running, proceeding with master startup.
08:21:23.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:23.148593 17070 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 17318
08:21:24.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:24Z chronyd exiting
.08:21:25.395 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:21:25.396 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:21:25.396 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:21:25.415 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15640834839708407628
08:21:25.416 [INFO - Thread-156] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
08:21:25.416 [INFO - Thread-156] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
08:21:25.420 [INFO - Thread-156] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:21:25.420 [INFO - Thread-156] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:21:25.420 [INFO - Thread-156] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
08:21:25.421 [INFO - Thread-156] (HikariDataSource.java:350) objectstore - Shutdown initiated...
08:21:25.422 [INFO - Thread-156] (HikariDataSource.java:352) objectstore - Shutdown completed.
08:21:25.422 [INFO - Thread-156] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
08:21:25.424 [INFO - Thread-156] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
08:21:25.424 [INFO - Thread-156] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
08:21:25.425 [INFO - Thread-156] (HikariDataSource.java:80) objectstore - Starting...
08:21:25.494 [INFO - Thread-156] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:21:25.494 [INFO - Thread-156] (HikariDataSource.java:82) objectstore - Start completed.
08:21:25.495 [INFO - Thread-156] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
08:21:25.496 [INFO - Thread-156] (HikariDataSource.java:80) objectstore-secondary - Starting...
08:21:25.497 [INFO - Thread-156] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
08:21:25.498 [INFO - Thread-156] (HikariDataSource.java:82) objectstore-secondary - Start completed.
08:21:25.509 [INFO - Thread-156] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
08:21:25.510 [INFO - Thread-156] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
08:21:25.510 [INFO - Thread-156] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
08:21:25.531 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:25.532 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:25.532 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:25.532 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:25.533 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:25.533 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
08:21:25.723 [INFO - Thread-156] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
08:21:25.723 [INFO - Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@74fc9ac0, with PersistenceManager: null will be shutdown
08:21:25.724 [INFO - Thread-156] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@74fc9ac0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@50a2fa8f created in the thread with id: 217
08:21:25.725 [WARN - Thread-156] (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
08:21:25.726 [INFO - Thread-156] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@74fc9ac0
08:21:25.844 [INFO - Thread-156] (HMSHandler.java:595) Started creating a default database with name: default
08:21:25.864 [INFO - Thread-156] (HMSHandler.java:605) Successfully created a default database with name: default
08:21:25.895 [INFO - Thread-156] (HMSHandler.java:668) Added admin role in metastore
08:21:25.896 [INFO - Thread-156] (HMSHandler.java:677) Added public role in metastore
08:21:25.931 [INFO - Thread-156] (HMSHandler.java:717) No user is added in admin role, since config is empty
08:21:25.932 [INFO - Thread-156] (HMSHandler.java:404) HMS server filtering is disabled by configuration
08:21:25.932 [INFO - Thread-156] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
08:21:25.933 [INFO - Thread-156] (HiveMetaStore.java:697) Direct SQL optimization = true
08:21:25.933 [WARN - Thread-156] (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)
08:21:25.933 [INFO - Thread-156] (HiveMetaStore.java:632) Started the new metaserver on port [36769]...
08:21:25.933 [INFO - Thread-156] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
08:21:25.933 [INFO - Thread-156] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
08:21:25.933 [INFO - Thread-156] (HiveMetaStore.java:635) TCP keepalive = true
08:21:25.933 [INFO - Thread-156] (HiveMetaStore.java:636) Enable SSL = false
08:21:26.418 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
08:21:26.419 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
08:21:26.419 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
08:21:26.421 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
08:21:26.421 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36769]
08:21:26.421 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36769) in binary transport mode
08:21:26.422 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36769) current connections: 1
08:21:26.423 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskpRkFQE/test-tmp
08:21:26.423 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
08:21:26.423 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskpRkFQE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
08:21:26.426 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

08:21:26.771 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:26.772 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

08:21:26.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:26.775640 17515 mini_oidc.cc:150] Starting JWKS server
08:21:26.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:26.779165 17515 webserver.cc:533] Webserver started at http://127.0.0.1:42837/ using document root <none> and password file <none>
08:21:26.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:26.779599 17515 mini_oidc.cc:186] Starting OIDC Discovery server
08:21:26.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:26.781335 17515 webserver.cc:533] Webserver started at http://127.0.0.1:35141/ using document root <none> and password file <none>
08:21:26.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
08:21:26.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:26Z Disabled control of system clock
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:26.849150 17515 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/wal
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:26.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/logs
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data/info.pb
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.26.254:42897
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.26.254
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.26.212:42925
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42837/jwks.json with env {}
08:21:27.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.170877 17534 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:27.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.171751 17534 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:27.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.172435 17534 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:27.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.206204 17534 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:27.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.206619 17534 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:27.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.207005 17534 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:27.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.207598 17534 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.207995 17534 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:27.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.208263 17534 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42837/jwks.json
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:27.248004 17534 master_runner.cc:387] Master server non-default flags:
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/logs
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.26.212:42925
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:27.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/wal
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.26.254:42897
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42837/jwks.json
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data/info.pb
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.26.254
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:27.249989 17534 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:27.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:27.251849 17534 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:27.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.264159 17543 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
08:21:28.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:27.264166 17542 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
08:21:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.544320 17544 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1277 milliseconds
08:21:28.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.545440 17547 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
08:21:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.548813 17534 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.285s	user 0.439s	sys 0.835s
08:21:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.549189 17534 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.285s	user 0.443s	sys 0.835s
08:21:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.549495 17534 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
08:21:28.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.551600 17534 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:28.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.555202 17534 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.556879 17534 hybrid_clock.cc:648] HybridClock initialized: now 1786522888556824 us; error 125 us; skew 500 ppm
08:21:28.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.558204 17534 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.568322 17534 webserver.cc:533] Webserver started at http://127.17.26.254:40607/ using document root <none> and password file <none>
08:21:28.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.569942 17534 fs_manager.cc:362] Metadata directory not provided
08:21:28.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.570310 17534 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:28.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.570983 17534 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.578738 17534 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data/instance:
08:21:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "409ca294122a471ba74d3d2a1026adbe"
08:21:28.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:28 on dist-test-slave-s11t"
08:21:28.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.580627 17534 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/wal/instance:
08:21:28.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "409ca294122a471ba74d3d2a1026adbe"
08:21:28.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:28 on dist-test-slave-s11t"
08:21:28.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.592020 17534 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.007s	sys 0.003s
08:21:28.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.601037 17558 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:28.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.602643 17534 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.002s
08:21:28.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.603163 17534 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/wal
08:21:28.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "409ca294122a471ba74d3d2a1026adbe"
08:21:28.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:28 on dist-test-slave-s11t"
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.603686 17534 fs_report.cc:389] FS layout report
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/wal
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/wal
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data/data
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:28.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:28.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.704464 17534 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:28.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.706092 17534 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
08:21:28.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.706547 17534 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:28.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.781287 17534 rpc_server.cc:307] RPC server started. Bound to: 127.17.26.254:42897
08:21:28.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.781353 17643 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.26.254:42897 every 8 connection(s)
08:21:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.784253 17534 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/data/info.pb
08:21:28.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.790611 17644 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:28.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.794857 17515 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 17534
08:21:28.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.795255 17515 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-0/wal/instance
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.798794 17515 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/wal
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/logs
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data/info.pb
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.26.253:40717
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.26.253
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.26.212:42925
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42837/jwks.json with env {}
08:21:28.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.802397 17644 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } has no permanent_uuid. Determining permanent_uuid...
08:21:28.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.829269 17644 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } has no permanent_uuid. Determining permanent_uuid...
08:21:28.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.832149 17560 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:28.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.836568 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.253:40717: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:28.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.886229 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } attempt: 1
08:21:28.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.890993 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.253:40717: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:28.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:28.959461 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } attempt: 2
08:21:28.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:28.964111 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.253:40717: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:29.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:29.055568 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } attempt: 3
08:21:29.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.060194 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.253:40717: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:29.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.127511 17646 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:29.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.128114 17646 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:29.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.128575 17646 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:29.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.161800 17646 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:29.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.162138 17646 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:29.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.162338 17646 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:29.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.162542 17646 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:29.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.162756 17646 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:29.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.162912 17646 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42837/jwks.json
08:21:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:29.201208 17646 master_runner.cc:387] Master server non-default flags:
08:21:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/logs
08:21:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:29.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.26.212:42925
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/wal
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.26.253:40717
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42837/jwks.json
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data/info.pb
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.26.253
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:29.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:29.202677 17646 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:29.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:29.203634 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } attempt: 4
08:21:29.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:29.204610 17646 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:29.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.208514 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.253:40717: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:29.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.218146 17660 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:21:29.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:29.508008 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } attempt: 5
08:21:29.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.517761 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.253:40717: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:30.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.065378 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } attempt: 6
08:21:30.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.090709 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.253:40717: Network error: Client connection negotiation failed: client connection to 127.17.26.253:40717: connect: Connection refused (error 111)
08:21:30.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.622076 17657 debug-util.cc:398] Leaking SignalData structure 0x7b080002ee60 after lost signal to thread 17646
08:21:30.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.699420 17657 kernel_stack_watchdog.cc:198] Thread 17646 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 401ms:
08:21:30.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
08:21:30.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
08:21:30.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
08:21:30.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
08:21:30.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.700088 17646 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.482s	user 0.613s	sys 0.863s
08:21:30.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:29.218586 17661 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
08:21:30.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.700778 17664 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1481 milliseconds
08:21:30.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.700872 17646 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.483s	user 0.613s	sys 0.864s
08:21:30.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.702767 17667 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
08:21:30.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.702806 17646 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
08:21:30.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.706717 17646 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.709445 17646 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:30.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.710857 17646 hybrid_clock.cc:648] HybridClock initialized: now 1786522890710821 us; error 73 us; skew 500 ppm
08:21:30.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.711694 17646 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:30.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.718459 17646 webserver.cc:533] Webserver started at http://127.17.26.253:38375/ using document root <none> and password file <none>
08:21:30.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.719420 17646 fs_manager.cc:362] Metadata directory not provided
08:21:30.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.719619 17646 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:30.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.720026 17646 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:30.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.724499 17646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data/instance:
08:21:30.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "105247193e88478290e20601f972f2a6"
08:21:30.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:30 on dist-test-slave-s11t"
08:21:30.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.725698 17646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/wal/instance:
08:21:30.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "105247193e88478290e20601f972f2a6"
08:21:30.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:30 on dist-test-slave-s11t"
08:21:30.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.733256 17646 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.000s
08:21:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.739269 17683 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:30.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.740444 17646 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.003s
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.740839 17646 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/wal
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "105247193e88478290e20601f972f2a6"
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:30 on dist-test-slave-s11t"
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.741158 17646 fs_report.cc:389] FS layout report
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/wal
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/wal
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data/data
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:30.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:30.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:30.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.796737 17646 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:30.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.798584 17646 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
08:21:30.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.799160 17646 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:30.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.874536 17646 rpc_server.cc:307] RPC server started. Bound to: 127.17.26.253:40717
08:21:30.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.874645 17770 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.26.253:40717 every 8 connection(s)
08:21:30.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.877610 17646 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/data/info.pb
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.880131 17515 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 17646
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.880743 17515 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-1/wal/instance
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.883128 17515 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/wal
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
08:21:30.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/logs
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data/info.pb
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.26.252:40823
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.26.252
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.26.212:42925
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823
08:21:30.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:30.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42837/jwks.json with env {}
08:21:30.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.884472 17771 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.895869 17771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } has no permanent_uuid. Determining permanent_uuid...
08:21:30.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.920037 17771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } has no permanent_uuid. Determining permanent_uuid...
08:21:30.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.935756 17771 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } has no permanent_uuid. Determining permanent_uuid...
08:21:30.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.938666 17685 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:30.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.943374 17771 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:30.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:30.993016 17771 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 1
08:21:30.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:30.997618 17771 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.066152 17771 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 2
08:21:31.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.070891 17771 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.151352 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } attempt: 7
08:21:31.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.162312 17771 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 3
08:21:31.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.163590 17644 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } has no permanent_uuid. Determining permanent_uuid...
08:21:31.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.168232 17771 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.170555 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.214656 17773 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
08:21:31.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.215266 17773 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
08:21:31.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.215829 17773 flags.cc:432] Enabled unsafe flag: --never_fsync=true
08:21:31.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.229081 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 1
08:21:31.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.233844 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.251467 17773 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
08:21:31.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.251775 17773 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
08:21:31.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.251976 17773 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
08:21:31.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.252168 17773 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
08:21:31.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.252365 17773 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
08:21:31.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.252513 17773 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42837/jwks.json
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.290676 17773 master_runner.cc:387] Master server non-default flags:
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/logs
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.26.212:42925
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/wal
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.26.252:40823
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42837/jwks.json
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data/info.pb
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.26.252
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
08:21:31.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 70c51312f1186a8ae9f46647160b7730123f7601
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 07:43:20 UTC on e7f111948823
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13303
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
08:21:31.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.292089 17773 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
08:21:31.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.293900 17773 file_cache.cc:504] Constructed file cache file cache with capacity 419430
08:21:31.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.306304 17790 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
08:21:31.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.311981 17771 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 4
08:21:31.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.315615 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 2
08:21:31.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.327461 17771 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.328572 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.414140 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 3
08:21:31.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.423059 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.563671 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 4
08:21:31.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.572263 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.627010 17771 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 5
08:21:31.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.635339 17771 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:31.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:31.855836 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 5
08:21:31.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.864637 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:32.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.182937 17771 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 6
08:21:32.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:32.216724 17771 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:32.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.417243 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 6
08:21:32.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:32.445163 17644 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.26.252:40823: Network error: Client connection negotiation failed: client connection to 127.17.26.252:40823: connect: Connection refused (error 111)
08:21:32.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:32.711355 17789 debug-util.cc:398] Leaking SignalData structure 0x7b080002ee60 after lost signal to thread 17773
08:21:32.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:32.755002 17773 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.449s	user 0.505s	sys 0.931s
08:21:32.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:31.307178 17791 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
08:21:32.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:32.755740 17773 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.450s	user 0.506s	sys 0.931s
08:21:32.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:32.757827 17796 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
08:21:32.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:32.760221 17793 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1449 milliseconds
08:21:32.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.760272 17773 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
08:21:32.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.761698 17773 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
08:21:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.764189 17773 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
08:21:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.765547 17773 hybrid_clock.cc:648] HybridClock initialized: now 1786522892765523 us; error 61 us; skew 500 ppm
08:21:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.766366 17773 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
08:21:32.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.773062 17773 webserver.cc:533] Webserver started at http://127.17.26.252:45231/ using document root <none> and password file <none>
08:21:32.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.774263 17773 fs_manager.cc:362] Metadata directory not provided
08:21:32.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.774462 17773 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
08:21:32.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.774852 17773 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
08:21:32.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.779491 17773 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data/instance:
08:21:32.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20349c3c6ca946fea72395ab984e679a"
08:21:32.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:32 on dist-test-slave-s11t"
08:21:32.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.780983 17773 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/wal/instance:
08:21:32.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20349c3c6ca946fea72395ab984e679a"
08:21:32.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:32 on dist-test-slave-s11t"
08:21:32.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.788942 17773 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
08:21:32.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.795411 17817 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
08:21:32.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.796607 17773 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.006s	sys 0.000s
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.796968 17773 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data,/tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/wal
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "20349c3c6ca946fea72395ab984e679a"
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 08:21:32 on dist-test-slave-s11t"
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.797274 17773 fs_report.cc:389] FS layout report
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/wal
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/wal
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data/data
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
08:21:32.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
08:21:32.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
08:21:32.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
08:21:32.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
08:21:32.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.855146 17773 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
08:21:32.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.856776 17773 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
08:21:32.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.857221 17773 kserver.cc:163] Server-wide thread pool size limit: 3276
08:21:32.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.938829 17773 rpc_server.cc:307] RPC server started. Bound to: 127.17.26.252:40823
08:21:32.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.938905 17904 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.26.252:40823 every 8 connection(s)
08:21:32.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.941975 17773 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/data/info.pb
08:21:32.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.944725 17515 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu as pid 17773
08:21:32.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.945228 17515 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskpRkFQE/test-tmp/mini-kudu-cluster17357163699102264084/master-2/wal/instance
08:21:32.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.949854 17905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
08:21:32.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.965103 17905 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } has no permanent_uuid. Determining permanent_uuid...
08:21:32.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.985352 17905 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } has no permanent_uuid. Determining permanent_uuid...
08:21:32.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:32.997323 17905 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } has no permanent_uuid. Determining permanent_uuid...
08:21:33.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.011384 17515 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
08:21:33.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.015007 17905 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a: Bootstrap starting.
08:21:33.019 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:33.019 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

08:21:33.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.021776 17905 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a: Neither blocks nor log segments found. Creating new log.
08:21:33.020 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.26.254"
      port: 42897
    }
    bound_http_address {
      host: "127.17.26.254"
      port: 40607
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.26.253"
      port: 40717
    }
    bound_http_address {
      host: "127.17.26.253"
      port: 38375
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.26.252"
      port: 40823
    }
    bound_http_address {
      host: "127.17.26.252"
      port: 45231
    }
  }
}

08:21:33.023 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

08:21:33.024 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
08:21:33.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.024109 17905 log.cc:826] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a: Log is configured to *not* fsync() on all Append() calls
08:21:33.025 [INFO - Metastore-Handler-Pool: Thread-238] (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=cf7d8d66-4387-4e47-bffc-3963db48b249, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
08:21:33.027 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
08:21:33.027 [INFO - Metastore-Handler-Pool: Thread-238] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
08:21:33.028 [INFO - Metastore-Handler-Pool: Thread-238] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@516cb8a1, with PersistenceManager: null will be shutdown
08:21:33.028 [INFO - Metastore-Handler-Pool: Thread-238] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@516cb8a1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7d2fc23b created in the thread with id: 238
08:21:33.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.030331 17905 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a: No bootstrap required, opened a new log
08:21:33.034 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@516cb8a1
08:21:33.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.061762 17905 raft_consensus.cc:359] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.062827 17905 raft_consensus.cc:385] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:21:33.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.063189 17905 raft_consensus.cc:740] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20349c3c6ca946fea72395ab984e679a, State: Initialized, Role: FOLLOWER
08:21:33.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.064365 17905 consensus_queue.cc:260] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.067785 17918 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [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: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.068723 17918 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: This master's current role is: FOLLOWER
08:21:33.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.070127 17905 sys_catalog.cc:565] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: configured and running, proceeding with master startup.
08:21:33.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:33.113317 17826 tablet.cc:2406] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:21:33.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:33.125954 17932 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:21:33.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:33.126353 17932 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:21:33.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.099255 17773 master_runner.cc:187] Error getting master registration for 127.17.26.254:42897: OK, instance_id { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" instance_seqno: 1786522888761357 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:21:33.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.141537 17773 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:21:33.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.277369 17771 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 7
08:21:33.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.315012 17771 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: Bootstrap starting.
08:21:33.317 [WARN - Metastore-Handler-Pool: Thread-238] (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.
08:21:33.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.323680 17771 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: Neither blocks nor log segments found. Creating new log.
08:21:33.325 [WARN - Metastore-Handler-Pool: Thread-238] (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.
08:21:33.325 [WARN - Metastore-Handler-Pool: Thread-238] (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.
08:21:33.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.326538 17771 log.cc:826] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: Log is configured to *not* fsync() on all Append() calls
08:21:33.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.338001 17771 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: No bootstrap required, opened a new log
08:21:33.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.367784 17771 raft_consensus.cc:359] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.369065 17771 raft_consensus.cc:385] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:21:33.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.369575 17771 raft_consensus.cc:740] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 105247193e88478290e20601f972f2a6, State: Initialized, Role: FOLLOWER
08:21:33.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.370916 17771 consensus_queue.cc:260] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.382483 17771 sys_catalog.cc:565] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [sys.catalog]: configured and running, proceeding with master startup.
08:21:33.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.386837 17941 sys_catalog.cc:455] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [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: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.387985 17941 sys_catalog.cc:458] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [sys.catalog]: This master's current role is: FOLLOWER
08:21:33.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.409529 17918 raft_consensus.cc:493] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:21:33.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.410151 17918 raft_consensus.cc:515] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.416399 17729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20349c3c6ca946fea72395ab984e679a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "105247193e88478290e20601f972f2a6" is_pre_election: true
08:21:33.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.417339 17729 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20349c3c6ca946fea72395ab984e679a in term 0.
08:21:33.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.419562 17818 leader_election.cc:304] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [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: 105247193e88478290e20601f972f2a6, 20349c3c6ca946fea72395ab984e679a; no voters: 
08:21:33.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.421737 17918 leader_election.cc:290] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 409ca294122a471ba74d3d2a1026adbe (127.17.26.254:42897), 105247193e88478290e20601f972f2a6 (127.17.26.253:40717)
08:21:33.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.422926 17918 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Leader pre-election won for term 1
08:21:33.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.423733 17918 raft_consensus.cc:493] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
08:21:33.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.424504 17918 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 0 FOLLOWER]: Advancing to term 1
08:21:33.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.443344 17918 raft_consensus.cc:515] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.447237 17729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20349c3c6ca946fea72395ab984e679a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "105247193e88478290e20601f972f2a6"
08:21:33.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.447861 17729 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [term 0 FOLLOWER]: Advancing to term 1
08:21:33.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.455082 17729 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20349c3c6ca946fea72395ab984e679a in term 1.
08:21:33.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.455927 17918 leader_election.cc:290] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [CANDIDATE]: Term 1 election: Requested vote from peers 409ca294122a471ba74d3d2a1026adbe (127.17.26.254:42897), 105247193e88478290e20601f972f2a6 (127.17.26.253:40717)
08:21:33.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.456889 17818 leader_election.cc:304] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [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: 105247193e88478290e20601f972f2a6, 20349c3c6ca946fea72395ab984e679a; no voters: 
08:21:33.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.458227 17918 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 1 FOLLOWER]: Leader election won for term 1
08:21:33.459 [INFO - Metastore-Handler-Pool: Thread-238] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
08:21:33.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.459704 17918 raft_consensus.cc:697] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [term 1 LEADER]: Becoming Leader. State: Replica: 20349c3c6ca946fea72395ab984e679a, State: Running, Role: LEADER
08:21:33.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.462208 17918 consensus_queue.cc:237] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [LEADER]: Queue going to LEADER mode. State: All 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: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.466 [INFO - Metastore-Handler-Pool: Thread-238] (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/hive15640834839708407628/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=cf7d8d66-4387-4e47-bffc-3963db48b249, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
08:21:33.468 [INFO - Metastore-Handler-Pool: Thread-238] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15640834839708407628/external-warehouse/table
08:21:33.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.480782 17644 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } attempt: 7
08:21:33.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.499650 17946 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 20349c3c6ca946fea72395ab984e679a. Latest consensus state: current_term: 1 leader_uuid: "20349c3c6ca946fea72395ab984e679a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.500531 17946 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: This master's current role is: LEADER
08:21:33.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.512761 17962 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
08:21:33.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:33.532802 17955 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
08:21:33.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:33.533522 17955 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
08:21:33.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.543083 17644 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe: Bootstrap starting.
08:21:33.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.549502 17962 catalog_manager.cc:1520] Initializing Kudu cluster ID...
08:21:33.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:33.558843 17694 tablet.cc:2406] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: Can't schedule compaction. Clean time has not been advanced past its initial value.
08:21:33.568 [DEBUG - Metastore-Handler-Pool: Thread-238] (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.
08:21:33.569 [DEBUG - Metastore-Handler-Pool: Thread-238] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
08:21:33.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.574018 17644 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe: Neither blocks nor log segments found. Creating new log.
08:21:33.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.579770 17644 log.cc:826] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe: Log is configured to *not* fsync() on all Append() calls
08:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.478585 17646 master_runner.cc:187] Error getting master registration for 127.17.26.254:42897: OK, instance_id { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" instance_seqno: 1786522888761357 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
08:21:33.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.587252 17646 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
08:21:33.589 [DEBUG - Metastore-Handler-Pool: Thread-238] (Connection.java:748) [peer master-127.17.26.254:42897(127.17.26.254:42897)] connecting to peer
08:21:33.601 [DEBUG - Metastore-Handler-Pool: Thread-238] (Connection.java:748) [peer master-127.17.26.253:40717(127.17.26.253:40717)] connecting to peer
08:21:33.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.605501 17644 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe: No bootstrap required, opened a new log
08:21:33.619 [DEBUG - Metastore-Handler-Pool: Thread-238] (Connection.java:748) [peer master-127.17.26.252:40823(127.17.26.252:40823)] connecting to peer
08:21:33.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.618767 17729 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [term 1 FOLLOWER]: Refusing update from remote peer 20349c3c6ca946fea72395ab984e679a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:21:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.621240 17946 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [LEADER]: Connected to new peer: Peer: permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:21:33.624 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.26.254:42897(127.17.26.254:42897)] Successfully connected to peer
08:21:33.633 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.26.252:40823(127.17.26.252:40823)] Successfully connected to peer
08:21:33.651 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.26.252
08:21:33.653 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.26.253:40717(127.17.26.253:40717)] Successfully connected to peer
08:21:33.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.660437 17644 raft_consensus.cc:359] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.669 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:21:33.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.663544 17644 raft_consensus.cc:385] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
08:21:33.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.668833 17941 sys_catalog.cc:455] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 20349c3c6ca946fea72395ab984e679a. Latest consensus state: current_term: 1 leader_uuid: "20349c3c6ca946fea72395ab984e679a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.669549 17941 sys_catalog.cc:458] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [sys.catalog]: This master's current role is: FOLLOWER
08:21:33.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.666632 17644 raft_consensus.cc:740] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 409ca294122a471ba74d3d2a1026adbe, State: Initialized, Role: FOLLOWER
08:21:33.677 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x98bf660c, L:/127.0.0.1:43232 - R:/127.17.26.252:40823] using SASL/PLAIN
08:21:33.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.683470 17965 mvcc.cc:204] Tried to move back new op lower bound from 7317597772244721664 to 7317597771662471168. Current Snapshot: MvccSnapshot[applied={T|T < 7317597772244721664}]
08:21:33.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.692525 17977 mvcc.cc:204] Tried to move back new op lower bound from 7317597772244721664 to 7317597771662471168. Current Snapshot: MvccSnapshot[applied={T|T < 7317597772244721664}]
08:21:33.693 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.26.254
08:21:33.701 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.26.253
08:21:33.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.707957 17918 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "20349c3c6ca946fea72395ab984e679a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.708738 17918 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: This master's current role is: LEADER
08:21:33.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.685557 17644 consensus_queue.cc:260] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.712307 17989 raft_consensus.cc:493] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
08:21:33.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.712936 17989 raft_consensus.cc:515] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } }
08:21:33.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.715667 17941 sys_catalog.cc:455] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "20349c3c6ca946fea72395ab984e679a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.716518 17941 sys_catalog.cc:458] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6 [sys.catalog]: This master's current role is: FOLLOWER
08:21:33.718 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:21:33.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.717607 17729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "409ca294122a471ba74d3d2a1026adbe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "105247193e88478290e20601f972f2a6" is_pre_election: true
08:21:33.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.723882 17962 catalog_manager.cc:1383] Generated new cluster ID: 0f5251b2b0ff4c52867ea0af480e4232
08:21:33.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.724193 17962 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
08:21:33.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.721824 17985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [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: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.724795 17985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [sys.catalog]: This master's current role is: FOLLOWER
08:21:33.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.733494 17644 sys_catalog.cc:565] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [sys.catalog]: configured and running, proceeding with master startup.
08:21:33.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.733707 17604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20349c3c6ca946fea72395ab984e679a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "409ca294122a471ba74d3d2a1026adbe" is_pre_election: true
08:21:33.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.734519 17604 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20349c3c6ca946fea72395ab984e679a in term 0.
08:21:33.735 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
08:21:33.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.735678 17600 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "20349c3c6ca946fea72395ab984e679a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "409ca294122a471ba74d3d2a1026adbe"
08:21:33.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.736297 17600 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 0 FOLLOWER]: Advancing to term 1
08:21:33.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.743306 17600 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20349c3c6ca946fea72395ab984e679a in term 1.
08:21:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.744652 17599 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 1 FOLLOWER]: Refusing update from remote peer 20349c3c6ca946fea72395ab984e679a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
08:21:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.745289 17989 leader_election.cc:290] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 105247193e88478290e20601f972f2a6 (127.17.26.253:40717), 20349c3c6ca946fea72395ab984e679a (127.17.26.252:40823)
08:21:33.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.746807 17855 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "409ca294122a471ba74d3d2a1026adbe" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20349c3c6ca946fea72395ab984e679a" is_pre_election: true
08:21:33.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.749128 17561 leader_election.cc:304] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 409ca294122a471ba74d3d2a1026adbe; no voters: 105247193e88478290e20601f972f2a6, 20349c3c6ca946fea72395ab984e679a
08:21:33.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.751758 17989 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
08:21:33.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.751637 17946 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [LEADER]: Connected to new peer: Peer: permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
08:21:33.752 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x98454664, L:/127.0.0.1:60176 - R:/127.17.26.254:42897] using SASL/PLAIN
08:21:33.761 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.26.254:42897: Catalog manager is not initialized. State: Starting
08:21:33.775 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x66847cf4, L:/127.0.0.1:50120 - R:/127.17.26.253:40717] using SASL/PLAIN
08:21:33.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.785415 17962 catalog_manager.cc:1406] Generated new certificate authority record
08:21:33.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.787810 17962 catalog_manager.cc:1540] Loading token signing keys...
08:21:33.794 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823; will retry
08:21:33.817 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.26.254:42897: Catalog manager is not initialized. State: Starting
08:21:33.819 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823; will retry
08:21:33.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.832240 17962 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a: Generated new TSK 0
08:21:33.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.833957 17962 catalog_manager.cc:1550] Initializing in-progress tserver states...
08:21:33.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.836755 17993 mvcc.cc:204] Tried to move back new op lower bound from 7317597772244721664 to 7317597771662471168. Current Snapshot: MvccSnapshot[applied={T|T < 7317597772244721664}]
08:21:33.853 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.26.254:42897: Catalog manager is not initialized. State: Starting
08:21:33.853 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.17.26.254:42897,127.17.26.253:40717,127.17.26.252:40823; will retry
08:21:33.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.864305 17946 sys_catalog.cc:455] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "20349c3c6ca946fea72395ab984e679a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.865088 17946 sys_catalog.cc:458] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a [sys.catalog]: This master's current role is: LEADER
08:21:33.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.865906 17989 sys_catalog.cc:455] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [sys.catalog]: SysCatalogTable state changed. Reason: New leader 20349c3c6ca946fea72395ab984e679a. Latest consensus state: current_term: 1 leader_uuid: "20349c3c6ca946fea72395ab984e679a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.866793 17989 sys_catalog.cc:458] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [sys.catalog]: This master's current role is: FOLLOWER
08:21:33.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.866073 17985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "20349c3c6ca946fea72395ab984e679a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "409ca294122a471ba74d3d2a1026adbe" member_type: VOTER last_known_addr { host: "127.17.26.254" port: 42897 } } peers { permanent_uuid: "105247193e88478290e20601f972f2a6" member_type: VOTER last_known_addr { host: "127.17.26.253" port: 40717 } } peers { permanent_uuid: "20349c3c6ca946fea72395ab984e679a" member_type: VOTER last_known_addr { host: "127.17.26.252" port: 40823 } } }
08:21:33.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.868363 17985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 409ca294122a471ba74d3d2a1026adbe [sys.catalog]: This master's current role is: FOLLOWER
08:21:33.878 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.26.254:42897: Catalog manager is not initialized. State: Starting
08:21:33.887 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
08:21:33.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:33.956346 18016 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
08:21:34.052 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:34.109 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:34.111 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
08:21:34.121 [INFO - Metastore-Handler-Pool: Thread-238] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
08:21:34.163 [INFO - Metastore-Handler-Pool: Thread-238] (MetaStoreServerUtils.java:473) Updating table stats for table
08:21:34.164 [INFO - Metastore-Handler-Pool: Thread-238] (MetaStoreServerUtils.java:476) Updated size of table table to 0
08:21:34.273 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
08:21:34.296 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:3711) Skipping translation for processor with null
08:21:34.298 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
08:21:34.431 [WARN - Metastore-Handler-Pool: Thread-238] (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.
08:21:34.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:34.540129 17955 catalog_manager.cc:1295] Loaded cluster ID: 0f5251b2b0ff4c52867ea0af480e4232
08:21:34.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:34.541004 17955 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: loading cluster ID for follower catalog manager: success
08:21:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:34.549140 17955 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: acquiring CA information for follower catalog manager: success
08:21:34.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:34.572229 17955 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 105247193e88478290e20601f972f2a6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
08:21:34.600 [WARN - Metastore-Handler-Pool: Thread-238] (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.
08:21:34.643 [WARN - Metastore-Handler-Pool: Thread-238] (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.
08:21:34.777 [INFO - Metastore-Handler-Pool: Thread-238] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
08:21:34.778 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
08:21:34.783 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
08:21:34.783 [INFO - Metastore-Handler-Pool: Thread-238] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@516cb8a1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7d2fc23b will be shutdown
08:21:34.783 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
08:21:34.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:34.784914 17515 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 17534
08:21:34.867 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.26.254:42897(127.17.26.254:42897)] handling channelInactive
08:21:34.867 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.26.254:42897(127.17.26.254:42897)] cleaning up while in state READY due to: connection closed
08:21:34.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:34.867147 17821 connection.cc:573] client connection to 127.17.26.254:42897 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:21:34.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:34.867623 17821 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
08:21:34.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:34.889878 17515 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 17646
08:21:34.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 08:21:34.905815 17821 consensus_peers.cc:597] T 00000000000000000000000000000000 P 20349c3c6ca946fea72395ab984e679a -> Peer 409ca294122a471ba74d3d2a1026adbe (127.17.26.254:42897): Couldn't send request to peer 409ca294122a471ba74d3d2a1026adbe. Status: Network error: Client connection negotiation failed: client connection to 127.17.26.254:42897: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
08:21:34.929 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.26.253:40717(127.17.26.253:40717)] handling channelInactive
08:21:34.929 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.26.253:40717(127.17.26.253:40717)] cleaning up while in state READY due to: connection closed
08:21:34.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 08:21:34.929440 17515 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskpRkFQE/build/tsan/bin/kudu with pid 17773
08:21:34.968 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.26.252:40823(127.17.26.252:40823)] handling channelInactive
08:21:34.968 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.26.252:40823(127.17.26.252:40823)] cleaning up while in state READY due to: connection closed
08:21:36.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T08:21:36Z chronyd exiting

Time: 83.527

OK (6 tests)

