JUnit version 4.13.2
.06:12:28.823 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:28.832 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:28.833 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:28.958 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8210789310400757255
06:12:29.134 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:29.151 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:29.408 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:29.438 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:29.439 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
06:12:29.478 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
06:12:29.499 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:29.524 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
06:12:30.377 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:30.382 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
06:12:30.406 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:30.408 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:30.421 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:30.422 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:30.632 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:30.633 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:30.636 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:31.192 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:31.193 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
06:12:31.240 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439e5e61 created in the thread with id: 13
06:12:31.317 [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
06:12:31.567 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:31.569 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:31.570 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:31.571 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:31.572 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:31.573 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:32.292 [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
06:12:32.292 [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.101
06:12:32.292 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
06:12:32.632 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
06:12:32.688 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:32.744 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
06:12:32.748 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
06:12:32.832 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:32.840 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:33.195 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:33.204 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:33.217 [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)
06:12:33.217 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [32979]...
06:12:33.218 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:33.218 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:33.218 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
06:12:33.218 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
06:12:33.990 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:33.992 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:33.993 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:34.008 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:34.008 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:32979]
06:12:34.009 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:32979) in binary transport mode
06:12:34.024 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:32979) current connections: 1
06:12:34.102 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
06:12:34.243 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP8Pmxb/test-tmp
06:12:34.246 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
06:12:34.250 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP8Pmxb/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:34.301 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:32979"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:12:34.763 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:34.773 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:12:34.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.777122  9113 mini_oidc.cc:150] Starting JWKS server
06:12:34.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.781052  9113 webserver.cc:533] Webserver started at http://127.0.0.1:39853/ using document root <none> and password file <none>
06:12:34.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.781643  9113 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:34.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.783631  9113 webserver.cc:533] Webserver started at http://127.0.0.1:40811/ using document root <none> and password file <none>
06:12:34.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:34.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:34Z Disabled control of system clock
06:12:34.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:34.856554  9113 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:34.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:34.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/wal
06:12:34.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data
06:12:34.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:34.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:34.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:34.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:34.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:34.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:34.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/logs
06:12:34.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data/info.pb
06:12:34.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:34.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:34.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:34.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:34.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:34.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:34.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:34.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:34.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:34.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.230.126:38993
06:12:34.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.230.126
06:12:34.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.230.84:36113
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.230.126:38993,127.8.230.125:41013,127.8.230.124:38955
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39853/jwks.json
06:12:34.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32979 with env {}
06:12:35.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.185810  9127 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.186432  9127 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:35.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.186903  9127 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:35.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.221927  9127 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:35.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.222261  9127 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:35.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.222586  9127 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:35.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.222887  9127 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:35.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.223086  9127 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:35.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.223237  9127 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39853/jwks.json
06:12:35.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.261071  9127 master_runner.cc:387] Master server non-default flags:
06:12:35.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:35.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.230.84:36113
06:12:35.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:35.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:35.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data
06:12:35.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/wal
06:12:35.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32979
06:12:35.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:35.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.230.126:38993,127.8.230.125:41013,127.8.230.124:38955
06:12:35.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:35.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:35.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:35.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.230.126:38993
06:12:35.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:35.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:35.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:35.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39853/jwks.json
06:12:35.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:35.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:35.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data/info.pb
06:12:35.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.230.126
06:12:35.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/logs
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:35.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:35.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:35.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:35.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:12:35.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:12:35.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:12:35.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:12:35.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.262504  9127 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:35.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:35.264607  9127 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:35.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.278146  9133 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
06:12:36.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.279222  9134 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
06:12:36.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:35.285382  9136 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
06:12:36.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.548589  9135 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1264 milliseconds
06:12:36.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.548765  9127 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
06:12:36.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.550498  9127 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:36.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.553602  9127 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:36.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.555248  9127 hybrid_clock.cc:648] HybridClock initialized: now 1786515156555141 us; error 132 us; skew 500 ppm
06:12:36.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.556777  9127 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:12:36.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.564478  9127 webserver.cc:533] Webserver started at http://127.8.230.126:42983/ using document root <none> and password file <none>
06:12:36.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.565994  9127 fs_manager.cc:362] Metadata directory not provided
06:12:36.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.566355  9127 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:36.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.567083  9127 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:36.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.572346  9127 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data/instance:
06:12:36.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "af66789eb84b4e62b73a942ac87ee6f3"
06:12:36.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:36 on dist-test-slave-0b58"
06:12:36.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.574097  9127 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/wal/instance:
06:12:36.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "af66789eb84b4e62b73a942ac87ee6f3"
06:12:36.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:36 on dist-test-slave-0b58"
06:12:36.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.582949  9127 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.004s
06:12:36.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.590111  9144 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:36.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.591650  9127 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
06:12:36.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.592132  9127 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/wal
06:12:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "af66789eb84b4e62b73a942ac87ee6f3"
06:12:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:36 on dist-test-slave-0b58"
06:12:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.592749  9127 fs_report.cc:389] FS layout report
06:12:36.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:36.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/wal
06:12:36.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/wal
06:12:36.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data/data
06:12:36.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:36.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:36.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:36.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:36.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:36.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:36.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:36.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:36.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:36.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:36.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:36.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.657094  9127 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:36.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.659014  9127 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
06:12:36.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.659608  9127 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:36.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.743216  9127 rpc_server.cc:307] RPC server started. Bound to: 127.8.230.126:38993
06:12:36.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.743322  9199 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.230.126:38993 every 8 connection(s)
06:12:36.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.746999  9127 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/data/info.pb
06:12:36.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.750497  9113 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 9127
06:12:36.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.751065  9113 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-0/wal/instance
06:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.756310  9113 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/wal
06:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data
06:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:36.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:36.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:36.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:36.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/logs
06:12:36.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data/info.pb
06:12:36.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:36.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:36.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:36.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:36.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:36.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.230.125:41013
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.230.125
06:12:36.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.230.84:36113
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.230.126:38993,127.8.230.125:41013,127.8.230.124:38955
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39853/jwks.json
06:12:36.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32979 with env {}
06:12:36.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.759419  9200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:36.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.773126  9200 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } has no permanent_uuid. Determining permanent_uuid...
06:12:36.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.804942  9200 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } has no permanent_uuid. Determining permanent_uuid...
06:12:36.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.808468  9149 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:36.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.813824  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.125:41013: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:36.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.863479  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } attempt: 1
06:12:36.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.868671  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.125:41013: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:36.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:36.937112  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } attempt: 2
06:12:36.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:36.942837  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.125:41013: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:37.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.034413  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } attempt: 3
06:12:37.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.039549  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.125:41013: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:37.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.106659  9201 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:37.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.107251  9201 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:37.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.107944  9201 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:37.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.142269  9201 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:37.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.142814  9201 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:37.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.143178  9201 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:37.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.143537  9201 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:37.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.143867  9201 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:37.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.144115  9201 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39853/jwks.json
06:12:37.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.182317  9201 master_runner.cc:387] Master server non-default flags:
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.230.84:36113
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/wal
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32979
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.230.126:38993,127.8.230.125:41013,127.8.230.124:38955
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:37.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.230.125:41013
06:12:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39853/jwks.json
06:12:37.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data/info.pb
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.230.125
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/logs
06:12:37.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:37.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:37.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:37.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:37.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:37.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:37.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:12:37.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:12:37.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:12:37.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:12:37.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.183060  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } attempt: 4
06:12:37.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.183995  9201 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:37.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.186264  9201 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:37.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.189025  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.125:41013: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:37.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.199371  9211 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
06:12:37.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:37.488536  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } attempt: 5
06:12:37.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.500029  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.125:41013: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:38.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.052385  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } attempt: 6
06:12:38.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.081748  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.125:41013: Network error: Client connection negotiation failed: client connection to 127.8.230.125:41013: connect: Connection refused (error 111)
06:12:38.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.604489  9210 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 9201
06:12:38.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:37.199743  9212 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
06:12:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.627261  9201 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.427s	user 0.499s	sys 0.916s
06:12:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.628943  9201 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.430s	user 0.500s	sys 0.916s
06:12:38.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.630291  9214 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
06:12:38.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:38.633236  9213 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1426 milliseconds
06:12:38.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.633327  9201 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
06:12:38.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.634946  9201 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:38.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.638499  9201 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:38.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.639992  9201 hybrid_clock.cc:648] HybridClock initialized: now 1786515158639943 us; error 55 us; skew 500 ppm
06:12:38.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.641057  9201 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:12:38.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.657722  9201 webserver.cc:533] Webserver started at http://127.8.230.125:40947/ using document root <none> and password file <none>
06:12:38.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.658895  9201 fs_manager.cc:362] Metadata directory not provided
06:12:38.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.659122  9201 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:38.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.659550  9201 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:38.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.666113  9201 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data/instance:
06:12:38.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f820ca0e8e574c0b91c3e9d04852919a"
06:12:38.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-0b58"
06:12:38.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.667383  9201 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/wal/instance:
06:12:38.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f820ca0e8e574c0b91c3e9d04852919a"
06:12:38.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-0b58"
06:12:38.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.679665  9201 fs_manager.cc:696] Time spent creating directory manager: real 0.011s	user 0.005s	sys 0.009s
06:12:38.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.692202  9223 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:38.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.694070  9201 fs_manager.cc:730] Time spent opening block manager: real 0.010s	user 0.004s	sys 0.006s
06:12:38.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.694492  9201 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/wal
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f820ca0e8e574c0b91c3e9d04852919a"
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:38 on dist-test-slave-0b58"
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.694868  9201 fs_report.cc:389] FS layout report
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/wal
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/wal
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data/data
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:38.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:38.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:38.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:38.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:38.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:38.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:38.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:38.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.794296  9201 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:38.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.797016  9201 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
06:12:38.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.797647  9201 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:38.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.968109  9201 rpc_server.cc:307] RPC server started. Bound to: 127.8.230.125:41013
06:12:38.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.968498  9280 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.230.125:41013 every 8 connection(s)
06:12:38.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.972467  9201 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/data/info.pb
06:12:38.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.981637  9113 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 9201
06:12:38.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.982306  9113 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-1/wal/instance
06:12:38.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.986620  9113 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:38.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:38.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/wal
06:12:38.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data
06:12:38.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:38.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:38.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:38.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:38.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:38.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:38.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/logs
06:12:38.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data/info.pb
06:12:38.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:38.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:38.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:38.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:38.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:38.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.230.124:38955
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.230.124
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:38.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.230.84:36113
06:12:38.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:38.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:38.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:38.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:38.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.230.126:38993,127.8.230.125:41013,127.8.230.124:38955
06:12:38.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:38.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39853/jwks.json
06:12:38.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32979 with env {}
06:12:38.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:38.989379  9281 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:39.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.012527  9281 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.037492  9281 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.052690  9281 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.055409  9225 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.060040  9281 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.109666  9281 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 1
06:12:39.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.114547  9281 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.142343  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } attempt: 7
06:12:39.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.156102  9200 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } has no permanent_uuid. Determining permanent_uuid...
06:12:39.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.166124  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.183007  9281 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 2
06:12:39.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.188337  9281 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.224742  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 1
06:12:39.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.230043  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.279865  9281 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 3
06:12:39.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.285490  9281 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.311565  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 2
06:12:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.317111  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.353574  9282 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:39.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.354329  9282 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:39.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.355013  9282 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:39.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.388392  9282 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:39.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.388811  9282 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:39.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.389150  9282 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:39.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.389539  9282 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:39.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.389909  9282 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:39.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.390195  9282 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39853/jwks.json
06:12:39.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.402709  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 3
06:12:39.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.407877  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.428906  9281 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 4
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.430701  9282 master_runner.cc:387] Master server non-default flags:
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.8.230.84:36113
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/wal
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:32979
06:12:39.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.8.230.126:38993,127.8.230.125:41013,127.8.230.124:38955
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.8.230.124:38955
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39853/jwks.json
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:39.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data/info.pb
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.8.230.124
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/logs
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:39.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.432586  9282 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.433614  9281 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.435034  9282 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:39.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.446249  9296 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
06:12:39.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.548403  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 4
06:12:39.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.553031  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.733059  9281 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 5
06:12:39.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.740800  9281 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:39.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:39.836730  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 5
06:12:39.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.841746  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:40.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.288405  9281 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 6
06:12:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:40.296840  9281 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:40.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.394483  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 6
06:12:40.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:40.402909  9200 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.8.230.124:38955: Network error: Client connection negotiation failed: client connection to 127.8.230.124:38955: connect: Connection refused (error 111)
06:12:40.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.451957  9300 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
06:12:40.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:39.448452  9297 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
06:12:40.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:40.669103  9298 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
06:12:40.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.669229  9282 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
06:12:40.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.673174  9282 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:40.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.676106  9282 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:40.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.677603  9282 hybrid_clock.cc:648] HybridClock initialized: now 1786515160677548 us; error 63 us; skew 500 ppm
06:12:40.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.678573  9282 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:12:40.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.686406  9282 webserver.cc:533] Webserver started at http://127.8.230.124:44775/ using document root <none> and password file <none>
06:12:40.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.687683  9282 fs_manager.cc:362] Metadata directory not provided
06:12:40.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.687955  9282 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:40.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.688616  9282 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:40.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.693280  9282 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data/instance:
06:12:40.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330"
06:12:40.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:40 on dist-test-slave-0b58"
06:12:40.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.694733  9282 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/wal/instance:
06:12:40.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330"
06:12:40.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:40 on dist-test-slave-0b58"
06:12:40.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.703397  9282 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.000s
06:12:40.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.710649  9312 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:40.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.712394  9282 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.006s	sys 0.000s
06:12:40.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.712852  9282 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/wal
06:12:40.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330"
06:12:40.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:40 on dist-test-slave-0b58"
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.713363  9282 fs_report.cc:389] FS layout report
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/wal
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/wal
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data/data
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:40.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:40.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:40.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.779522  9282 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:40.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.781428  9282 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
06:12:40.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.782001  9282 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:40.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.864192  9282 rpc_server.cc:307] RPC server started. Bound to: 127.8.230.124:38955
06:12:40.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.864372  9368 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.8.230.124:38955 every 8 connection(s)
06:12:40.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.867337  9282 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/data/info.pb
06:12:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.872634  9113 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 9282
06:12:40.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.873032  9113 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster13198462904087633619/master-2/wal/instance
06:12:40.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.874027  9369 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:40.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.888217  9369 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } has no permanent_uuid. Determining permanent_uuid...
06:12:40.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.912686  9369 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } has no permanent_uuid. Determining permanent_uuid...
06:12:40.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.927270  9369 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } has no permanent_uuid. Determining permanent_uuid...
06:12:40.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.951998  9369 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330: Bootstrap starting.
06:12:40.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.957798  9113 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:40.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.960606  9369 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330: Neither blocks nor log segments found. Creating new log.
06:12:40.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.963249  9369 log.cc:826] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330: Log is configured to *not* fsync() on all Append() calls
06:12:40.967 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:40.969 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:40.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:40.970746  9369 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330: No bootstrap required, opened a new log
06:12:40.978 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.8.230.126"
      port: 38993
    }
    bound_http_address {
      host: "127.8.230.126"
      port: 42983
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.8.230.125"
      port: 41013
    }
    bound_http_address {
      host: "127.8.230.125"
      port: 40947
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.8.230.124"
      port: 38955
    }
    bound_http_address {
      host: "127.8.230.124"
      port: 44775
    }
  }
}

06:12:40.986 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:12:40.987 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:41.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.000039  9369 raft_consensus.cc:359] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.000849  9369 raft_consensus.cc:385] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:41.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.001138  9369 raft_consensus.cc:740] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6cfc0bf1d3f4896a4d2c931b27e4330, State: Initialized, Role: FOLLOWER
06:12:41.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.002219  9369 consensus_queue.cc:260] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.003 [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=71b0a5d9-0422-4f61-90bd-e2b0ebe024fc, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:41.005 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:41.005 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:41.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.005571  9378 sys_catalog.cc:455] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [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: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:41.007 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
06:12:41.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.006853  9378 sys_catalog.cc:458] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: This master's current role is: FOLLOWER
06:12:41.007 [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
06:12:41.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.007680  9369 sys_catalog.cc:565] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: configured and running, proceeding with master startup.
06:12:41.026 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
06:12:41.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:41.038123  9318 tablet.cc:2406] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:41.066 [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=	
06:12:41.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:41.068473  9390 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:41.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:41.076095  9395 catalog_manager.cc:1614] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:41.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:41.076954  9395 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:41.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.064492  9282 master_runner.cc:187] Error getting master registration for 127.8.230.126:38993: OK, instance_id { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" instance_seqno: 1786515156719976 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:41.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.096968  9282 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.166226  9378 raft_consensus.cc:493] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:12:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.166931  9378 raft_consensus.cc:515] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.175989  9378 leader_election.cc:290] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers af66789eb84b4e62b73a942ac87ee6f3 (127.8.230.126:38993), f820ca0e8e574c0b91c3e9d04852919a (127.8.230.125:41013)
06:12:41.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.357483  9281 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 7
06:12:41.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.432308  9281 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: Bootstrap starting.
06:12:41.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.436554  9200 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } attempt: 7
06:12:41.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.485603  9281 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: Neither blocks nor log segments found. Creating new log.
06:12:41.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.514367  9281 log.cc:826] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: Log is configured to *not* fsync() on all Append() calls
06:12:41.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.520004  9200 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: Bootstrap starting.
06:12:41.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.554949  9281 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: No bootstrap required, opened a new log
06:12:41.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.583267  9200 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: Neither blocks nor log segments found. Creating new log.
06:12:41.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.603590  9200 log.cc:826] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: Log is configured to *not* fsync() on all Append() calls
06:12:41.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.635008  9200 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: No bootstrap required, opened a new log
06:12:41.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.638237  9281 raft_consensus.cc:359] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.640823  9281 raft_consensus.cc:385] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:41.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.641834  9281 raft_consensus.cc:740] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f820ca0e8e574c0b91c3e9d04852919a, State: Initialized, Role: FOLLOWER
06:12:41.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.644639  9281 consensus_queue.cc:260] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.674553  9402 sys_catalog.cc:455] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [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: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:41.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.675812  9402 sys_catalog.cc:458] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [sys.catalog]: This master's current role is: FOLLOWER
06:12:41.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.678966  9281 sys_catalog.cc:565] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [sys.catalog]: configured and running, proceeding with master startup.
06:12:41.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.679950  9255 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f820ca0e8e574c0b91c3e9d04852919a" is_pre_election: true
06:12:41.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.682915  9255 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6cfc0bf1d3f4896a4d2c931b27e4330 in term 0.
06:12:41.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.685446  9316 leader_election.cc:304] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [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: e6cfc0bf1d3f4896a4d2c931b27e4330, f820ca0e8e574c0b91c3e9d04852919a; no voters: 
06:12:41.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.692875  9404 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:12:41.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.693903  9404 raft_consensus.cc:493] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:12:41.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.698602  9404 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 0 FOLLOWER]: Advancing to term 1
06:12:41.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.738018  9404 raft_consensus.cc:515] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.752981  9255 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f820ca0e8e574c0b91c3e9d04852919a"
06:12:41.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.753909  9255 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [term 0 FOLLOWER]: Advancing to term 1
06:12:41.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.753048  9404 leader_election.cc:290] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [CANDIDATE]: Term 1 election: Requested vote from peers af66789eb84b4e62b73a942ac87ee6f3 (127.8.230.126:38993), f820ca0e8e574c0b91c3e9d04852919a (127.8.230.125:41013)
06:12:41.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.781404  9255 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6cfc0bf1d3f4896a4d2c931b27e4330 in term 1.
06:12:41.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.792359  9316 leader_election.cc:304] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [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: e6cfc0bf1d3f4896a4d2c931b27e4330, f820ca0e8e574c0b91c3e9d04852919a; no voters: 
06:12:41.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.794793  9404 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 1 FOLLOWER]: Leader election won for term 1
06:12:41.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.809275  9404 raft_consensus.cc:697] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [term 1 LEADER]: Becoming Leader. State: Replica: e6cfc0bf1d3f4896a4d2c931b27e4330, State: Running, Role: LEADER
06:12:41.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.812507  9404 consensus_queue.cc:237] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [LEADER]: Queue going to LEADER mode. State: All 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: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:41.814519  9230 tablet.cc:2406] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:41.892 [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.
06:12:41.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.892406  9409 sys_catalog.cc:455] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e6cfc0bf1d3f4896a4d2c931b27e4330. Latest consensus state: current_term: 1 leader_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:41.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.896996  9200 raft_consensus.cc:359] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.898455  9409 sys_catalog.cc:458] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: This master's current role is: LEADER
06:12:41.899 [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=	
06:12:41.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:41.902040  9416 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:41.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.915683  9421 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:12:41.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.916896  9200 raft_consensus.cc:385] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:41.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.920754  9200 raft_consensus.cc:740] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: af66789eb84b4e62b73a942ac87ee6f3, State: Initialized, Role: FOLLOWER
06:12:41.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.925698  9420 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:12:41.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.927191  9200 consensus_queue.cc:260] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } }
06:12:41.945 [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.
06:12:41.945 [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.
06:12:41.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.925670  9201 master_runner.cc:187] Error getting master registration for 127.8.230.126:38993: OK, instance_id { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" instance_seqno: 1786515156719976 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:41.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.968209  9201 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:41.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.954216  9422 sys_catalog.cc:455] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [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: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:41.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:41.991338  9422 sys_catalog.cc:458] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [sys.catalog]: This master's current role is: FOLLOWER
06:12:42.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.002044  9200 sys_catalog.cc:565] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [sys.catalog]: configured and running, proceeding with master startup.
06:12:42.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.003501  9174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af66789eb84b4e62b73a942ac87ee6f3" is_pre_election: true
06:12:42.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.019008  9174 raft_consensus.cc:2468] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6cfc0bf1d3f4896a4d2c931b27e4330 in term 0.
06:12:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.005009  9173 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "af66789eb84b4e62b73a942ac87ee6f3"
06:12:42.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.021553  9173 raft_consensus.cc:3060] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [term 0 FOLLOWER]: Advancing to term 1
06:12:42.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.031528  9420 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:12:42.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.040297  9173 raft_consensus.cc:2468] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6cfc0bf1d3f4896a4d2c931b27e4330 in term 1.
06:12:42.081 [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=	
06:12:42.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:42.082223  9390 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:42.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.154740  9255 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [term 1 FOLLOWER]: Refusing update from remote peer e6cfc0bf1d3f4896a4d2c931b27e4330: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:42.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.158908  9409 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
06:12:42.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:42.176960  9151 tablet.cc:2406] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:42.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.180248  9173 raft_consensus.cc:1275] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [term 1 FOLLOWER]: Refusing update from remote peer e6cfc0bf1d3f4896a4d2c931b27e4330: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:42.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.184008  9409 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [LEADER]: Connected to new peer: Peer: permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
06:12:42.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.237267  9402 sys_catalog.cc:455] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [sys.catalog]: SysCatalogTable state changed. Reason: New leader e6cfc0bf1d3f4896a4d2c931b27e4330. Latest consensus state: current_term: 1 leader_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:42.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.242655  9402 sys_catalog.cc:458] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [sys.catalog]: This master's current role is: FOLLOWER
06:12:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.287961  9404 sys_catalog.cc:455] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.288848  9404 sys_catalog.cc:458] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: This master's current role is: LEADER
06:12:42.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.295078  9420 catalog_manager.cc:1384] Generated new cluster ID: 028194142dd449fdb40c336f49c4406e
06:12:42.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.295606  9420 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:12:42.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.303517  9402 sys_catalog.cc:455] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:42.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.304682  9402 sys_catalog.cc:458] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a [sys.catalog]: This master's current role is: FOLLOWER
06:12:42.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.330785  9422 sys_catalog.cc:455] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e6cfc0bf1d3f4896a4d2c931b27e4330. Latest consensus state: current_term: 1 leader_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:42.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.331996  9422 sys_catalog.cc:458] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [sys.catalog]: This master's current role is: FOLLOWER
06:12:42.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.362825  9409 sys_catalog.cc:455] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:42.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.369630  9409 sys_catalog.cc:458] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330 [sys.catalog]: This master's current role is: LEADER
06:12:42.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.406085  9420 catalog_manager.cc:1407] Generated new certificate authority record
06:12:42.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.408346  9422 sys_catalog.cc:455] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "af66789eb84b4e62b73a942ac87ee6f3" member_type: VOTER last_known_addr { host: "127.8.230.126" port: 38993 } } peers { permanent_uuid: "f820ca0e8e574c0b91c3e9d04852919a" member_type: VOTER last_known_addr { host: "127.8.230.125" port: 41013 } } peers { permanent_uuid: "e6cfc0bf1d3f4896a4d2c931b27e4330" member_type: VOTER last_known_addr { host: "127.8.230.124" port: 38955 } } }
06:12:42.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.409453  9422 sys_catalog.cc:458] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3 [sys.catalog]: This master's current role is: FOLLOWER
06:12:42.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.410212  9420 catalog_manager.cc:1560] Loading token signing keys...
06:12:42.466 [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=	
06:12:42.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:42.468226  9442 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:42.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.471539  9448 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:12:42.498 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:42.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.547828  9420 catalog_manager.cc:6112] T 00000000000000000000000000000000 P e6cfc0bf1d3f4896a4d2c931b27e4330: Generated new TSK 0
06:12:42.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.550076  9420 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:12:42.553 [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/hive8210789310400757255/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=71b0a5d9-0422-4f61-90bd-e2b0ebe024fc, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:42.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.560817  9420 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:12:42.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.570206  9420 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:12:42.681 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8210789310400757255/external-warehouse/table
06:12:42.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.941874  9421 catalog_manager.cc:1296] Loaded cluster ID: 028194142dd449fdb40c336f49c4406e
06:12:42.947 [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=	
06:12:42.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:42.948254  9416 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:42.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.953776  9421 catalog_manager.cc:1608] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: loading cluster ID for follower catalog manager: success
06:12:42.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:42.976027  9421 catalog_manager.cc:1630] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: acquiring CA information for follower catalog manager: success
06:12:42.983 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:42.989 [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)
06:12:42.992 [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)

06:12:43.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:43.003073  9421 catalog_manager.cc:1658] T 00000000000000000000000000000000 P f820ca0e8e574c0b91c3e9d04852919a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:43.029 [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.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:43.096 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:43.102 [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=	
06:12:43.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:43.103587  9390 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:43.108 [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/hive8210789310400757255/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.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:43.113 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8210789310400757255/external-warehouse/table
06:12:43.152 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:12:43.153 [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)
06:12:43.154 [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)

06:12:43.156 [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=83802df6-fca9-444d-9613-10d2ca696c5d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:43.162 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:43.168 [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/hive8210789310400757255/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=83802df6-fca9-444d-9613-10d2ca696c5d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:43.173 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8210789310400757255/external-warehouse/table
06:12:43.213 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
06:12:43.220 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
06:12:43.221 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
06:12:43.231 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4b1f73c2
06:12:43.277 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
06:12:43.277 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
06:12:43.278 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
06:12:43.278 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
06:12:43.279 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
06:12:43.280 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
06:12:43.281 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
06:12:43.281 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
06:12:43.282 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
06:12:43.284 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
06:12:43.286 [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
06:12:43.288 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
06:12:43.288 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
06:12:43.288 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
06:12:43.288 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
06:12:43.289 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
06:12:43.290 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
06:12:43.291 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
06:12:43.291 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
06:12:43.323 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
06:12:43.427 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
06:12:43.442 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
06:12:43.449 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
06:12:43.450 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
06:12:43.463 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
06:12:43.463 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
06:12:43.475 [INFO - Metastore-Handler-Pool: Thread-53] (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=	
06:12:43.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:43.477223  9442 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:43.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:43.525725  9448 catalog_manager.cc:1296] Loaded cluster ID: 028194142dd449fdb40c336f49c4406e
06:12:43.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:43.533763  9448 catalog_manager.cc:1608] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: loading cluster ID for follower catalog manager: success
06:12:43.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:43.561003  9448 catalog_manager.cc:1630] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: acquiring CA information for follower catalog manager: success
06:12:43.593 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
06:12:43.593 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
06:12:43.593 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
06:12:43.593 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
06:12:43.593 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
06:12:43.594 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
06:12:43.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:43.596467  9448 catalog_manager.cc:1658] T 00000000000000000000000000000000 P af66789eb84b4e62b73a942ac87ee6f3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:43.645 [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)
06:12:43.649 [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.
06:12:43.744 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:12:43.989 [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=	
06:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:43.990644  9416 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:44.122 [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=	
06:12:44.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:44.123876  9390 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:44.312 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.230.124:38955(127.8.230.124:38955)] connecting to peer
06:12:44.344 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 9055 (auto-detected)
06:12:44.348 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
06:12:44.348 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
06:12:44.351 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
06:12:44.353 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
06:12:44.355 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:c1:ff:fe:23:bc:82 (auto-detected)
06:12:44.414 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
06:12:44.414 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
06:12:44.414 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
06:12:44.425 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
06:12:44.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.230.125:41013(127.8.230.125:41013)] connecting to peer
06:12:44.438 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.8.230.126:38993(127.8.230.126:38993)] connecting to peer
06:12:44.479 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.8.230.125:41013(127.8.230.125:41013)] Successfully connected to peer
06:12:44.480 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.8.230.126:38993(127.8.230.126:38993)] Successfully connected to peer
06:12:44.490 [INFO - Metastore-Handler-Pool: Thread-59] (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=	
06:12:44.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:44.491053  9442 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:44.497 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.8.230.124:38955(127.8.230.124:38955)] Successfully connected to peer
06:12:44.501 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
06:12:44.501 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
06:12:44.501 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@76076c38
06:12:44.508 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
06:12:44.508 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
06:12:44.508 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
06:12:44.508 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
06:12:44.509 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
06:12:44.670 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.230.125
06:12:44.670 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.230.124
06:12:44.671 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.8.230.126
06:12:45.005 [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=	
06:12:45.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:45.006352  9416 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:45.143 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:45.143 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:45.144 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:12:45.158 [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=	
06:12:45.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:45.161398  9390 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:45.241 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8cfd8f9f, L:/127.0.0.1:50810 - R:/127.8.230.124:38955] using SASL/PLAIN
06:12:45.244 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x22731df1, L:/127.0.0.1:42378 - R:/127.8.230.125:41013] using SASL/PLAIN
06:12:45.236 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x018996ff, L:/127.0.0.1:46698 - R:/127.8.230.126:38993] using SASL/PLAIN
06:12:45.335 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:12:45.350 [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)
06:12:45.351 [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)

06:12:45.355 [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=3c0dd38c-4a0a-4756-9912-6c6c46b2e408, 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)	
06:12:45.368 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:45.384 [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/hive8210789310400757255/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=3c0dd38c-4a0a-4756-9912-6c6c46b2e408, 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)
06:12:45.399 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8210789310400757255/external-warehouse/table
06:12:45.460 [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)
06:12:45.461 [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)

06:12:45.463 [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=24297dd8-62bd-407c-bf35-11362eca73fa, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:45.484 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:45.488 [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/hive8210789310400757255/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=24297dd8-62bd-407c-bf35-11362eca73fa, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:45.505 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:45.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:45.506313  9442 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:45.507 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8210789310400757255/external-warehouse/table
06:12:45.702 [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	
06:12:45.879 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:45.898 [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	
06:12:46.018 [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=	
06:12:46.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:46.021036  9416 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:46.181 [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=	
06:12:46.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:46.184361  9390 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:46.356 [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.
06:12:46.519 [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=	
06:12:46.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:46.520972  9442 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:46.788 [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.
06:12:46.872 [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.
06:12:46.952 [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
06:12:47.024 [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=	
06:12:47.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:47.024932  9416 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:47.192 [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=5a21717f-7abd-4704-923b-f01a5a021621, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:47.193 [INFO - Metastore-Handler-Pool: Thread-69] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:47.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:47.194126  9390 client.h:373] Failed to connect to Hive Metastore (localhost:32979): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:47.196 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:47.199 [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/hive8210789310400757255/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=5a21717f-7abd-4704-923b-f01a5a021621, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.8.230.124:38955,127.8.230.125:41013,127.8.230.126:38993}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:47.202 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8210789310400757255/external-warehouse/table
06:12:47.244 [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	
06:12:47.278 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:47.279 [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	
06:12:47.352 [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
06:12:47.377 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:12:47.377 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:12:47.378 [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
06:12:47.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:47.378378  9113 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 9127
06:12:47.378 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:47.422819  9113 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 9201
06:12:47.426 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.8.230.126:38993(127.8.230.126:38993)] handling channelInactive
06:12:47.427 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.8.230.126:38993(127.8.230.126:38993)] cleaning up while in state READY due to: connection closed
06:12:47.464 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.8.230.125:41013(127.8.230.125:41013)] handling channelInactive
06:12:47.465 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.8.230.125:41013(127.8.230.125:41013)] cleaning up while in state READY due to: connection closed
06:12:47.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:47.465572  9113 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 9282
06:12:47.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:47.464048  9316 connection.cc:573] client connection to 127.8.230.125:41013 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
06:12:47.505 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.8.230.124:38955(127.8.230.124:38955)] handling channelInactive
06:12:47.505 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.8.230.124:38955(127.8.230.124:38955)] cleaning up while in state READY due to: connection closed
06:12:48.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:48Z chronyd exiting
.06:12:49.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:49.707 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:49.707 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:49.727 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10635321565831791131
06:12:49.729 [INFO - Thread-46] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:12:49.730 [INFO - Thread-46] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:12:49.733 [INFO - Thread-46] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:49.733 [INFO - Thread-46] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:49.734 [INFO - Thread-46] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:12:49.739 [INFO - Thread-46] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:12:49.743 [INFO - Thread-46] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:12:49.743 [INFO - Thread-46] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:12:49.744 [INFO - Thread-46] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:12:49.744 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:12:49.746 [INFO - Thread-46] (HikariDataSource.java:80) objectstore - Starting...
06:12:49.853 [INFO - Thread-46] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:49.855 [INFO - Thread-46] (HikariDataSource.java:82) objectstore - Start completed.
06:12:49.855 [INFO - Thread-46] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:12:49.857 [INFO - Thread-46] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:12:49.860 [INFO - Thread-46] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:12:49.860 [INFO - Thread-46] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:12:49.883 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:12:49.883 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:12:49.884 [INFO - Thread-46] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:12:49.918 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:49.919 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:49.920 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:49.920 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:49.921 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:49.921 [WARN - Thread-46] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:12:50.240 [INFO - Thread-46] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:12:50.240 [INFO - Thread-46] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c025208, with PersistenceManager: null will be shutdown
06:12:50.241 [INFO - Thread-46] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c025208, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@35c764f2 created in the thread with id: 71
06:12:50.243 [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
06:12:50.244 [INFO - Thread-46] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c025208
06:12:50.399 [INFO - Thread-46] (HMSHandler.java:595) Started creating a default database with name: default
06:12:50.426 [INFO - Thread-46] (HMSHandler.java:605) Successfully created a default database with name: default
06:12:50.468 [INFO - Thread-46] (HMSHandler.java:668) Added admin role in metastore
06:12:50.471 [INFO - Thread-46] (HMSHandler.java:677) Added public role in metastore
06:12:50.515 [INFO - Thread-46] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:12:50.515 [INFO - Thread-46] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:12:50.516 [INFO - Thread-46] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:12:50.516 [INFO - Thread-46] (HiveMetaStore.java:697) Direct SQL optimization = true
06:12:50.517 [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)
06:12:50.517 [INFO - Thread-46] (HiveMetaStore.java:632) Started the new metaserver on port [39355]...
06:12:50.517 [INFO - Thread-46] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:12:50.518 [INFO - Thread-46] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:12:50.518 [INFO - Thread-46] (HiveMetaStore.java:635) TCP keepalive = true
06:12:50.518 [INFO - Thread-46] (HiveMetaStore.java:636) Enable SSL = false
06:12:50.731 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:12:50.731 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:12:50.731 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:12:50.734 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:12:50.734 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39355]
06:12:50.734 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39355) in binary transport mode
06:12:50.734 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39355) current connections: 1
06:12:50.736 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP8Pmxb/test-tmp
06:12:50.737 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
06:12:50.737 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP8Pmxb/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
06:12:50.740 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39355"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:12:51.101 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:51.101 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:12:51.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.105448  9525 mini_oidc.cc:150] Starting JWKS server
06:12:51.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.108814  9525 webserver.cc:533] Webserver started at http://127.0.0.1:41953/ using document root <none> and password file <none>
06:12:51.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.109265  9525 mini_oidc.cc:186] Starting OIDC Discovery server
06:12:51.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.111105  9525 webserver.cc:533] Webserver started at http://127.0.0.1:34943/ using document root <none> and password file <none>
06:12:51.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:51Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:12:51.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:12:51Z Disabled control of system clock
06:12:51.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.183923  9525 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:51.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:51.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/wal
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/logs
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data/info.pb
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:51.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.77.126:37697
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.77.126
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.77.84:41515
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.77.126:37697,127.9.77.125:43941,127.9.77.124:46521
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:51.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41953/jwks.json
06:12:51.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39355 with env {}
06:12:51.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.511957  9540 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:51.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.512647  9540 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:51.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.513119  9540 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:51.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.548311  9540 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:51.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.548656  9540 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:51.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.548858  9540 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:51.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.549067  9540 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:51.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.549264  9540 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:51.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.549413  9540 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41953/jwks.json
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.586814  9540 master_runner.cc:387] Master server non-default flags:
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.77.84:41515
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/wal
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39355
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.77.126:37697,127.9.77.125:43941,127.9.77.124:46521
06:12:51.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.77.126:37697
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41953/jwks.json
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data/info.pb
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.77.126
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/logs
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:51.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:12:51.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.588320  9540 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:51.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:51.590014  9540 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:51.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.602779  9546 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
06:12:52.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:51.604236  9547 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
06:12:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:52.927608  9549 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
06:12:52.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:52.931354  9548 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1321 milliseconds
06:12:52.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.931699  9540 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
06:12:52.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.933475  9540 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:52.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.937326  9540 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:52.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.938838  9540 hybrid_clock.cc:648] HybridClock initialized: now 1786515172938742 us; error 124 us; skew 500 ppm
06:12:52.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.939721  9540 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:12:52.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.946602  9540 webserver.cc:533] Webserver started at http://127.9.77.126:37793/ using document root <none> and password file <none>
06:12:52.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.947616  9540 fs_manager.cc:362] Metadata directory not provided
06:12:52.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.947854  9540 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:52.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.948462  9540 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:52.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.953023  9540 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data/instance:
06:12:52.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2584d86dd71548fdb2ec65a44c5d43b4"
06:12:52.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:52 on dist-test-slave-0b58"
06:12:52.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.954154  9540 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/wal/instance:
06:12:52.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2584d86dd71548fdb2ec65a44c5d43b4"
06:12:52.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:52 on dist-test-slave-0b58"
06:12:52.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.962627  9540 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.004s
06:12:52.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.968981  9557 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:52.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.970316  9540 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
06:12:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.970811  9540 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/wal
06:12:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2584d86dd71548fdb2ec65a44c5d43b4"
06:12:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:52 on dist-test-slave-0b58"
06:12:52.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:52.971248  9540 fs_report.cc:389] FS layout report
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/wal
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/wal
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data/data
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:52.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:53.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.042563  9540 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:53.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.044535  9540 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
06:12:53.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.045141  9540 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:53.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.120505  9540 rpc_server.cc:307] RPC server started. Bound to: 127.9.77.126:37697
06:12:53.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.120585  9612 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.77.126:37697 every 8 connection(s)
06:12:53.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.123612  9540 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/data/info.pb
06:12:53.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.125774  9525 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 9540
06:12:53.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.126362  9525 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-0/wal/instance
06:12:53.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.130430  9613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.130795  9525 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/wal
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/logs
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data/info.pb
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:53.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.77.125:43941
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.77.125
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.77.84:41515
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.77.126:37697,127.9.77.125:43941,127.9.77.124:46521
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41953/jwks.json
06:12:53.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39355 with env {}
06:12:53.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.142077  9613 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } has no permanent_uuid. Determining permanent_uuid...
06:12:53.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.174525  9613 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } has no permanent_uuid. Determining permanent_uuid...
06:12:53.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.177707  9559 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:53.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.183159  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:53.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.232894  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } attempt: 1
06:12:53.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.238437  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:53.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.306973  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } attempt: 2
06:12:53.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.312052  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:53.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.403604  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } attempt: 3
06:12:53.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.408829  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:53.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.476320  9615 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:53.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.476938  9615 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:53.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.477428  9615 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:53.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.513267  9615 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:53.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.513579  9615 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:53.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.513795  9615 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:53.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.514001  9615 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:53.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.514304  9615 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:53.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.514535  9615 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41953/jwks.json
06:12:53.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.552350  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } attempt: 4
06:12:53.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.558003  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.560202  9615 master_runner.cc:387] Master server non-default flags:
06:12:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.77.84:41515
06:12:53.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/wal
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39355
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.77.126:37697,127.9.77.125:43941,127.9.77.124:46521
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.77.125:43941
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41953/jwks.json
06:12:53.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data/info.pb
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.77.125
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/logs
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:12:53.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.562124  9615 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:53.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.564692  9615 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:53.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.579598  9625 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
06:12:53.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:53.857471  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } attempt: 5
06:12:53.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.866902  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:54.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.414541  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } attempt: 6
06:12:54.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:54.427372  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.125:43941: Network error: Client connection negotiation failed: client connection to 127.9.77.125:43941: connect: Connection refused (error 111)
06:12:54.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:53.580891  9626 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
06:12:54.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:54.848577  9628 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
06:12:54.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:54.852564  9615 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.272s	user 0.004s	sys 0.006s
06:12:54.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:54.853310  9615 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.273s	user 0.005s	sys 0.006s
06:12:54.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.854985  9615 server_base.cc:1061] running on GCE node
06:12:54.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.856465  9615 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:54.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.859604  9615 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:54.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.861356  9615 hybrid_clock.cc:648] HybridClock initialized: now 1786515174861284 us; error 70 us; skew 500 ppm
06:12:54.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.862210  9615 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:12:54.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.871134  9615 webserver.cc:533] Webserver started at http://127.9.77.125:36863/ using document root <none> and password file <none>
06:12:54.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.872167  9615 fs_manager.cc:362] Metadata directory not provided
06:12:54.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.872473  9615 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:54.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.872901  9615 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.877565  9615 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data/instance:
06:12:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5e20b428cf1498993e1b652e7760c88"
06:12:54.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:54 on dist-test-slave-0b58"
06:12:54.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.878772  9615 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/wal/instance:
06:12:54.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5e20b428cf1498993e1b652e7760c88"
06:12:54.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:54 on dist-test-slave-0b58"
06:12:54.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.887861  9615 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.004s
06:12:54.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.895076  9638 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:54.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.896682  9615 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.003s
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.897002  9615 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/wal
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e5e20b428cf1498993e1b652e7760c88"
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:54 on dist-test-slave-0b58"
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.897325  9615 fs_report.cc:389] FS layout report
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/wal
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/wal
06:12:54.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data/data
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:54.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:54.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.973666  9615 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:54.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.975209  9615 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
06:12:54.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:54.975636  9615 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:55.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.050836  9615 rpc_server.cc:307] RPC server started. Bound to: 127.9.77.125:43941
06:12:55.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.050926  9693 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.77.125:43941 every 8 connection(s)
06:12:55.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.053785  9615 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/data/info.pb
06:12:55.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.054674  9525 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 9615
06:12:55.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.055164  9525 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-1/wal/instance
06:12:55.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.057472  9525 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:55.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:12:55.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/wal
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/logs
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data/info.pb
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.77.124:46521
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.77.124
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.77.84:41515
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:55.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.77.126:37697,127.9.77.125:43941,127.9.77.124:46521
06:12:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41953/jwks.json
06:12:55.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39355 with env {}
06:12:55.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.060415  9694 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:55.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.071450  9694 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } has no permanent_uuid. Determining permanent_uuid...
06:12:55.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.095868  9694 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } has no permanent_uuid. Determining permanent_uuid...
06:12:55.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.111478  9694 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } has no permanent_uuid. Determining permanent_uuid...
06:12:55.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.114213  9640 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.119689  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.169312  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 1
06:12:55.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.174366  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.242856  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 2
06:12:55.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.247356  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.338850  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 3
06:12:55.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.343858  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.401031  9695 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:12:55.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.401615  9695 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:12:55.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.402081  9695 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:12:55.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.437674  9695 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:12:55.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.438016  9695 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:12:55.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.438303  9695 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:12:55.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.438530  9695 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:12:55.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.438732  9695 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:12:55.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.438875  9695 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:41953/jwks.json
06:12:55.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.477464  9695 master_runner.cc:387] Master server non-default flags:
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.77.84:41515
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/wal
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39355
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.77.126:37697,127.9.77.125:43941,127.9.77.124:46521
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.77.124:46521
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41953/jwks.json
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data/info.pb
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.77.124
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/logs
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:12:55.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:12:55.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.478848  9695 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:12:55.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.480620  9695 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:12:55.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.487397  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 4
06:12:55.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.488022  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } attempt: 7
06:12:55.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.494773  9706 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
06:12:55.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.498044  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.523794  9613 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } has no permanent_uuid. Determining permanent_uuid...
06:12:55.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.544576  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.603271  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 1
06:12:55.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.612428  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.694052  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 2
06:12:55.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.703666  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.789302  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 3
06:12:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.797614  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 5
06:12:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.797915  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.806214  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:55.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:55.938591  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 4
06:12:55.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.948973  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:56.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:56.232640  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 5
06:12:56.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:56.248199  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:56.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:56.353765  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 6
06:12:56.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:56.383469  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:56.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:56.800832  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 6
06:12:56.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:56.840682  9613 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:57.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:56.897009  9705 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 9695
06:12:57.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.343611  9695 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.847s	user 0.737s	sys 1.109s
06:12:57.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.343989  9695 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.848s	user 0.737s	sys 1.109s
06:12:57.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:55.496765  9709 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
06:12:57.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.345587  9710 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1848 milliseconds
06:12:57.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.346634  9711 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
06:12:57.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.346633  9695 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
06:12:57.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.350631  9695 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:12:57.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.353338  9695 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:12:57.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.354808  9695 hybrid_clock.cc:648] HybridClock initialized: now 1786515177354746 us; error 57 us; skew 500 ppm
06:12:57.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.355734  9695 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:12:57.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.362548  9695 webserver.cc:533] Webserver started at http://127.9.77.124:39071/ using document root <none> and password file <none>
06:12:57.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.363701  9695 fs_manager.cc:362] Metadata directory not provided
06:12:57.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.364027  9695 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:12:57.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.364643  9695 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:12:57.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.369423  9695 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data/instance:
06:12:57.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "787029e5f91e4bd7851519d67441832d"
06:12:57.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:57 on dist-test-slave-0b58"
06:12:57.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.370725  9695 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/wal/instance:
06:12:57.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "787029e5f91e4bd7851519d67441832d"
06:12:57.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:57 on dist-test-slave-0b58"
06:12:57.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.379143  9695 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.005s
06:12:57.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.386439  9723 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:12:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.388048  9695 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.388543  9695 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/wal
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "787029e5f91e4bd7851519d67441832d"
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:12:57 on dist-test-slave-0b58"
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.388942  9695 fs_report.cc:389] FS layout report
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/wal
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/wal
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data/data
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:12:57.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:12:57.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.444103  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 7
06:12:57.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.452368  9694 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.77.124:46521: Network error: Client connection negotiation failed: client connection to 127.9.77.124:46521: connect: Connection refused (error 111)
06:12:57.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.453272  9695 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:12:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.454947  9695 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
06:12:57.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.455474  9695 kserver.cc:163] Server-wide thread pool size limit: 3276
06:12:57.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.587994  9695 rpc_server.cc:307] RPC server started. Bound to: 127.9.77.124:46521
06:12:57.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.588078  9782 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.77.124:46521 every 8 connection(s)
06:12:57.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.590796  9695 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/data/info.pb
06:12:57.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.596748  9783 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:12:57.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.599517  9525 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 9695
06:12:57.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.600039  9525 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster18109882700918489989/master-2/wal/instance
06:12:57.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.610978  9783 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } has no permanent_uuid. Determining permanent_uuid...
06:12:57.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.631031  9783 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } has no permanent_uuid. Determining permanent_uuid...
06:12:57.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.644310  9783 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } has no permanent_uuid. Determining permanent_uuid...
06:12:57.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.663143  9783 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d: Bootstrap starting.
06:12:57.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.664359  9525 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:12:57.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.669837  9783 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d: Neither blocks nor log segments found. Creating new log.
06:12:57.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.671770  9783 log.cc:826] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d: Log is configured to *not* fsync() on all Append() calls
06:12:57.672 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:57.672 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:12:57.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.677577  9783 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d: No bootstrap required, opened a new log
06:12:57.681 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.77.126"
      port: 37697
    }
    bound_http_address {
      host: "127.9.77.126"
      port: 37793
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.77.125"
      port: 43941
    }
    bound_http_address {
      host: "127.9.77.125"
      port: 36863
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.77.124"
      port: 46521
    }
    bound_http_address {
      host: "127.9.77.124"
      port: 39071
    }
  }
}

06:12:57.682 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:12:57.683 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:12:57.684 [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=a2869907-9de5-42f6-b14d-e19ed51e252c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.77.124:46521,127.9.77.126:37697,127.9.77.125:43941}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:12:57.687 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:12:57.687 [INFO - Metastore-Handler-Pool: Thread-92] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:12:57.688 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@312b5d70, with PersistenceManager: null will be shutdown
06:12:57.688 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@312b5d70, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@423e830a created in the thread with id: 92
06:12:57.695 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@312b5d70
06:12:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.701308  9783 raft_consensus.cc:359] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.702227  9783 raft_consensus.cc:385] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:57.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.702536  9783 raft_consensus.cc:740] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 787029e5f91e4bd7851519d67441832d, State: Initialized, Role: FOLLOWER
06:12:57.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.703823  9783 consensus_queue.cc:260] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:57.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.707033  9792 sys_catalog.cc:455] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [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: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:12:57.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.707926  9792 sys_catalog.cc:458] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: This master's current role is: FOLLOWER
06:12:57.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.709167  9783 sys_catalog.cc:565] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: configured and running, proceeding with master startup.
06:12:57.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.711172  9732 tablet.cc:2406] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:57.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.739131  9792 raft_consensus.cc:493] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:12:57.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.739812  9792 raft_consensus.cc:515] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:57.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.745105  9792 leader_election.cc:290] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2584d86dd71548fdb2ec65a44c5d43b4 (127.9.77.126:37697), e5e20b428cf1498993e1b652e7760c88 (127.9.77.125:43941)
06:12:57.813 [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=	
06:12:57.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.815001  9803 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:57.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.836522  9808 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:57.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:57.837133  9808 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:57.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.811823  9695 master_runner.cc:187] Error getting master registration for 127.9.77.126:37697: OK, instance_id { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" instance_seqno: 1786515173100252 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:57.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.854259  9695 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:57.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.874220  9613 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 7
06:12:57.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.947811  9613 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: Bootstrap starting.
06:12:57.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.962055  9613 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: Neither blocks nor log segments found. Creating new log.
06:12:57.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.974095  9613 log.cc:826] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: Log is configured to *not* fsync() on all Append() calls
06:12:57.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:57.993052  9613 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: No bootstrap required, opened a new log
06:12:58.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.024886  9613 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:58.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.026185  9613 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:58.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.026716  9613 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2584d86dd71548fdb2ec65a44c5d43b4, State: Initialized, Role: FOLLOWER
06:12:58.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.027956  9613 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:58.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.043354  9585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "787029e5f91e4bd7851519d67441832d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" is_pre_election: true
06:12:58.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.045193  9585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 787029e5f91e4bd7851519d67441832d in term 0.
06:12:58.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.047699  9726 leader_election.cc:304] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [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: 2584d86dd71548fdb2ec65a44c5d43b4, 787029e5f91e4bd7851519d67441832d; no voters: 
06:12:58.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.048727  9792 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Leader pre-election won for term 1
06:12:58.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.049113  9792 raft_consensus.cc:493] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:12:58.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.049151  9613 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [sys.catalog]: configured and running, proceeding with master startup.
06:12:58.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.049440  9792 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 0 FOLLOWER]: Advancing to term 1
06:12:58.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.053350  9812 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [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: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:12:58.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.054606  9812 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [sys.catalog]: This master's current role is: FOLLOWER
06:12:58.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:58.057497  9563 tablet.cc:2406] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:12:58.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.057963  9792 raft_consensus.cc:515] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:58.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.065863  9585 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "787029e5f91e4bd7851519d67441832d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2584d86dd71548fdb2ec65a44c5d43b4"
06:12:58.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.066694  9585 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [term 0 FOLLOWER]: Advancing to term 1
06:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.077761  9585 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 787029e5f91e4bd7851519d67441832d in term 1.
06:12:58.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.079453  9792 leader_election.cc:290] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [CANDIDATE]: Term 1 election: Requested vote from peers 2584d86dd71548fdb2ec65a44c5d43b4 (127.9.77.126:37697), e5e20b428cf1498993e1b652e7760c88 (127.9.77.125:43941)
06:12:58.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.085533  9726 leader_election.cc:304] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [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: 2584d86dd71548fdb2ec65a44c5d43b4, 787029e5f91e4bd7851519d67441832d; no voters: 
06:12:58.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.087020  9792 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 1 FOLLOWER]: Leader election won for term 1
06:12:58.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.097229  9792 raft_consensus.cc:697] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [term 1 LEADER]: Becoming Leader. State: Replica: 787029e5f91e4bd7851519d67441832d, State: Running, Role: LEADER
06:12:58.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.104928  9792 consensus_queue.cc:237] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [LEADER]: Queue going to LEADER mode. State: All 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: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:58.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.143249  9814 sys_catalog.cc:455] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 787029e5f91e4bd7851519d67441832d. Latest consensus state: current_term: 1 leader_uuid: "787029e5f91e4bd7851519d67441832d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:12:58.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.144548  9814 sys_catalog.cc:458] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: This master's current role is: LEADER
06:12:58.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.164590  9819 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:12:58.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.175570  9819 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:12:58.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.236186  9585 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [term 1 FOLLOWER]: Refusing update from remote peer 787029e5f91e4bd7851519d67441832d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:58.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.240444  9814 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [LEADER]: Connected to new peer: Peer: permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:12:58.276 [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=	
06:12:58.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:58.277196  9829 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:58.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.374075  9812 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 787029e5f91e4bd7851519d67441832d. Latest consensus state: current_term: 1 leader_uuid: "787029e5f91e4bd7851519d67441832d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:12:58.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.375036  9812 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [sys.catalog]: This master's current role is: FOLLOWER
06:12:58.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.404749  9826 mvcc.cc:204] Tried to move back new op lower bound from 7317566170005032960 to 7317566169532219392. Current Snapshot: MvccSnapshot[applied={T|T < 7317566170005032960}]
06:12:58.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.414676  9812 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "787029e5f91e4bd7851519d67441832d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:12:58.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.415491  9812 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4 [sys.catalog]: This master's current role is: FOLLOWER
06:12:58.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.420368  9792 sys_catalog.cc:455] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "787029e5f91e4bd7851519d67441832d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:12:58.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.421303  9792 sys_catalog.cc:458] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: This master's current role is: LEADER
06:12:58.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.436565  9819 catalog_manager.cc:1384] Generated new cluster ID: a3f8794dff4345b4880add7f52f86f77
06:12:58.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.436921  9819 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:12:58.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:58.449038  9834 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:12:58.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:58.450951  9834 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:12:58.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.482038  9819 catalog_manager.cc:1407] Generated new certificate authority record
06:12:58.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.487090  9819 catalog_manager.cc:1560] Loading token signing keys...
06:12:58.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.378265  9540 master_runner.cc:187] Error getting master registration for 127.9.77.125:43941: OK, instance_id { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" instance_seqno: 1786515175030091 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:12:58.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.498232  9540 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:12:58.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.528872  9819 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d: Generated new TSK 0
06:12:58.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.537813  9819 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:12:58.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.545058  9819 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:12:58.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:58.549736  9819 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:12:58.772 [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.
06:12:58.797 [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.
06:12:58.797 [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.
06:12:58.870 [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=	
06:12:58.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:58.871802  9803 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:59.070 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:12:59.090 [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/hive10635321565831791131/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=a2869907-9de5-42f6-b14d-e19ed51e252c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.77.124:46521,127.9.77.126:37697,127.9.77.125:43941}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:12:59.093 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10635321565831791131/external-warehouse/table
06:12:59.292 [INFO - Metastore-Handler-Pool: Thread-99] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:12:59.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.295480  9829 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:59.378 [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	
06:12:59.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.459235  9834 catalog_manager.cc:1296] Loaded cluster ID: a3f8794dff4345b4880add7f52f86f77
06:12:59.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.459551  9834 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: loading cluster ID for follower catalog manager: success
06:12:59.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.471768  9834 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: acquiring CA information for follower catalog manager: success
06:12:59.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.477872  9834 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 2584d86dd71548fdb2ec65a44c5d43b4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:12:59.480 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:12:59.481 [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	
06:12:59.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.542840  9694 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } attempt: 8
06:12:59.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.562089  9725 proxy.cc:239] Call had error, refreshing address and retrying: Timed out: RequestConsensusVote RPC to 127.9.77.125:43941 timed out after 1.815s (SENT)
06:12:59.667 [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.
06:12:59.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.687119  9694 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: Bootstrap starting.
06:12:59.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.697217  9694 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: Neither blocks nor log segments found. Creating new log.
06:12:59.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.700021  9694 log.cc:826] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: Log is configured to *not* fsync() on all Append() calls
06:12:59.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.722114  9694 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: No bootstrap required, opened a new log
06:12:59.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.871169  9694 raft_consensus.cc:359] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:59.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.876616  9694 raft_consensus.cc:385] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:12:59.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.879002  9694 raft_consensus.cc:740] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e5e20b428cf1498993e1b652e7760c88, State: Initialized, Role: FOLLOWER
06:12:59.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.884905  9694 consensus_queue.cc:260] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } }
06:12:59.889 [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=	
06:12:59.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.890130  9803 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:12:59.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.919514  9664 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "787029e5f91e4bd7851519d67441832d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e5e20b428cf1498993e1b652e7760c88" is_pre_election: true
06:12:59.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.920503  9664 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 787029e5f91e4bd7851519d67441832d in term 0.
06:12:59.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.921650  9667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "787029e5f91e4bd7851519d67441832d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e5e20b428cf1498993e1b652e7760c88" is_pre_election: true
06:12:59.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.922318  9667 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 787029e5f91e4bd7851519d67441832d in term 0.
06:12:59.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.922857  9667 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:54664 (request call id 1) took 2177 ms (client timeout 1815 ms). Trace:
06:12:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.923267  9667 rpcz_store.cc:269] 0812 06:12:57.745973 (+     0us) service_pool.cc:167] Inserting onto call queue
06:12:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:57.746138 (+   165us) service_pool.cc:224] Handling call
06:12:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:59.922769 (+2176631us) inbound_call.cc:177] Queueing success response
06:12:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
06:12:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.924437  9666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "787029e5f91e4bd7851519d67441832d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e5e20b428cf1498993e1b652e7760c88"
06:12:59.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.925057  9666 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 0 FOLLOWER]: Advancing to term 1
06:12:59.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.935112  9666 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 787029e5f91e4bd7851519d67441832d in term 1.
06:12:59.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.936761  9665 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [term 1 FOLLOWER]: Refusing update from remote peer 787029e5f91e4bd7851519d67441832d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:12:59.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.941102  9665 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:54664 (request call id 3) took 1713 ms. Trace:
06:12:59.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.941823  9665 rpcz_store.cc:276] 0812 06:12:58.227472 (+     0us) service_pool.cc:167] Inserting onto call queue
06:12:59.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:58.232179 (+  4707us) service_pool.cc:224] Handling call
06:12:59.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:59.936084 (+1703905us) raft_consensus.cc:1471] Updating replica for 0 ops
06:12:59.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:59.937142 (+  1058us) raft_consensus.cc:1697] Filling consensus response to leader.
06:12:59.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:59.940738 (+  3596us) spinlock_profiling.cc:243] Waited 7.44 ms on lock 0x7b5400030550. stack: 00007f08d9bada13 00007f08d9bad910 00007f08d975b4b4 0000000000516c84 0000000000516c19 00007f08e0cad891 00007f08e0d43bcd 00007f08e1da20d9 00007f08e0420cf4 00007f08e0420c82 00007f08e0420bb1 00007f08e0420b2c 00007f08e041fde2 00007f08dea0eeec 00007f08dea0e326 00007f08dea0dccf
06:12:59.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:59.941022 (+   284us) inbound_call.cc:177] Queueing success response
06:12:59.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"spinlock_wait_cycles":17106176}
06:12:59.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.948966  9666 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:54664 (request call id 2) took 1868 ms (client timeout 1981 ms). Trace:
06:12:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.951146  9666 rpcz_store.cc:269] 0812 06:12:58.080451 (+     0us) service_pool.cc:167] Inserting onto call queue
06:12:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:58.080614 (+   163us) service_pool.cc:224] Handling call
06:12:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:12:59.948882 (+1868268us) inbound_call.cc:177] Queueing success response
06:12:59.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
06:12:59.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.950654  9694 sys_catalog.cc:565] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [sys.catalog]: configured and running, proceeding with master startup.
06:12:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.916543  9853 sys_catalog.cc:455] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [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: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:12:59.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.954349  9853 sys_catalog.cc:458] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [sys.catalog]: This master's current role is: FOLLOWER
06:12:59.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:12:59.961234  9854 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
06:12:59.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:12:59.987411  9645 tablet.cc:2406] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:00.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.040048  9853 sys_catalog.cc:455] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 787029e5f91e4bd7851519d67441832d. Latest consensus state: current_term: 1 leader_uuid: "787029e5f91e4bd7851519d67441832d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:13:00.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.040845  9853 sys_catalog.cc:458] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [sys.catalog]: This master's current role is: FOLLOWER
06:13:00.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.042208  9863 sys_catalog.cc:455] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "787029e5f91e4bd7851519d67441832d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:13:00.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.043219  9863 sys_catalog.cc:458] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88 [sys.catalog]: This master's current role is: FOLLOWER
06:13:00.082 [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=	
06:13:00.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:00.083737  9872 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:00.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.181927  9876 catalog_manager.cc:1296] Loaded cluster ID: a3f8794dff4345b4880add7f52f86f77
06:13:00.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.182252  9876 catalog_manager.cc:1608] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: loading cluster ID for follower catalog manager: success
06:13:00.196 [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.
06:13:00.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.198526  9876 catalog_manager.cc:1630] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: acquiring CA information for follower catalog manager: success
06:13:00.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.210526  9876 catalog_manager.cc:1658] T 00000000000000000000000000000000 P e5e20b428cf1498993e1b652e7760c88: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:13:00.283 [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.
06:13:00.313 [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=	
06:13:00.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:00.313927  9829 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:00.357 [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
06:13:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.455982  9854 sys_catalog.cc:455] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "787029e5f91e4bd7851519d67441832d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2584d86dd71548fdb2ec65a44c5d43b4" member_type: VOTER last_known_addr { host: "127.9.77.126" port: 37697 } } peers { permanent_uuid: "e5e20b428cf1498993e1b652e7760c88" member_type: VOTER last_known_addr { host: "127.9.77.125" port: 43941 } } peers { permanent_uuid: "787029e5f91e4bd7851519d67441832d" member_type: VOTER last_known_addr { host: "127.9.77.124" port: 46521 } } }
06:13:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:00.456825  9854 sys_catalog.cc:458] T 00000000000000000000000000000000 P 787029e5f91e4bd7851519d67441832d [sys.catalog]: This master's current role is: LEADER
06:13:00.682 [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.
06:13:00.684 [DEBUG - Metastore-Handler-Pool: Thread-92] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:13:00.693 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.9.77.124:46521(127.9.77.124:46521)] connecting to peer
06:13:00.701 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.9.77.126:37697(127.9.77.126:37697)] connecting to peer
06:13:00.704 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.9.77.124:46521(127.9.77.124:46521)] Successfully connected to peer
06:13:00.725 [DEBUG - Metastore-Handler-Pool: Thread-92] (Connection.java:748) [peer master-127.9.77.125:43941(127.9.77.125:43941)] connecting to peer
06:13:00.725 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.9.77.126:37697(127.9.77.126:37697)] Successfully connected to peer
06:13:00.773 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.9.77.125:43941(127.9.77.125:43941)] Successfully connected to peer
06:13:00.796 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.77.124
06:13:00.886 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.77.126
06:13:00.913 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:00.914 [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=	
06:13:00.915 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.9.77.125
06:13:00.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:00.919536  9803 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:00.929 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xb381bcd7, L:/127.0.0.1:49916 - R:/127.9.77.124:46521] using SASL/PLAIN
06:13:00.945 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:13:00.955 [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)

06:13:00.963 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:00.965 [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	
06:13:00.991 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xb1790039, L:/127.0.0.1:47020 - R:/127.9.77.125:43941] using SASL/PLAIN
06:13:01.007 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:01.048 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4b3b0609, L:/127.0.0.1:50514 - R:/127.9.77.126:37697] using SASL/PLAIN
06:13:01.065 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:01.150 [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	
06:13:01.189 [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=	
06:13:01.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:01.193748  9872 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:01.325 [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=	
06:13:01.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:01.326207  9829 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:01.337 [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
06:13:01.436 [INFO - Metastore-Handler-Pool: Thread-92] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:13:01.439 [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=a2869907-9de5-42f6-b14d-e19ed51e252c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.77.124:46521,127.9.77.126:37697,127.9.77.125:43941}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:13:01.453 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:01.484 [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/hive10635321565831791131/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=a2869907-9de5-42f6-b14d-e19ed51e252c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.9.77.124:46521,127.9.77.126:37697,127.9.77.125:43941}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:13:01.489 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10635321565831791131/external-warehouse/table
06:13:01.640 [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	
06:13:01.655 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:01.657 [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	
06:13:01.733 [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
06:13:01.813 [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)	
06:13:01.819 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:01.838 [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/hive10635321565831791131/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)
06:13:01.839 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive10635321565831791131/external-warehouse/table specified for non-external table:table
06:13:01.841 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10635321565831791131/external-warehouse/table
06:13:01.913 [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	
06:13:01.934 [INFO - Metastore-Handler-Pool: Thread-112] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:01.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:01.934844  9803 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:01.946 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:01.948 [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	
06:13:02.025 [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
06:13:02.081 [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)

06:13:02.101 [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	
06:13:02.134 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:02.151 [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	
06:13:02.211 [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
06:13:02.214 [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=	
06:13:02.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:02.215719  9872 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:02.322 [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)	
06:13:02.327 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:02.331 [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/hive10635321565831791131/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)
06:13:02.349 [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=	
06:13:02.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:02.350384  9829 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:02.356 [WARN - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:2452) Location: file:/tmp/hive10635321565831791131/external-warehouse/table specified for non-external table:table
06:13:02.357 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10635321565831791131/external-warehouse/table
06:13:02.437 [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	
06:13:02.463 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:02.473 [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	
06:13:02.535 [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
06:13:02.578 [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)

06:13:02.581 [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	
06:13:02.625 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:02.629 [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	
06:13:02.681 [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
06:13:02.729 [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)	
06:13:02.732 [INFO - Metastore-Handler-Pool: Thread-92] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:02.735 [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/hive10635321565831791131/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)
06:13:02.746 [INFO - Metastore-Handler-Pool: Thread-92] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10635321565831791131/external-warehouse/table
06:13:02.812 [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	
06:13:02.844 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:02.846 [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	
06:13:02.904 [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
06:13:02.930 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:13:02.930 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:13:02.931 [INFO - Metastore-Handler-Pool: Thread-92] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@312b5d70, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@423e830a will be shutdown
06:13:02.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:02.930884  9525 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 9540
06:13:02.932 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:13:02.943 [INFO - Metastore-Handler-Pool: Thread-117] (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=	
06:13:02.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:02.944361  9803 client.h:373] Failed to connect to Hive Metastore (localhost:39355): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:02.970 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.9.77.126:37697(127.9.77.126:37697)] handling channelInactive
06:13:02.970 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.9.77.126:37697(127.9.77.126:37697)] cleaning up while in state READY due to: connection closed
06:13:02.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:02.971946  9525 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 9615
06:13:03.014 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.9.77.125:43941(127.9.77.125:43941)] handling channelInactive
06:13:03.014 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.9.77.125:43941(127.9.77.125:43941)] cleaning up while in state READY due to: connection closed
06:13:03.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:03.014971  9525 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 9695
06:13:03.054 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.9.77.124:46521(127.9.77.124:46521)] handling channelInactive
06:13:03.054 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.9.77.124:46521(127.9.77.124:46521)] cleaning up while in state READY due to: connection closed
06:13:04.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:04Z chronyd exiting
.06:13:05.229 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:05.230 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:05.230 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:05.253 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12049694574606401425
06:13:05.254 [INFO - Thread-82] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:13:05.254 [INFO - Thread-82] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:13:05.257 [INFO - Thread-82] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:13:05.257 [INFO - Thread-82] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:13:05.257 [INFO - Thread-82] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:13:05.258 [INFO - Thread-82] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:13:05.260 [INFO - Thread-82] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:13:05.260 [INFO - Thread-82] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:13:05.261 [INFO - Thread-82] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:13:05.262 [INFO - Thread-82] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:13:05.263 [INFO - Thread-82] (HikariDataSource.java:80) objectstore - Starting...
06:13:05.348 [INFO - Thread-82] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:05.349 [INFO - Thread-82] (HikariDataSource.java:82) objectstore - Start completed.
06:13:05.349 [INFO - Thread-82] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:13:05.350 [INFO - Thread-82] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:13:05.352 [INFO - Thread-82] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:05.352 [INFO - Thread-82] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:13:05.369 [INFO - Thread-82] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:13:05.369 [INFO - Thread-82] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:13:05.369 [INFO - Thread-82] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:13:05.393 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:05.394 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:05.394 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:05.394 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:05.395 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:05.395 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:05.575 [INFO - Thread-82] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:13:05.576 [INFO - Thread-82] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7a0dadf1, with PersistenceManager: null will be shutdown
06:13:05.576 [INFO - Thread-82] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7a0dadf1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1200cefd created in the thread with id: 118
06:13:05.578 [WARN - Thread-82] (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
06:13:05.580 [INFO - Thread-82] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7a0dadf1
06:13:05.715 [INFO - Thread-82] (HMSHandler.java:595) Started creating a default database with name: default
06:13:05.739 [INFO - Thread-82] (HMSHandler.java:605) Successfully created a default database with name: default
06:13:05.770 [INFO - Thread-82] (HMSHandler.java:668) Added admin role in metastore
06:13:05.772 [INFO - Thread-82] (HMSHandler.java:677) Added public role in metastore
06:13:05.809 [INFO - Thread-82] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:13:05.809 [INFO - Thread-82] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:13:05.827 [INFO - Thread-82] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:13:05.830 [INFO - Thread-82] (HiveMetaStore.java:697) Direct SQL optimization = true
06:13:05.832 [WARN - Thread-82] (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)
06:13:05.835 [INFO - Thread-82] (HiveMetaStore.java:632) Started the new metaserver on port [46749]...
06:13:05.835 [INFO - Thread-82] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:13:05.835 [INFO - Thread-82] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:13:05.835 [INFO - Thread-82] (HiveMetaStore.java:635) TCP keepalive = true
06:13:05.835 [INFO - Thread-82] (HiveMetaStore.java:636) Enable SSL = false
06:13:06.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:06.256 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:06.257 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:06.258 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:13:06.259 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46749]
06:13:06.259 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46749) in binary transport mode
06:13:06.259 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46749) current connections: 1
06:13:06.261 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP8Pmxb/test-tmp
06:13:06.261 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
06:13:06.261 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP8Pmxb/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
06:13:06.265 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46749"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:13:06.629 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:06.629 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:13:06.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:06.633425  9940 mini_oidc.cc:150] Starting JWKS server
06:13:06.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:06.636935  9940 webserver.cc:533] Webserver started at http://127.0.0.1:45431/ using document root <none> and password file <none>
06:13:06.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:06.637387  9940 mini_oidc.cc:186] Starting OIDC Discovery server
06:13:06.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:06.639251  9940 webserver.cc:533] Webserver started at http://127.0.0.1:38057/ using document root <none> and password file <none>
06:13:06.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:06Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:13:06.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:06Z Disabled control of system clock
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:06.713881  9940 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/wal
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/logs
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data/info.pb
06:13:06.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.181.62:43243
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.181.62
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.181.20:35877
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.181.62:43243,127.9.181.61:41261,127.9.181.60:40723
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
06:13:06.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46749 with env {}
06:13:07.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.054699  9953 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:07.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.055358  9953 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:07.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.055985  9953 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:07.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.089689  9953 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:07.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.090026  9953 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:07.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.090233  9953 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:07.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.090425  9953 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:07.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.090628  9953 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:07.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.090767  9953 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45431/jwks.json
06:13:07.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:07.130272  9953 master_runner.cc:387] Master server non-default flags:
06:13:07.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.181.20:35877
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/wal
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46749
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.181.62:43243,127.9.181.61:41261,127.9.181.60:40723
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.181.62:43243
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data/info.pb
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.181.62
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/logs
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:07.131775  9953 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:07.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:07.133823  9953 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:07.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.146605  9961 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
06:13:09.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:08.551034  9960 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 9953
06:13:09.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:07.147993  9962 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
06:13:09.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.214707  9953 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 2.066s	user 0.756s	sys 1.310s
06:13:09.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.217343  9953 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 2.069s	user 0.756s	sys 1.310s
06:13:09.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.219051  9964 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
06:13:09.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.224753  9963 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 2067 milliseconds
06:13:09.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.224828  9953 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
06:13:09.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.227047  9953 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:09.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.231052  9953 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:09.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.232719  9953 hybrid_clock.cc:648] HybridClock initialized: now 1786515189232625 us; error 127 us; skew 500 ppm
06:13:09.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.234160  9953 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:09.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.244872  9953 webserver.cc:533] Webserver started at http://127.9.181.62:37483/ using document root <none> and password file <none>
06:13:09.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.246644  9953 fs_manager.cc:362] Metadata directory not provided
06:13:09.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.246949  9953 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:09.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.247633  9953 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:09.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.255296  9953 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data/instance:
06:13:09.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3293e81bd006458fa5a8a74685fa8db7"
06:13:09.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:09 on dist-test-slave-0b58"
06:13:09.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.257380  9953 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/wal/instance:
06:13:09.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3293e81bd006458fa5a8a74685fa8db7"
06:13:09.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:09 on dist-test-slave-0b58"
06:13:09.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.272588  9953 fs_manager.cc:696] Time spent creating directory manager: real 0.014s	user 0.005s	sys 0.010s
06:13:09.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.283681  9972 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:09.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.286273  9953 fs_manager.cc:730] Time spent opening block manager: real 0.007s	user 0.004s	sys 0.003s
06:13:09.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.286821  9953 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/wal
06:13:09.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3293e81bd006458fa5a8a74685fa8db7"
06:13:09.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:09 on dist-test-slave-0b58"
06:13:09.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.287477  9953 fs_report.cc:389] FS layout report
06:13:09.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/wal
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/wal
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data/data
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:09.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:09.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:09.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.392334  9953 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:09.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.394953  9953 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
06:13:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.395772  9953 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:09.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.531417  9953 rpc_server.cc:307] RPC server started. Bound to: 127.9.181.62:43243
06:13:09.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.531618 10030 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.181.62:43243 every 8 connection(s)
06:13:09.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.536041  9953 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/data/info.pb
06:13:09.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.547034 10031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:09.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.548184  9940 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 9953
06:13:09.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.549316  9940 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-0/wal/instance
06:13:09.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.559904  9940 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/wal
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/logs
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data/info.pb
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:09.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.181.61:41261
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.181.61
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.181.20:35877
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.181.62:43243,127.9.181.61:41261,127.9.181.60:40723
06:13:09.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:09.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
06:13:09.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46749 with env {}
06:13:09.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.582844 10031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } has no permanent_uuid. Determining permanent_uuid...
06:13:09.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.641921 10031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } has no permanent_uuid. Determining permanent_uuid...
06:13:09.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.646870  9974 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:09.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.655627 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:09.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.705889 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 1
06:13:09.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.713904 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:09.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.782603 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 2
06:13:09.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.790928 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:09.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:09.882854 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 3
06:13:09.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:09.890934 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:10.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:10.034719 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 4
06:13:10.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.042488 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:10.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.139389 10032 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:10.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.139953 10032 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:10.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.140507 10032 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.173708 10032 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.174031 10032 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.174237 10032 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.174437 10032 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.174631 10032 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:10.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.174780 10032 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45431/jwks.json
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:10.214608 10032 master_runner.cc:387] Master server non-default flags:
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.181.20:35877
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/wal
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46749
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.181.62:43243,127.9.181.61:41261,127.9.181.60:40723
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.181.61:41261
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data/info.pb
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.181.61
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/logs
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:10.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:10.215981 10032 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:10.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:10.217767 10032 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:10.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.231506 10041 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
06:13:10.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:10.342294 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 5
06:13:10.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.351401 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:10.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:10.898959 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 6
06:13:10.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.929251 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:11.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:11.989905 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 7
06:13:12.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.029179 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.61:41261: Network error: Client connection negotiation failed: client connection to 127.9.181.61:41261: connect: Connection refused (error 111)
06:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:11.635428 10040 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 10032
06:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.134469 10040 kernel_stack_watchdog.cc:198] Thread 10032 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 400ms:
06:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
06:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
06:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
06:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
06:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:10.233206 10042 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
06:13:12.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.135589 10032 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.903s	user 0.656s	sys 1.235s
06:13:12.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.135988 10043 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1902 milliseconds
06:13:12.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.136425 10032 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.904s	user 0.657s	sys 1.236s
06:13:12.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.137934 10045 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
06:13:12.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.137897 10032 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
06:13:12.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.141471 10032 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:12.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.144547 10032 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:12.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.145952 10032 hybrid_clock.cc:648] HybridClock initialized: now 1786515192145924 us; error 63 us; skew 500 ppm
06:13:12.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.146898 10032 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:12.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.154518 10032 webserver.cc:533] Webserver started at http://127.9.181.61:39251/ using document root <none> and password file <none>
06:13:12.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.155588 10032 fs_manager.cc:362] Metadata directory not provided
06:13:12.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.155808 10032 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:12.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.156213 10032 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:12.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.160923 10032 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data/instance:
06:13:12.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78473605a2104282a3b202257c0e0289"
06:13:12.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:12 on dist-test-slave-0b58"
06:13:12.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.162108 10032 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/wal/instance:
06:13:12.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78473605a2104282a3b202257c0e0289"
06:13:12.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:12 on dist-test-slave-0b58"
06:13:12.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.170219 10032 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.000s
06:13:12.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.177279 10057 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:12.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.178915 10032 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.002s
06:13:12.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.179275 10032 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/wal
06:13:12.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "78473605a2104282a3b202257c0e0289"
06:13:12.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:12 on dist-test-slave-0b58"
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.179605 10032 fs_report.cc:389] FS layout report
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/wal
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/wal
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data/data
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:12.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:12.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.241791 10032 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.243324 10032 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
06:13:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.243755 10032 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:12.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.324517 10032 rpc_server.cc:307] RPC server started. Bound to: 127.9.181.61:41261
06:13:12.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.324599 10113 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.181.61:41261 every 8 connection(s)
06:13:12.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.327608 10032 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/data/info.pb
06:13:12.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.333954 10114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:12.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.337822  9940 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10032
06:13:12.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.338168  9940 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-1/wal/instance
06:13:12.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.340215  9940 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:12.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:12.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/wal
06:13:12.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/logs
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data/info.pb
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.181.60:40723
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.181.60
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.181.20:35877
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:12.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:12.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:12.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.181.62:43243,127.9.181.61:41261,127.9.181.60:40723
06:13:12.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:12.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
06:13:12.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46749 with env {}
06:13:12.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.347299 10114 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } has no permanent_uuid. Determining permanent_uuid...
06:13:12.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.378377 10114 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } has no permanent_uuid. Determining permanent_uuid...
06:13:12.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.394207 10114 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } has no permanent_uuid. Determining permanent_uuid...
06:13:12.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.397047 10058 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:12.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.401664 10114 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:12.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.451264 10114 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 1
06:13:12.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.456213 10114 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:12.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.524793 10114 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 2
06:13:12.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.531232 10114 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:12.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.622746 10114 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 3
06:13:12.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.627872 10114 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:12.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.693094 10115 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:12.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.693745 10115 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:12.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.694233 10115 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.727671 10115 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.727989 10115 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.728189 10115 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.728499 10115 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:12.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.728714 10115 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:12.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.728863 10115 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45431/jwks.json
06:13:12.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.768281 10115 master_runner.cc:387] Master server non-default flags:
06:13:12.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:12.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.9.181.20:35877
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/wal
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46749
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.9.181.62:43243,127.9.181.61:41261,127.9.181.60:40723
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.9.181.60:40723
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45431/jwks.json
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data/info.pb
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.9.181.60
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:12.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/logs
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:12.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.769789 10115 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:12.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.771369 10114 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 4
06:13:12.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:12.771716 10115 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:12.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.776870 10114 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:12.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.786355 10127 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
06:13:13.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:13.076411 10114 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 5
06:13:13.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:13.084095 10114 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:13.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:13.631817 10114 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 6
06:13:13.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:13.644904 10114 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:14.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:12.786896 10129 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
06:13:14.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.057478 10131 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
06:13:14.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.060598 10130 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1269 milliseconds
06:13:14.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.060722 10115 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
06:13:14.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.062068 10115 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:14.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.064867 10115 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:14.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.066310 10115 hybrid_clock.cc:648] HybridClock initialized: now 1786515194066263 us; error 47 us; skew 500 ppm
06:13:14.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.067303 10115 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.074011 10115 webserver.cc:533] Webserver started at http://127.9.181.60:43017/ using document root <none> and password file <none>
06:13:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.075129 10115 fs_manager.cc:362] Metadata directory not provided
06:13:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.075402 10115 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:14.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.076138 10115 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.081081 10115 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data/instance:
06:13:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4"
06:13:14.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:14 on dist-test-slave-0b58"
06:13:14.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.082419 10115 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/wal/instance:
06:13:14.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4"
06:13:14.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:14 on dist-test-slave-0b58"
06:13:14.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.090638 10115 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.008s
06:13:14.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.097436 10140 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.099059 10115 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.001s	sys 0.004s
06:13:14.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.099507 10115 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/wal
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4"
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:14 on dist-test-slave-0b58"
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.099918 10115 fs_report.cc:389] FS layout report
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/wal
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/wal
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data/data
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:14.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:14.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:14.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:14.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:14.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:14.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:14.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:14.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.119799 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } attempt: 8
06:13:14.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.133275 10031 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } has no permanent_uuid. Determining permanent_uuid...
06:13:14.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.139669 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:14.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.160465 10115 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:14.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.162058 10115 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
06:13:14.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.162498 10115 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:14.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.205205 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 1
06:13:14.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.209769 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.263303 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 2
06:13:14.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.275725 10031 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.9.181.60:40723: Network error: Client connection negotiation failed: client connection to 127.9.181.60:40723: connect: Connection refused (error 111)
06:13:14.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.310890 10115 rpc_server.cc:307] RPC server started. Bound to: 127.9.181.60:40723
06:13:14.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.311288 10200 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.9.181.60:40723 every 8 connection(s)
06:13:14.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.314728 10115 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/data/info.pb
06:13:14.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.315420  9940 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10115
06:13:14.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.315905  9940 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster10178010759135410536/master-2/wal/instance
06:13:14.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.347086 10201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:14.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.352603 10031 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 3
06:13:14.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.370994 10201 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } has no permanent_uuid. Determining permanent_uuid...
06:13:14.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.388068 10031 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7: Bootstrap starting.
06:13:14.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.397635 10031 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7: Neither blocks nor log segments found. Creating new log.
06:13:14.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.399226 10201 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } has no permanent_uuid. Determining permanent_uuid...
06:13:14.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.400321 10031 log.cc:826] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7: Log is configured to *not* fsync() on all Append() calls
06:13:14.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.414047 10031 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7: No bootstrap required, opened a new log
06:13:14.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.414237  9940 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:13:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.415247 10201 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } has no permanent_uuid. Determining permanent_uuid...
06:13:14.424 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:14.424 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:13:14.426 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.9.181.62"
      port: 43243
    }
    bound_http_address {
      host: "127.9.181.62"
      port: 37483
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.9.181.61"
      port: 41261
    }
    bound_http_address {
      host: "127.9.181.61"
      port: 39251
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.9.181.60"
      port: 40723
    }
    bound_http_address {
      host: "127.9.181.60"
      port: 43017
    }
  }
}

06:13:14.428 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:13:14.428 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:14.429 [INFO - Metastore-Handler-Pool: Thread-139] (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)	
06:13:14.431 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:13:14.431 [INFO - Metastore-Handler-Pool: Thread-139] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:13:14.431 [INFO - Metastore-Handler-Pool: Thread-139] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b7d1511, with PersistenceManager: null will be shutdown
06:13:14.432 [INFO - Metastore-Handler-Pool: Thread-139] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b7d1511, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@70cf640f created in the thread with id: 139
06:13:14.437 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b7d1511
06:13:14.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.438838 10201 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: Bootstrap starting.
06:13:14.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.446688 10031 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.447989 10201 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: Neither blocks nor log segments found. Creating new log.
06:13:14.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.447985 10031 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:14.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.448669 10031 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3293e81bd006458fa5a8a74685fa8db7, State: Initialized, Role: FOLLOWER
06:13:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.450682 10201 log.cc:826] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: Log is configured to *not* fsync() on all Append() calls
06:13:14.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.450188 10031 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.460143 10210 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [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: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:14.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.463277 10201 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: No bootstrap required, opened a new log
06:13:14.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.464917 10210 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: This master's current role is: FOLLOWER
06:13:14.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.464550 10031 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: configured and running, proceeding with master startup.
06:13:14.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.499763 10201 raft_consensus.cc:359] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.502003 10201 raft_consensus.cc:385] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:14.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.502357 10201 raft_consensus.cc:740] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5ec29adf71e41a8a7858ddfaf23f3a4, State: Initialized, Role: FOLLOWER
06:13:14.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.504000 10201 consensus_queue.cc:260] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.511719 10210 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:13:14.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.512416 10210 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.513233 10216 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [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: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:14.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.514161 10216 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [sys.catalog]: This master's current role is: FOLLOWER
06:13:14.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.517284 10201 sys_catalog.cc:565] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [sys.catalog]: configured and running, proceeding with master startup.
06:13:14.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.518468 10210 leader_election.cc:290] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 78473605a2104282a3b202257c0e0289 (127.9.181.61:41261), d5ec29adf71e41a8a7858ddfaf23f3a4 (127.9.181.60:40723)
06:13:14.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.519198 10172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3293e81bd006458fa5a8a74685fa8db7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" is_pre_election: true
06:13:14.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.520213 10172 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3293e81bd006458fa5a8a74685fa8db7 in term 0.
06:13:14.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.521974  9973 leader_election.cc:304] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [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: 3293e81bd006458fa5a8a74685fa8db7, d5ec29adf71e41a8a7858ddfaf23f3a4; no voters: 
06:13:14.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.522953 10210 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:13:14.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.523448 10210 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:13:14.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.523881 10210 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 0 FOLLOWER]: Advancing to term 1
06:13:14.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.540577 10210 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.554101 10172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3293e81bd006458fa5a8a74685fa8db7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4"
06:13:14.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.554948 10172 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [term 0 FOLLOWER]: Advancing to term 1
06:13:14.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.564435 10172 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3293e81bd006458fa5a8a74685fa8db7 in term 1.
06:13:14.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.566365  9973 leader_election.cc:304] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [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: 3293e81bd006458fa5a8a74685fa8db7, d5ec29adf71e41a8a7858ddfaf23f3a4; no voters: 
06:13:14.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.577943 10225 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 1 FOLLOWER]: Leader election won for term 1
06:13:14.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.580564 10210 leader_election.cc:290] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [CANDIDATE]: Term 1 election: Requested vote from peers 78473605a2104282a3b202257c0e0289 (127.9.181.61:41261), d5ec29adf71e41a8a7858ddfaf23f3a4 (127.9.181.60:40723)
06:13:14.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.587558 10225 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [term 1 LEADER]: Becoming Leader. State: Replica: 3293e81bd006458fa5a8a74685fa8db7, State: Running, Role: LEADER
06:13:14.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.588934 10225 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [LEADER]: Queue going to LEADER mode. State: All 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: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.609962 10210 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3293e81bd006458fa5a8a74685fa8db7. Latest consensus state: current_term: 1 leader_uuid: "3293e81bd006458fa5a8a74685fa8db7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:14.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.610998 10210 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: This master's current role is: LEADER
06:13:14.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.614610 10236 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:13:14.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.654927 10244 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:13:14.657 [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=	
06:13:14.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.658355 10234 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:14.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.659896 10236 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:13:14.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.661917  9978 tablet.cc:2406] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:14.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:14.668431 10150 tablet.cc:2406] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:14.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.686041 10172 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [term 1 FOLLOWER]: Refusing update from remote peer 3293e81bd006458fa5a8a74685fa8db7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:13:14.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.688211 10210 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:13:14.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.705492 10114 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } attempt: 7
06:13:14.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.750960 10114 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289: Bootstrap starting.
06:13:14.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.660322 10115 master_runner.cc:187] Error getting master registration for 127.9.181.62:43243: OK, instance_id { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" instance_seqno: 1786515189495977 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:13:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.754483 10115 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:13:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.770306 10114 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289: Neither blocks nor log segments found. Creating new log.
06:13:14.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.775885 10114 log.cc:826] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289: Log is configured to *not* fsync() on all Append() calls
06:13:14.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.783551 10216 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3293e81bd006458fa5a8a74685fa8db7. Latest consensus state: current_term: 1 leader_uuid: "3293e81bd006458fa5a8a74685fa8db7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:14.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.785584 10216 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [sys.catalog]: This master's current role is: FOLLOWER
06:13:14.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.804239 10114 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289: No bootstrap required, opened a new log
06:13:14.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.812623 10245 mvcc.cc:204] Tried to move back new op lower bound from 7317566237409996800 to 7317566237062172672. Current Snapshot: MvccSnapshot[applied={T|T < 7317566237409996800}]
06:13:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.855154 10228 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3293e81bd006458fa5a8a74685fa8db7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.856096 10228 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: This master's current role is: LEADER
06:13:14.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.866513 10114 raft_consensus.cc:359] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.867759 10114 raft_consensus.cc:385] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.867777 10216 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3293e81bd006458fa5a8a74685fa8db7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.868506 10216 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4 [sys.catalog]: This master's current role is: FOLLOWER
06:13:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.868307 10114 raft_consensus.cc:740] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78473605a2104282a3b202257c0e0289, State: Initialized, Role: FOLLOWER
06:13:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.869724 10114 consensus_queue.cc:260] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } }
06:13:14.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.886767 10236 catalog_manager.cc:1384] Generated new cluster ID: 09798994070d4f948672336ae805c77d
06:13:14.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.887080 10236 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:13:14.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.890511 10114 sys_catalog.cc:565] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [sys.catalog]: configured and running, proceeding with master startup.
06:13:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.890702 10085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3293e81bd006458fa5a8a74685fa8db7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78473605a2104282a3b202257c0e0289" is_pre_election: true
06:13:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.891626 10085 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3293e81bd006458fa5a8a74685fa8db7 in term 0.
06:13:14.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.886263 10252 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [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: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.892928 10252 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [sys.catalog]: This master's current role is: FOLLOWER
06:13:14.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.892755 10084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3293e81bd006458fa5a8a74685fa8db7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78473605a2104282a3b202257c0e0289"
06:13:14.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.893808 10083 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [term 0 FOLLOWER]: Advancing to term 1
06:13:14.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.909623 10083 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [term 1 FOLLOWER]: Refusing update from remote peer 3293e81bd006458fa5a8a74685fa8db7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:13:14.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.918776 10210 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:13:14.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.934456 10236 catalog_manager.cc:1407] Generated new certificate authority record
06:13:14.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.936646 10236 catalog_manager.cc:1560] Loading token signing keys...
06:13:14.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.990888 10236 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7: Generated new TSK 0
06:13:14.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:14.992872 10236 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:13:15.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.008811 10252 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3293e81bd006458fa5a8a74685fa8db7. Latest consensus state: current_term: 1 leader_uuid: "3293e81bd006458fa5a8a74685fa8db7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:15.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.010064 10252 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [sys.catalog]: This master's current role is: FOLLOWER
06:13:15.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.013571 10210 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3293e81bd006458fa5a8a74685fa8db7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:15.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.014374 10210 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3293e81bd006458fa5a8a74685fa8db7 [sys.catalog]: This master's current role is: LEADER
06:13:15.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.015590 10270 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:13:15.020 [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=	
06:13:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:15.022641 10262 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:15.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.019073 10261 sys_catalog.cc:455] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3293e81bd006458fa5a8a74685fa8db7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3293e81bd006458fa5a8a74685fa8db7" member_type: VOTER last_known_addr { host: "127.9.181.62" port: 43243 } } peers { permanent_uuid: "78473605a2104282a3b202257c0e0289" member_type: VOTER last_known_addr { host: "127.9.181.61" port: 41261 } } peers { permanent_uuid: "d5ec29adf71e41a8a7858ddfaf23f3a4" member_type: VOTER last_known_addr { host: "127.9.181.60" port: 40723 } } }
06:13:15.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.037470 10261 sys_catalog.cc:458] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289 [sys.catalog]: This master's current role is: FOLLOWER
06:13:15.042 [WARN - Metastore-Handler-Pool: Thread-139] (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.
06:13:15.069 [WARN - Metastore-Handler-Pool: Thread-139] (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.
06:13:15.069 [WARN - Metastore-Handler-Pool: Thread-139] (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.
06:13:15.120 [INFO - Metastore-Handler-Pool: Thread-143] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:15.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:15.121433 10276 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:15.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.027271  9953 master_runner.cc:187] Error getting master registration for 127.9.181.61:41261: OK, instance_id { permanent_uuid: "78473605a2104282a3b202257c0e0289" instance_seqno: 1786515192303086 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:13:15.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.134706  9953 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:13:15.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.144084 10281 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:13:15.217 [INFO - Metastore-Handler-Pool: Thread-139] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
06:13:15.224 [INFO - Metastore-Handler-Pool: Thread-139] (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/hive12049694574606401425/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)
06:13:15.226 [INFO - Metastore-Handler-Pool: Thread-139] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12049694574606401425/external-warehouse/legacy_table
06:13:15.536 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
06:13:15.655 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:15.666 [INFO - Metastore-Handler-Pool: Thread-139] (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	
06:13:15.673 [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=	
06:13:15.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:15.674377 10234 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:15.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.678287 10244 catalog_manager.cc:1296] Loaded cluster ID: 09798994070d4f948672336ae805c77d
06:13:15.687 [INFO - Metastore-Handler-Pool: Thread-139] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
06:13:15.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.688391 10244 catalog_manager.cc:1608] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: loading cluster ID for follower catalog manager: success
06:13:15.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.705125 10244 catalog_manager.cc:1630] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: acquiring CA information for follower catalog manager: success
06:13:15.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:15.710917 10244 catalog_manager.cc:1658] T 00000000000000000000000000000000 P d5ec29adf71e41a8a7858ddfaf23f3a4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:13:15.842 [INFO - Metastore-Handler-Pool: Thread-139] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
06:13:15.842 [INFO - Metastore-Handler-Pool: Thread-139] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
06:13:16.037 [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=	
06:13:16.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:16.037978 10262 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:16.133 [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=	
06:13:16.134 [INFO - Metastore-Handler-Pool: Thread-139] (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	
06:13:16.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:16.134063 10276 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:16.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:16.176853 10281 catalog_manager.cc:1296] Loaded cluster ID: 09798994070d4f948672336ae805c77d
06:13:16.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:16.177493 10281 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289: loading cluster ID for follower catalog manager: success
06:13:16.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:16.201841 10281 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289: acquiring CA information for follower catalog manager: success
06:13:16.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:16.208177 10281 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 78473605a2104282a3b202257c0e0289: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:13:16.221 [INFO - Metastore-Handler-Pool: Thread-139] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
06:13:16.338 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
06:13:16.377 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:16.384 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
06:13:16.685 [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=	
06:13:16.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:16.686403 10234 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:16.779 [WARN - Metastore-Handler-Pool: Thread-139] (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.
06:13:17.050 [INFO - Metastore-Handler-Pool: Thread-150] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:17.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:17.050698 10262 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:17.141 [WARN - Metastore-Handler-Pool: Thread-139] (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.
06:13:17.152 [INFO - Metastore-Handler-Pool: Thread-151] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:17.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:17.153381 10276 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:17.241 [WARN - Metastore-Handler-Pool: Thread-139] (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.
06:13:17.605 [INFO - Metastore-Handler-Pool: Thread-139] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:13:17.606 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:13:17.606 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:13:17.606 [INFO - Metastore-Handler-Pool: Thread-139] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1b7d1511, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@70cf640f will be shutdown
06:13:17.607 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:13:17.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:17.607429  9940 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 9953
06:13:17.694 [INFO - Metastore-Handler-Pool: Thread-152] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:17.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:17.695508 10234 client.h:373] Failed to connect to Hive Metastore (localhost:46749): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:17.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:17.751318  9940 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10032
06:13:17.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:17.822834  9940 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10115
06:13:18.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:18Z chronyd exiting
.06:13:20.037 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:20.038 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:20.038 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:20.056 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive3230793695920664175
06:13:20.057 [INFO - Thread-110] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:13:20.058 [INFO - Thread-110] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:13:20.060 [INFO - Thread-110] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:13:20.060 [INFO - Thread-110] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:13:20.060 [INFO - Thread-110] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:13:20.060 [INFO - Thread-110] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:13:20.062 [INFO - Thread-110] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:13:20.062 [INFO - Thread-110] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:13:20.062 [INFO - Thread-110] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:13:20.063 [INFO - Thread-110] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:13:20.064 [INFO - Thread-110] (HikariDataSource.java:80) objectstore - Starting...
06:13:20.150 [INFO - Thread-110] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:20.152 [INFO - Thread-110] (HikariDataSource.java:82) objectstore - Start completed.
06:13:20.153 [INFO - Thread-110] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:13:20.154 [INFO - Thread-110] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:13:20.156 [INFO - Thread-110] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:20.157 [INFO - Thread-110] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:13:20.172 [INFO - Thread-110] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:13:20.172 [INFO - Thread-110] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:13:20.172 [INFO - Thread-110] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:13:20.195 [WARN - Thread-110] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:20.195 [WARN - Thread-110] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:20.196 [WARN - Thread-110] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:20.196 [WARN - Thread-110] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:20.197 [WARN - Thread-110] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:20.197 [WARN - Thread-110] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:20.394 [INFO - Thread-110] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:13:20.394 [INFO - Thread-110] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2c60791e, with PersistenceManager: null will be shutdown
06:13:20.395 [INFO - Thread-110] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2c60791e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7c2513b5 created in the thread with id: 153
06:13:20.396 [WARN - Thread-110] (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
06:13:20.397 [INFO - Thread-110] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2c60791e
06:13:20.495 [INFO - Thread-110] (HMSHandler.java:595) Started creating a default database with name: default
06:13:20.517 [INFO - Thread-110] (HMSHandler.java:605) Successfully created a default database with name: default
06:13:20.542 [INFO - Thread-110] (HMSHandler.java:668) Added admin role in metastore
06:13:20.544 [INFO - Thread-110] (HMSHandler.java:677) Added public role in metastore
06:13:20.577 [INFO - Thread-110] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:13:20.577 [INFO - Thread-110] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:13:20.578 [INFO - Thread-110] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:13:20.578 [INFO - Thread-110] (HiveMetaStore.java:697) Direct SQL optimization = true
06:13:20.579 [WARN - Thread-110] (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)
06:13:20.579 [INFO - Thread-110] (HiveMetaStore.java:632) Started the new metaserver on port [43513]...
06:13:20.579 [INFO - Thread-110] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:13:20.579 [INFO - Thread-110] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:13:20.579 [INFO - Thread-110] (HiveMetaStore.java:635) TCP keepalive = true
06:13:20.579 [INFO - Thread-110] (HiveMetaStore.java:636) Enable SSL = false
06:13:21.060 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:21.060 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:21.061 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:21.063 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:13:21.063 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43513]
06:13:21.063 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43513) in binary transport mode
06:13:21.064 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43513) current connections: 1
06:13:21.066 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP8Pmxb/test-tmp
06:13:21.066 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
06:13:21.066 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP8Pmxb/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
06:13:21.070 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43513"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:13:21.413 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:21.414 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:13:21.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.417856 10325 mini_oidc.cc:150] Starting JWKS server
06:13:21.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.421288 10325 webserver.cc:533] Webserver started at http://127.0.0.1:42795/ using document root <none> and password file <none>
06:13:21.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.421736 10325 mini_oidc.cc:186] Starting OIDC Discovery server
06:13:21.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.423448 10325 webserver.cc:533] Webserver started at http://127.0.0.1:36717/ using document root <none> and password file <none>
06:13:21.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:13:21.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:21Z Disabled control of system clock
06:13:21.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.495328 10325 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:21.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:21.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/wal
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/logs
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data/info.pb
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.21.126:37947
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.21.126
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.21.84:45943
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.21.126:37947,127.10.21.125:42693,127.10.21.124:42313
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42795/jwks.json
06:13:21.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43513 with env {}
06:13:21.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.815340 10340 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.816052 10340 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:21.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.816568 10340 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.849354 10340 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.849664 10340 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:21.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.849862 10340 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.850052 10340 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.850289 10340 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.850445 10340 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42795/jwks.json
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.888628 10340 master_runner.cc:387] Master server non-default flags:
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.21.84:45943
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/wal
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43513
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.21.126:37947,127.10.21.125:42693,127.10.21.124:42313
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.21.126:37947
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42795/jwks.json
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:21.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data/info.pb
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.21.126
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/logs
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:21.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.890228 10340 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:21.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:21.892055 10340 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:21.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.903733 10346 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
06:13:23.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:23.307977 10345 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 10340
06:13:23.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:23.780821 10345 kernel_stack_watchdog.cc:198] Thread 10340 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
06:13:23.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
06:13:23.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
06:13:23.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
06:13:23.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
06:13:23.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:21.905627 10347 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
06:13:23.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:23.782652 10340 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.878s	user 0.646s	sys 1.231s
06:13:23.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:23.783025 10348 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1876 milliseconds
06:13:23.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:23.783077 10340 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.879s	user 0.646s	sys 1.231s
06:13:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:23.789165 10349 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
06:13:23.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.789243 10340 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
06:13:23.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.790757 10340 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:23.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.793668 10340 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:23.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.795102 10340 hybrid_clock.cc:648] HybridClock initialized: now 1786515203795029 us; error 110 us; skew 500 ppm
06:13:23.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.795974 10340 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:23.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.802947 10340 webserver.cc:533] Webserver started at http://127.10.21.126:38473/ using document root <none> and password file <none>
06:13:23.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.804003 10340 fs_manager.cc:362] Metadata directory not provided
06:13:23.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.804226 10340 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:23.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.804764 10340 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:23.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.809333 10340 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data/instance:
06:13:23.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3e494eaef1764c73a980e082b606906e"
06:13:23.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:23 on dist-test-slave-0b58"
06:13:23.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.810508 10340 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/wal/instance:
06:13:23.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3e494eaef1764c73a980e082b606906e"
06:13:23.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:23 on dist-test-slave-0b58"
06:13:23.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.818881 10340 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.004s	sys 0.005s
06:13:23.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.825773 10356 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:23.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.827193 10340 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.000s	sys 0.004s
06:13:23.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.827611 10340 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/wal
06:13:23.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3e494eaef1764c73a980e082b606906e"
06:13:23.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:23 on dist-test-slave-0b58"
06:13:23.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.828032 10340 fs_report.cc:389] FS layout report
06:13:23.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/wal
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/wal
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data/data
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:23.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:23.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:23.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.894574 10340 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:23.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.896572 10340 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
06:13:23.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.897225 10340 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:23.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.977921 10340 rpc_server.cc:307] RPC server started. Bound to: 127.10.21.126:37947
06:13:23.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.978029 10413 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.21.126:37947 every 8 connection(s)
06:13:23.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.981103 10340 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/data/info.pb
06:13:23.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.984684 10325 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10340
06:13:23.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.985270 10325 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-0/wal/instance
06:13:23.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.989228 10414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:23.990800 10325 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/wal
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/logs
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data/info.pb
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:23.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.21.125:42693
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.21.125
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.21.84:45943
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.21.126:37947,127.10.21.125:42693,127.10.21.124:42313
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42795/jwks.json
06:13:23.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43513 with env {}
06:13:24.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.004206 10414 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } has no permanent_uuid. Determining permanent_uuid...
06:13:24.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.043085 10414 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } has no permanent_uuid. Determining permanent_uuid...
06:13:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.045948 10358 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:24.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.051303 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.125:42693: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:24.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.100929 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } attempt: 1
06:13:24.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.105790 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.125:42693: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:24.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.174260 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } attempt: 2
06:13:24.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.178686 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.125:42693: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:24.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.270227 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } attempt: 3
06:13:24.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.275151 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.125:42693: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:24.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.334894 10415 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:24.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.335470 10415 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:24.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.335928 10415 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:24.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.370666 10415 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:24.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.371172 10415 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:24.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.371523 10415 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:24.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.371790 10415 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:24.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.372054 10415 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:24.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.372211 10415 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42795/jwks.json
06:13:24.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.409332 10415 master_runner.cc:387] Master server non-default flags:
06:13:24.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.21.84:45943
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/wal
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43513
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.21.126:37947,127.10.21.125:42693,127.10.21.124:42313
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.21.125:42693
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42795/jwks.json
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data/info.pb
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.21.125
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/logs
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.410679 10415 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:24.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.412354 10415 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:24.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.418684 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } attempt: 4
06:13:24.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.424695 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.125:42693: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:24.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.426559 10425 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
06:13:24.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:24.724175 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } attempt: 5
06:13:24.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.731904 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.125:42693: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:25.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.279654 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } attempt: 6
06:13:25.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:25.292475 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.125:42693: Network error: Client connection negotiation failed: client connection to 127.10.21.125:42693: connect: Connection refused (error 111)
06:13:25.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:24.426795 10426 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
06:13:25.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:25.693751 10428 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
06:13:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:25.696630 10427 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1264 milliseconds
06:13:25.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.696767 10415 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
06:13:25.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.698385 10415 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:25.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.701752 10415 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:25.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.703255 10415 hybrid_clock.cc:648] HybridClock initialized: now 1786515205703171 us; error 100 us; skew 500 ppm
06:13:25.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.704082 10415 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:25.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.711342 10415 webserver.cc:533] Webserver started at http://127.10.21.125:39877/ using document root <none> and password file <none>
06:13:25.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.712441 10415 fs_manager.cc:362] Metadata directory not provided
06:13:25.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.712659 10415 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:25.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.713084 10415 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.717674 10415 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data/instance:
06:13:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b5f0fe713894d9f930ec7ac7c07c934"
06:13:25.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:25 on dist-test-slave-0b58"
06:13:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.718828 10415 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/wal/instance:
06:13:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b5f0fe713894d9f930ec7ac7c07c934"
06:13:25.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:25 on dist-test-slave-0b58"
06:13:25.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.727224 10415 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.000s
06:13:25.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.733933 10437 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:25.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.735376 10415 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.002s
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.735697 10415 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/wal
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b5f0fe713894d9f930ec7ac7c07c934"
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:25 on dist-test-slave-0b58"
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.736034 10415 fs_report.cc:389] FS layout report
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/wal
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/wal
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data/data
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:25.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:25.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:25.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:25.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.789755 10415 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:25.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.791531 10415 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
06:13:25.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.791972 10415 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:25.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.870795 10415 rpc_server.cc:307] RPC server started. Bound to: 127.10.21.125:42693
06:13:25.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.870889 10494 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.21.125:42693 every 8 connection(s)
06:13:25.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.873900 10415 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/data/info.pb
06:13:25.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.880337 10495 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.883416 10325 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10415
06:13:25.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.883929 10325 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-1/wal/instance
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.887116 10325 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/wal
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:25.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/logs
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data/info.pb
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.21.124:42313
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.21.124
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.21.84:45943
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.21.126:37947,127.10.21.125:42693,127.10.21.124:42313
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42795/jwks.json
06:13:25.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43513 with env {}
06:13:25.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.897189 10495 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } has no permanent_uuid. Determining permanent_uuid...
06:13:25.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.921110 10495 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } has no permanent_uuid. Determining permanent_uuid...
06:13:25.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.935617 10495 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } has no permanent_uuid. Determining permanent_uuid...
06:13:25.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:25.938782 10440 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:25.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:25.945114 10495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:25.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:25.994831 10495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 1
06:13:25.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:25.999344 10495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.067888 10495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 2
06:13:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.072880 10495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.164403 10495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 3
06:13:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.169111 10495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.239923 10496 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:26.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.240720 10496 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:26.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.241372 10496 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:26.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.275938 10496 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:26.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.276379 10496 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:26.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.276736 10496 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:26.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.277102 10496 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:26.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.277449 10496 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:26.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.277699 10496 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42795/jwks.json
06:13:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.312505 10495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 4
06:13:26.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.317335 10495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.317474 10496 master_runner.cc:387] Master server non-default flags:
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.21.84:45943
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/wal
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43513
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.21.126:37947,127.10.21.125:42693,127.10.21.124:42313
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.21.124:42313
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42795/jwks.json
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data/info.pb
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.21.124
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/logs
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:26.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:26.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:26.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:26.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.319150 10496 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:26.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.321249 10496 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:26.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.334568 10506 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
06:13:26.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.353093 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } attempt: 7
06:13:26.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.392863 10414 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } has no permanent_uuid. Determining permanent_uuid...
06:13:26.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.421681 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.480324 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 1
06:13:26.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.489305 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.570909 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 2
06:13:26.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.581043 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.616895 10495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 5
06:13:26.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.626554 10495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.668485 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 3
06:13:26.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.682242 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:26.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:26.822842 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 4
06:13:26.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.831602 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:27.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:27.115196 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 5
06:13:27.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:27.124998 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:27.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:27.174154 10495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 6
06:13:27.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:27.212878 10495 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:27.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:27.677580 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 6
06:13:27.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:27.712852 10414 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.21.124:42313: Network error: Client connection negotiation failed: client connection to 127.10.21.124:42313: connect: Connection refused (error 111)
06:13:28.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:27.738391 10505 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 10496
06:13:28.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.027096 10505 kernel_stack_watchdog.cc:198] Thread 10496 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 400ms:
06:13:28.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
06:13:28.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
06:13:28.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
06:13:28.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
06:13:28.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:26.335340 10507 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
06:13:28.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.028683 10496 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.694s	user 0.698s	sys 0.991s
06:13:28.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.029323 10496 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.695s	user 0.698s	sys 0.991s
06:13:28.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.029608 10508 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1692 milliseconds
06:13:28.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.031131 10509 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
06:13:28.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.031069 10496 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
06:13:28.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.034961 10496 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:28.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.037551 10496 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:28.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.038941 10496 hybrid_clock.cc:648] HybridClock initialized: now 1786515208038888 us; error 67 us; skew 500 ppm
06:13:28.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.039788 10496 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:28.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.046555 10496 webserver.cc:533] Webserver started at http://127.10.21.124:36813/ using document root <none> and password file <none>
06:13:28.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.048377 10496 fs_manager.cc:362] Metadata directory not provided
06:13:28.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.048735 10496 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:28.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.049367 10496 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:28.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.054417 10496 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data/instance:
06:13:28.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16ccafd5ef6c43e896df777e7337c4d3"
06:13:28.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:28 on dist-test-slave-0b58"
06:13:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.055755 10496 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/wal/instance:
06:13:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16ccafd5ef6c43e896df777e7337c4d3"
06:13:28.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:28 on dist-test-slave-0b58"
06:13:28.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.063932 10496 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
06:13:28.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.070923 10526 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:28.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.072350 10496 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.007s	sys 0.000s
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.072690 10496 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/wal
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "16ccafd5ef6c43e896df777e7337c4d3"
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:28 on dist-test-slave-0b58"
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.073016 10496 fs_report.cc:389] FS layout report
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/wal
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/wal
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data/data
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:28.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:28.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:28.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.135489 10496 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:28.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.137087 10496 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
06:13:28.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.137521 10496 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:28.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.214789 10496 rpc_server.cc:307] RPC server started. Bound to: 127.10.21.124:42313
06:13:28.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.214871 10581 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.21.124:42313 every 8 connection(s)
06:13:28.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.217811 10496 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/data/info.pb
06:13:28.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.220557 10325 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10496
06:13:28.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.220916 10325 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster7113384327478064634/master-2/wal/instance
06:13:28.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.225210 10582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:28.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.248904 10582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } has no permanent_uuid. Determining permanent_uuid...
06:13:28.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.271202 10582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } has no permanent_uuid. Determining permanent_uuid...
06:13:28.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.273471 10495 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 7
06:13:28.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.286592 10582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } has no permanent_uuid. Determining permanent_uuid...
06:13:28.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.299597 10325 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:13:28.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.299762 10495 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934: Bootstrap starting.
06:13:28.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.306223 10495 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934: Neither blocks nor log segments found. Creating new log.
06:13:28.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.308210 10495 log.cc:826] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934: Log is configured to *not* fsync() on all Append() calls
06:13:28.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.311301 10582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: Bootstrap starting.
06:13:28.312 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:28.312 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:13:28.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.314100 10495 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934: No bootstrap required, opened a new log
06:13:28.314 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.21.126"
      port: 37947
    }
    bound_http_address {
      host: "127.10.21.126"
      port: 38473
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.21.125"
      port: 42693
    }
    bound_http_address {
      host: "127.10.21.125"
      port: 39877
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.21.124"
      port: 42313
    }
    bound_http_address {
      host: "127.10.21.124"
      port: 36813
    }
  }
}

06:13:28.315 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:13:28.315 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:28.317 [INFO - Metastore-Handler-Pool: Thread-174] (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=5b06d07b-53fb-4a73-acff-19eb66ce4a01, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.21.126:37947,127.10.21.124:42313,127.10.21.125:42693}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:13:28.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.319342 10582 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: Neither blocks nor log segments found. Creating new log.
06:13:28.320 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:13:28.320 [INFO - Metastore-Handler-Pool: Thread-174] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:13:28.320 [INFO - Metastore-Handler-Pool: Thread-174] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794, with PersistenceManager: null will be shutdown
06:13:28.321 [INFO - Metastore-Handler-Pool: Thread-174] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e652c9b created in the thread with id: 174
06:13:28.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.321511 10582 log.cc:826] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: Log is configured to *not* fsync() on all Append() calls
06:13:28.327 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794
06:13:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.328044 10582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: No bootstrap required, opened a new log
06:13:28.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.354211 10495 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:28.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.355500 10495 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:28.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.356082 10495 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b5f0fe713894d9f930ec7ac7c07c934, State: Initialized, Role: FOLLOWER
06:13:28.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.357462 10495 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:28.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.364444 10582 raft_consensus.cc:359] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:28.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.365767 10582 raft_consensus.cc:385] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:28.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.366341 10582 raft_consensus.cc:740] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 16ccafd5ef6c43e896df777e7337c4d3, State: Initialized, Role: FOLLOWER
06:13:28.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.367617 10582 consensus_queue.cc:260] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:28.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.375773 10495 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: configured and running, proceeding with master startup.
06:13:28.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.380820 10594 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [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: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:28.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.383311 10593 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [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: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:28.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.384284 10593 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: This master's current role is: FOLLOWER
06:13:28.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.382869 10582 sys_catalog.cc:565] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [sys.catalog]: configured and running, proceeding with master startup.
06:13:28.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.385550 10594 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [sys.catalog]: This master's current role is: FOLLOWER
06:13:28.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.393030 10533 tablet.cc:2406] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:28.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.414978 10593 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:13:28.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.415601 10593 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:28.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.422124 10555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16ccafd5ef6c43e896df777e7337c4d3" is_pre_election: true
06:13:28.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.423133 10555 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2b5f0fe713894d9f930ec7ac7c07c934 in term 0.
06:13:28.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.425364 10440 leader_election.cc:304] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [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: 16ccafd5ef6c43e896df777e7337c4d3, 2b5f0fe713894d9f930ec7ac7c07c934; no voters: 
06:13:28.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.428450 10593 leader_election.cc:290] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3e494eaef1764c73a980e082b606906e (127.10.21.126:37947), 16ccafd5ef6c43e896df777e7337c4d3 (127.10.21.124:42313)
06:13:28.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.430258 10593 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:13:28.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.431452 10593 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:13:28.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.432528 10593 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 0 FOLLOWER]: Advancing to term 1
06:13:28.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.477671 10593 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:28.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.483932 10555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "16ccafd5ef6c43e896df777e7337c4d3"
06:13:28.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.484562 10555 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [term 0 FOLLOWER]: Advancing to term 1
06:13:28.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.493114 10555 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2b5f0fe713894d9f930ec7ac7c07c934 in term 1.
06:13:28.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.494859 10440 leader_election.cc:304] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [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: 16ccafd5ef6c43e896df777e7337c4d3, 2b5f0fe713894d9f930ec7ac7c07c934; no voters: 
06:13:28.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.496141 10605 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 1 FOLLOWER]: Leader election won for term 1
06:13:28.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.505069 10605 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [term 1 LEADER]: Becoming Leader. State: Replica: 2b5f0fe713894d9f930ec7ac7c07c934, State: Running, Role: LEADER
06:13:28.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.506517 10605 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [LEADER]: Queue going to LEADER mode. State: All 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: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:28.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.512584 10593 leader_election.cc:290] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [CANDIDATE]: Term 1 election: Requested vote from peers 3e494eaef1764c73a980e082b606906e (127.10.21.126:37947), 16ccafd5ef6c43e896df777e7337c4d3 (127.10.21.124:42313)
06:13:28.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.534520 10615 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b5f0fe713894d9f930ec7ac7c07c934. Latest consensus state: current_term: 1 leader_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:28.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.536128 10615 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: This master's current role is: LEADER
06:13:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.552105 10443 tablet.cc:2406] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:28.559 [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=	
06:13:28.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.560542 10628 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:28.565 [INFO - Metastore-Handler-Pool: Thread-177] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.567054 10624 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:28.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.569972 10626 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:13:28.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.607486 10626 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:13:28.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.628068 10635 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:13:28.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:28.628511 10635 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:13:28.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.593111 10496 master_runner.cc:187] Error getting master registration for 127.10.21.126:37947: OK, instance_id { permanent_uuid: "3e494eaef1764c73a980e082b606906e" instance_seqno: 1786515203957361 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:13:28.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.673489 10496 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:13:28.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.605314 10415 master_runner.cc:187] Error getting master registration for 127.10.21.126:37947: OK, instance_id { permanent_uuid: "3e494eaef1764c73a980e082b606906e" instance_seqno: 1786515203957361 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:13:28.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.691430 10415 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:13:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.735596 10555 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [term 1 FOLLOWER]: Refusing update from remote peer 2b5f0fe713894d9f930ec7ac7c07c934: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:13:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.738324 10615 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [LEADER]: Connected to new peer: Peer: permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:13:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.746454 10414 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } attempt: 7
06:13:28.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.792081 10640 mvcc.cc:204] Tried to move back new op lower bound from 7317566294932193280 to 7317566294056529920. Current Snapshot: MvccSnapshot[applied={T|T < 7317566294932193280}]
06:13:28.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.792868 10594 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b5f0fe713894d9f930ec7ac7c07c934. Latest consensus state: current_term: 1 leader_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:28.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.794773 10594 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [sys.catalog]: This master's current role is: FOLLOWER
06:13:28.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.798017 10643 mvcc.cc:204] Tried to move back new op lower bound from 7317566294932193280 to 7317566294056529920. Current Snapshot: MvccSnapshot[applied={T|T < 7317566294932193280}]
06:13:28.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.809114 10605 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:28.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.809921 10605 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: This master's current role is: LEADER
06:13:28.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.814513 10626 catalog_manager.cc:1384] Generated new cluster ID: 614418310f434f2a9cfbc8a14e35e50f
06:13:28.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.814836 10626 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:13:28.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.825384 10594 sys_catalog.cc:455] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:28.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.826107 10594 sys_catalog.cc:458] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3 [sys.catalog]: This master's current role is: FOLLOWER
06:13:28.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.842214 10414 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: Bootstrap starting.
06:13:28.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.864369 10414 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: Neither blocks nor log segments found. Creating new log.
06:13:28.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.867060 10414 log.cc:826] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: Log is configured to *not* fsync() on all Append() calls
06:13:28.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.926431 10626 catalog_manager.cc:1407] Generated new certificate authority record
06:13:28.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.928987 10626 catalog_manager.cc:1560] Loading token signing keys...
06:13:28.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:28.947858 10414 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: No bootstrap required, opened a new log
06:13:28.973 [WARN - Metastore-Handler-Pool: Thread-174] (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.
06:13:29.011 [WARN - Metastore-Handler-Pool: Thread-174] (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.
06:13:29.011 [WARN - Metastore-Handler-Pool: Thread-174] (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.
06:13:29.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.035169 10626 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934: Generated new TSK 0
06:13:29.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.036813 10626 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:13:29.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.041713 10626 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:13:29.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.052706 10626 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:13:29.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.064908 10414 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:29.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.080451 10414 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:29.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.081207 10414 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3e494eaef1764c73a980e082b606906e, State: Initialized, Role: FOLLOWER
06:13:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.082653 10414 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } }
06:13:29.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.105137 10387 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3e494eaef1764c73a980e082b606906e" is_pre_election: true
06:13:29.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.104998 10414 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [sys.catalog]: configured and running, proceeding with master startup.
06:13:29.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.106097 10387 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2b5f0fe713894d9f930ec7ac7c07c934 in term 0.
06:13:29.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.106912 10384 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3e494eaef1764c73a980e082b606906e"
06:13:29.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.108036 10384 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [term 0 FOLLOWER]: Advancing to term 1
06:13:29.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.101328 10648 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [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: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:29.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.120355 10384 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2b5f0fe713894d9f930ec7ac7c07c934 in term 1.
06:13:29.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.121089 10648 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [sys.catalog]: This master's current role is: FOLLOWER
06:13:29.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.140059 10383 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [term 1 FOLLOWER]: Refusing update from remote peer 2b5f0fe713894d9f930ec7ac7c07c934: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:13:29.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:29.159770 10362 tablet.cc:2406] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:29.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.161139 10605 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
06:13:29.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.256875 10648 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b5f0fe713894d9f930ec7ac7c07c934. Latest consensus state: current_term: 1 leader_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:29.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.257604 10648 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [sys.catalog]: This master's current role is: FOLLOWER
06:13:29.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.267536 10653 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:29.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.272347 10653 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e [sys.catalog]: This master's current role is: FOLLOWER
06:13:29.355 [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=	
06:13:29.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:29.356356 10666 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:29.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.371634 10670 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:13:29.378 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:29.384 [INFO - Metastore-Handler-Pool: Thread-174] (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/hive3230793695920664175/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=5b06d07b-53fb-4a73-acff-19eb66ce4a01, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.21.126:37947,127.10.21.124:42313,127.10.21.125:42693}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:13:29.387 [INFO - Metastore-Handler-Pool: Thread-174] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3230793695920664175/external-warehouse/table
06:13:29.573 [INFO - Metastore-Handler-Pool: Thread-181] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:29.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:29.574023 10628 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:29.579 [INFO - Metastore-Handler-Pool: Thread-182] (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=	
06:13:29.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:29.581285 10624 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:29.580 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:29.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.601444 10605 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3e494eaef1764c73a980e082b606906e" member_type: VOTER last_known_addr { host: "127.10.21.126" port: 37947 } } peers { permanent_uuid: "2b5f0fe713894d9f930ec7ac7c07c934" member_type: VOTER last_known_addr { host: "127.10.21.125" port: 42693 } } peers { permanent_uuid: "16ccafd5ef6c43e896df777e7337c4d3" member_type: VOTER last_known_addr { host: "127.10.21.124" port: 42313 } } }
06:13:29.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.604308 10605 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b5f0fe713894d9f930ec7ac7c07c934 [sys.catalog]: This master's current role is: LEADER
06:13:29.632 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:29.634 [INFO - Metastore-Handler-Pool: Thread-174] (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)	
06:13:29.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.634609 10635 catalog_manager.cc:1296] Loaded cluster ID: 614418310f434f2a9cfbc8a14e35e50f
06:13:29.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.635154 10635 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: loading cluster ID for follower catalog manager: success
06:13:29.636 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
06:13:29.638 [INFO - Metastore-Handler-Pool: Thread-174] (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/hive3230793695920664175/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)
06:13:29.640 [INFO - Metastore-Handler-Pool: Thread-174] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3230793695920664175/external-warehouse/legacy_table
06:13:29.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.643218 10635 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: acquiring CA information for follower catalog manager: success
06:13:29.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:29.653234 10635 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 16ccafd5ef6c43e896df777e7337c4d3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:13:29.707 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
06:13:29.725 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:29.727 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:29.750 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:29.821 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:29.821 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:29.848 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:29.887 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:29.907 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:29.907 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:29.923 [DEBUG - Metastore-Handler-Pool: Thread-174] (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.
06:13:29.925 [DEBUG - Metastore-Handler-Pool: Thread-174] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:13:29.947 [DEBUG - Metastore-Handler-Pool: Thread-174] (Connection.java:748) [peer master-127.10.21.126:37947(127.10.21.126:37947)] connecting to peer
06:13:29.959 [DEBUG - Metastore-Handler-Pool: Thread-174] (Connection.java:748) [peer master-127.10.21.124:42313(127.10.21.124:42313)] connecting to peer
06:13:29.961 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.21.126:37947(127.10.21.126:37947)] Successfully connected to peer
06:13:29.972 [DEBUG - Metastore-Handler-Pool: Thread-174] (Connection.java:748) [peer master-127.10.21.125:42693(127.10.21.125:42693)] connecting to peer
06:13:29.974 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.21.124:42313(127.10.21.124:42313)] Successfully connected to peer
06:13:29.985 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.21.125:42693(127.10.21.125:42693)] Successfully connected to peer
06:13:29.998 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.21.126
06:13:30.009 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.21.125
06:13:30.042 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.21.124
06:13:30.049 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:30.084 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x73ba836d, L:/127.0.0.1:60834 - R:/127.10.21.125:42693] using SASL/PLAIN
06:13:30.091 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:30.107 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:13:30.108 [ERROR - Metastore-Handler-Pool: Thread-174] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:13:30.109 [ERROR - Metastore-Handler-Pool: Thread-174] (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)

06:13:30.110 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.133 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.139 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xe680d712, L:/127.0.0.1:41996 - R:/127.10.21.126:37947] using SASL/PLAIN
06:13:30.141 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:30.154 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x752059dd, L:/127.0.0.1:40914 - R:/127.10.21.124:42313] using SASL/PLAIN
06:13:30.160 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.160 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.169 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.185 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.197 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.198 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.205 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.265 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.279 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.279 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.294 [ERROR - Metastore-Handler-Pool: Thread-174] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:13:30.295 [ERROR - Metastore-Handler-Pool: Thread-174] (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)

06:13:30.297 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.312 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.336 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.337 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.342 [ERROR - Metastore-Handler-Pool: Thread-174] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:13:30.343 [ERROR - Metastore-Handler-Pool: Thread-174] (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)

06:13:30.345 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.361 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.370 [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=	
06:13:30.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:30.370918 10666 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:30.391 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.391 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:30.392026 10670 catalog_manager.cc:1296] Loaded cluster ID: 614418310f434f2a9cfbc8a14e35e50f
06:13:30.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:30.404402 10670 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: loading cluster ID for follower catalog manager: success
06:13:30.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:30.416314 10670 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: acquiring CA information for follower catalog manager: success
06:13:30.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:30.435251 10670 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 3e494eaef1764c73a980e082b606906e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:13:30.451 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.482 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.554 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.555 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.586 [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=	
06:13:30.594 [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=	
06:13:30.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:30.593103 10628 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:30.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:30.598624 10624 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:30.614 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.630 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.662 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.663 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.668 [ERROR - Metastore-Handler-Pool: Thread-174] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:13:30.670 [ERROR - Metastore-Handler-Pool: Thread-174] (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)

06:13:30.680 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.750 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.808 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.809 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.837 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.855 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.887 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.887 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:30.921 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:30.962 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:30.997 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:30.997 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:31.065 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:31.112 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:31.176 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:31.176 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:31.380 [INFO - Metastore-Handler-Pool: Thread-191] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:31.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:31.385416 10666 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:31.455 [ERROR - Metastore-Handler-Pool: Thread-174] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:13:31.466 [ERROR - Metastore-Handler-Pool: Thread-174] (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)

06:13:31.476 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:31.588 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:31.605 [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=	
06:13:31.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:31.606377 10628 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:31.616 [INFO - Metastore-Handler-Pool: Thread-193] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:31.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:31.616854 10624 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:31.681 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:31.681 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:31.754 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:31.783 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:31.829 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:31.829 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:31.890 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:31.909 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:31.955 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:31.955 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:31.979 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:32.033 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:32.038 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:13:32.330 [WARN - Metastore-Handler-Pool: Thread-174] (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.
06:13:32.411 [INFO - Metastore-Handler-Pool: Thread-194] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:32.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:32.412891 10666 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:32.602 [WARN - Metastore-Handler-Pool: Thread-174] (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.
06:13:32.617 [INFO - Metastore-Handler-Pool: Thread-195] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:13:32.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:32.617990 10628 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:32.633 [INFO - Metastore-Handler-Pool: Thread-196] (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=	
06:13:32.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:32.642189 10624 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:32.695 [WARN - Metastore-Handler-Pool: Thread-174] (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.
06:13:32.897 [WARN - Metastore-Handler-Pool: Thread-174] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive3230793695920664175/warehouse/default/table
06:13:32.898 [INFO - Metastore-Handler-Pool: Thread-174] (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)	
06:13:32.901 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:32.913 [INFO - Metastore-Handler-Pool: Thread-174] (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/hive3230793695920664175/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)
06:13:32.917 [WARN - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:2452) Location: file:/tmp/hive3230793695920664175/external-warehouse/table specified for non-external table:table
06:13:32.918 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:32.918 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:32.971 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:33.024 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:33.025 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:33.037 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:33.057 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:33.058 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:33.063 [ERROR - Metastore-Handler-Pool: Thread-174] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:13:33.065 [ERROR - Metastore-Handler-Pool: Thread-174] (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)

06:13:33.066 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:33.079 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:33.094 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:33.094 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:33.098 [ERROR - Metastore-Handler-Pool: Thread-174] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:13:33.100 [ERROR - Metastore-Handler-Pool: Thread-174] (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)

06:13:33.113 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:33.131 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:33.157 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:33.157 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:33.168 [INFO - Metastore-Handler-Pool: Thread-174] (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	
06:13:33.188 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
06:13:33.204 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
06:13:33.204 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
06:13:33.237 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:33.250 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:33.252 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:13:33.338 [INFO - Metastore-Handler-Pool: Thread-174] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:13:33.340 [INFO - Metastore-Handler-Pool: Thread-174] (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=5b06d07b-53fb-4a73-acff-19eb66ce4a01, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.21.126:37947,127.10.21.124:42313,127.10.21.125:42693}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:13:33.345 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:33.347 [INFO - Metastore-Handler-Pool: Thread-174] (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/hive3230793695920664175/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=5b06d07b-53fb-4a73-acff-19eb66ce4a01, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.21.126:37947,127.10.21.124:42313,127.10.21.125:42693}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:13:33.349 [INFO - Metastore-Handler-Pool: Thread-174] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3230793695920664175/external-warehouse/table
06:13:33.381 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:33.401 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:33.425 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:33.425 [INFO - Metastore-Handler-Pool: Thread-198] (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=	
06:13:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:33.429171 10666 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:33.462 [INFO - Metastore-Handler-Pool: Thread-174] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:33.488 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:33.488 [INFO - Metastore-Handler-Pool: Thread-174] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:33.498 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:33.512 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:33.514 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:13:33.625 [INFO - Metastore-Handler-Pool: Thread-199] (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=	
06:13:33.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:33.625972 10628 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:33.634 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:13:33.639 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:13:33.640 [INFO - Metastore-Handler-Pool: Thread-174] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@680ad794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e652c9b will be shutdown
06:13:33.640 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:13:33.654 [INFO - Metastore-Handler-Pool: Thread-200] (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=	
06:13:33.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:33.636181 10325 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10340
06:13:33.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:33.655475 10624 client.h:373] Failed to connect to Hive Metastore (localhost:43513): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:13:33.702 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.21.126:37947(127.10.21.126:37947)] handling channelInactive
06:13:33.702 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.21.126:37947(127.10.21.126:37947)] cleaning up while in state READY due to: connection closed
06:13:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:33.702872 10325 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10415
06:13:33.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:33.703155 10529 connection.cc:573] client connection to 127.10.21.126:37947 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
06:13:33.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:33.705729 10496 master_runner.cc:187] Error getting master registration for 127.10.21.126:37947: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
06:13:33.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:33.706233 10496 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:13:33.747 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.21.125:42693(127.10.21.125:42693)] handling channelInactive
06:13:33.747 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.21.125:42693(127.10.21.125:42693)] cleaning up while in state READY due to: connection closed
06:13:33.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:33.749171 10325 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10496
06:13:33.801 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.21.124:42313(127.10.21.124:42313)] handling channelInactive
06:13:33.801 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.21.124:42313(127.10.21.124:42313)] cleaning up while in state READY due to: connection closed
06:13:34.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:34Z chronyd exiting
.06:13:36.008 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:36.009 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:36.009 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:36.030 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5016981454264999516
06:13:36.031 [INFO - Thread-147] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:13:36.031 [INFO - Thread-147] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:13:36.033 [INFO - Thread-147] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:13:36.033 [INFO - Thread-147] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:13:36.034 [INFO - Thread-147] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:13:36.034 [INFO - Thread-147] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:13:36.035 [INFO - Thread-147] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:13:36.036 [INFO - Thread-147] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:13:36.037 [INFO - Thread-147] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:13:36.037 [INFO - Thread-147] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:13:36.038 [INFO - Thread-147] (HikariDataSource.java:80) objectstore - Starting...
06:13:36.121 [INFO - Thread-147] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:36.122 [INFO - Thread-147] (HikariDataSource.java:82) objectstore - Start completed.
06:13:36.122 [INFO - Thread-147] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:13:36.124 [INFO - Thread-147] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:13:36.126 [INFO - Thread-147] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:36.127 [INFO - Thread-147] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:13:36.142 [INFO - Thread-147] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:13:36.142 [INFO - Thread-147] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:13:36.142 [INFO - Thread-147] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:13:36.167 [WARN - Thread-147] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:36.168 [WARN - Thread-147] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:36.168 [WARN - Thread-147] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:36.169 [WARN - Thread-147] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:36.169 [WARN - Thread-147] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:36.169 [WARN - Thread-147] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:36.372 [INFO - Thread-147] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:13:36.373 [INFO - Thread-147] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@76ff72ab, with PersistenceManager: null will be shutdown
06:13:36.373 [INFO - Thread-147] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@76ff72ab, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@521cb2b6 created in the thread with id: 201
06:13:36.374 [WARN - Thread-147] (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
06:13:36.375 [INFO - Thread-147] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@76ff72ab
06:13:36.482 [INFO - Thread-147] (HMSHandler.java:595) Started creating a default database with name: default
06:13:36.503 [INFO - Thread-147] (HMSHandler.java:605) Successfully created a default database with name: default
06:13:36.527 [INFO - Thread-147] (HMSHandler.java:668) Added admin role in metastore
06:13:36.529 [INFO - Thread-147] (HMSHandler.java:677) Added public role in metastore
06:13:36.558 [INFO - Thread-147] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:13:36.559 [INFO - Thread-147] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:13:36.559 [INFO - Thread-147] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:13:36.559 [INFO - Thread-147] (HiveMetaStore.java:697) Direct SQL optimization = true
06:13:36.560 [WARN - Thread-147] (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)
06:13:36.560 [INFO - Thread-147] (HiveMetaStore.java:632) Started the new metaserver on port [40199]...
06:13:36.560 [INFO - Thread-147] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:13:36.560 [INFO - Thread-147] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:13:36.560 [INFO - Thread-147] (HiveMetaStore.java:635) TCP keepalive = true
06:13:36.560 [INFO - Thread-147] (HiveMetaStore.java:636) Enable SSL = false
06:13:37.033 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:37.033 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:37.034 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:37.036 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:13:37.037 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40199]
06:13:37.037 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40199) in binary transport mode
06:13:37.038 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40199) current connections: 1
06:13:37.040 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP8Pmxb/test-tmp
06:13:37.040 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
06:13:37.040 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP8Pmxb/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
06:13:37.044 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40199"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:13:37.411 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:37.411 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:13:37.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.415426 10738 mini_oidc.cc:150] Starting JWKS server
06:13:37.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.418841 10738 webserver.cc:533] Webserver started at http://127.0.0.1:35583/ using document root <none> and password file <none>
06:13:37.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.419279 10738 mini_oidc.cc:186] Starting OIDC Discovery server
06:13:37.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.421051 10738 webserver.cc:533] Webserver started at http://127.0.0.1:35105/ using document root <none> and password file <none>
06:13:37.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:37Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:13:37.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:37Z Disabled control of system clock
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.491940 10738 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/wal
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/logs
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data/info.pb
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:37.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.124.190:46703
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.124.190
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.124.148:33293
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.124.190:46703,127.10.124.189:39597,127.10.124.188:39607
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35583/jwks.json
06:13:37.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40199 with env {}
06:13:37.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.837641 10753 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:37.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.838225 10753 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:37.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.838683 10753 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:37.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.871300 10753 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:37.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.871601 10753 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:37.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.871810 10753 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.872005 10753 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.872203 10753 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:37.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.872434 10753 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35583/jwks.json
06:13:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.909340 10753 master_runner.cc:387] Master server non-default flags:
06:13:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:37.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.124.148:33293
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/wal
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40199
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.124.190:46703,127.10.124.189:39597,127.10.124.188:39607
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.124.190:46703
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35583/jwks.json
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data/info.pb
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.124.190
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/logs
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:37.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:37.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.910708 10753 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:37.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:37.912485 10753 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:37.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.923841 10759 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
06:13:39.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:39.328586 10758 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 10753
06:13:39.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:37.925663 10760 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
06:13:39.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:39.795672 10753 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.871s	user 0.690s	sys 1.179s
06:13:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:39.797755 10753 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.874s	user 0.690s	sys 1.179s
06:13:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:39.797808 10762 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1872 milliseconds
06:13:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:39.798187 10763 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
06:13:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.798292 10753 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
06:13:39.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.802259 10753 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:39.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.805303 10753 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:39.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.806746 10753 hybrid_clock.cc:648] HybridClock initialized: now 1786515219806700 us; error 110 us; skew 500 ppm
06:13:39.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.807701 10753 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:39.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.814527 10753 webserver.cc:533] Webserver started at http://127.10.124.190:34415/ using document root <none> and password file <none>
06:13:39.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.815622 10753 fs_manager.cc:362] Metadata directory not provided
06:13:39.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.815888 10753 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:39.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.816514 10753 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:39.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.821120 10753 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data/instance:
06:13:39.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8c9b9cc77194f26bc8888719aab7b9f"
06:13:39.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:39 on dist-test-slave-0b58"
06:13:39.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.822415 10753 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/wal/instance:
06:13:39.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8c9b9cc77194f26bc8888719aab7b9f"
06:13:39.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:39 on dist-test-slave-0b58"
06:13:39.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.830861 10753 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.003s	sys 0.007s
06:13:39.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.837432 10770 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:39.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.838845 10753 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
06:13:39.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.839262 10753 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/wal
06:13:39.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f8c9b9cc77194f26bc8888719aab7b9f"
06:13:39.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:39 on dist-test-slave-0b58"
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.839686 10753 fs_report.cc:389] FS layout report
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/wal
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/wal
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data/data
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:39.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:39.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.903486 10753 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:39.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.905298 10753 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
06:13:39.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.905930 10753 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:39.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.983690 10753 rpc_server.cc:307] RPC server started. Bound to: 127.10.124.190:46703
06:13:39.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.983919 10825 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.124.190:46703 every 8 connection(s)
06:13:39.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.986825 10753 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/data/info.pb
06:13:39.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.990262 10738 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10753
06:13:39.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.990679 10738 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-0/wal/instance
06:13:39.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.993395 10826 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:39.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:39.994300 10738 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:39.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:39.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/wal
06:13:39.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data
06:13:39.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/logs
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data/info.pb
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.124.189:39597
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.124.189
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.124.148:33293
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:39.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.124.190:46703,127.10.124.189:39597,127.10.124.188:39607
06:13:39.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:39.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35583/jwks.json
06:13:39.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40199 with env {}
06:13:40.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.007944 10826 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.190" port: 46703 } has no permanent_uuid. Determining permanent_uuid...
06:13:40.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.037663 10826 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } has no permanent_uuid. Determining permanent_uuid...
06:13:40.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.040444 10773 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:40.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.045478 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.189:39597: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:40.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.095198 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } attempt: 1
06:13:40.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.099917 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.189:39597: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:40.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.168526 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } attempt: 2
06:13:40.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.173290 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.189:39597: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:40.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.264851 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } attempt: 3
06:13:40.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.269790 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.189:39597: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:40.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.357304 10828 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.358109 10828 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:40.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.358760 10828 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:40.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.393612 10828 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:40.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.394054 10828 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:40.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.394433 10828 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:40.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.394804 10828 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:40.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.395165 10828 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:40.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.395450 10828 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35583/jwks.json
06:13:40.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.413213 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } attempt: 4
06:13:40.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.418212 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.189:39597: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.439708 10828 master_runner.cc:387] Master server non-default flags:
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.124.148:33293
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/wal
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40199
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.124.190:46703,127.10.124.189:39597,127.10.124.188:39607
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.124.189:39597
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35583/jwks.json
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data/info.pb
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.124.189
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/logs
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:40.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.441751 10828 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:40.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.443715 10828 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:40.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.456063 10838 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
06:13:40.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:40.717664 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } attempt: 5
06:13:40.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.725828 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.189:39597: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:41.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.273548 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } attempt: 6
06:13:41.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:41.291301 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.189:39597: Network error: Client connection negotiation failed: client connection to 127.10.124.189:39597: connect: Connection refused (error 111)
06:13:41.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:40.457808 10839 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
06:13:41.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:41.759030 10841 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
06:13:41.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:41.761981 10840 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1298 milliseconds
06:13:41.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.762116 10828 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
06:13:41.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.763480 10828 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:41.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.767026 10828 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:41.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.768837 10828 hybrid_clock.cc:648] HybridClock initialized: now 1786515221768771 us; error 77 us; skew 500 ppm
06:13:41.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.769718 10828 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:41.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.776762 10828 webserver.cc:533] Webserver started at http://127.10.124.189:44051/ using document root <none> and password file <none>
06:13:41.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.777810 10828 fs_manager.cc:362] Metadata directory not provided
06:13:41.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.778074 10828 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:41.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.778604 10828 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:41.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.783277 10828 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data/instance:
06:13:41.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c3e4ad7712f14372a9760914f00998f6"
06:13:41.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:41 on dist-test-slave-0b58"
06:13:41.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.784523 10828 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/wal/instance:
06:13:41.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c3e4ad7712f14372a9760914f00998f6"
06:13:41.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:41 on dist-test-slave-0b58"
06:13:41.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.792685 10828 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.001s
06:13:41.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.799153 10851 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:41.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.800639 10828 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
06:13:41.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.800962 10828 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/wal
06:13:41.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c3e4ad7712f14372a9760914f00998f6"
06:13:41.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:41 on dist-test-slave-0b58"
06:13:41.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.801304 10828 fs_report.cc:389] FS layout report
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/wal
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/wal
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data/data
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:41.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:41.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.873943 10828 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:41.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.875554 10828 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
06:13:41.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.876012 10828 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:41.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.981365 10828 rpc_server.cc:307] RPC server started. Bound to: 127.10.124.189:39597
06:13:41.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.981380 10907 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.124.189:39597 every 8 connection(s)
06:13:41.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.986783 10828 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/data/info.pb
06:13:41.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.995179 10909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:41.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.996969 10738 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10828
06:13:41.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.997440 10738 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-1/wal/instance
06:13:42.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:41.999920 10738 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:42.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:42.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/wal
06:13:42.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data
06:13:42.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:42.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/logs
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data/info.pb
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.124.188:39607
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.124.188
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.124.148:33293
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:42.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:42.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:42.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.124.190:46703,127.10.124.189:39597,127.10.124.188:39607
06:13:42.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:42.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35583/jwks.json
06:13:42.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40199 with env {}
06:13:42.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.012137 10909 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.190" port: 46703 } has no permanent_uuid. Determining permanent_uuid...
06:13:42.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.062767 10909 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } has no permanent_uuid. Determining permanent_uuid...
06:13:42.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.079493 10909 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } has no permanent_uuid. Determining permanent_uuid...
06:13:42.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.082197 10853 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.087154 10909 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.136729 10909 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 1
06:13:42.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.141561 10909 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.210098 10909 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 2
06:13:42.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.215391 10909 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.306936 10909 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 3
06:13:42.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.314010 10909 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.352120 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } attempt: 7
06:13:42.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.370011 10826 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } has no permanent_uuid. Determining permanent_uuid...
06:13:42.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.377511 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.436081 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 1
06:13:42.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.441612 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.448180 10913 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:42.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.449040 10913 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:42.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.449770 10913 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:42.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.457515 10909 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 4
06:13:42.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.463582 10909 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.486975 10913 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:42.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.487293 10913 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:42.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.487577 10913 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:42.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.487811 10913 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:42.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.488008 10913 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:42.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.488171 10913 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35583/jwks.json
06:13:42.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.523209 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 2
06:13:42.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.528210 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.532058 10913 master_runner.cc:387] Master server non-default flags:
06:13:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.124.148:33293
06:13:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data
06:13:42.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/wal
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40199
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.124.190:46703,127.10.124.189:39597,127.10.124.188:39607
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.124.188:39607
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35583/jwks.json
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data/info.pb
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.124.188
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/logs
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:42.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.533567 10913 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:42.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.535356 10913 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:42.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.548065 10926 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
06:13:42.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.613791 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 3
06:13:42.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.623270 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.763152 10909 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 5
06:13:42.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:42.764446 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 4
06:13:42.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.772701 10909 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:42.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.773722 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:43.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.057376 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 5
06:13:43.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:43.065598 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:43.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.320400 10909 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 6
06:13:43.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:43.333465 10909 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:43.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.618291 10826 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } attempt: 6
06:13:43.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:43.630829 10826 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.124.188:39607: Network error: Client connection negotiation failed: client connection to 127.10.124.188:39607: connect: Connection refused (error 111)
06:13:43.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:42.550115 10927 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
06:13:43.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:43.835680 10929 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
06:13:43.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:43.839036 10928 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1284 milliseconds
06:13:43.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.839308 10913 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
06:13:43.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.840875 10913 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:43.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.844733 10913 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.846347 10913 hybrid_clock.cc:648] HybridClock initialized: now 1786515223846294 us; error 73 us; skew 500 ppm
06:13:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.847265 10913 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:43.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.854960 10913 webserver.cc:533] Webserver started at http://127.10.124.188:40649/ using document root <none> and password file <none>
06:13:43.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.856047 10913 fs_manager.cc:362] Metadata directory not provided
06:13:43.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.856333 10913 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:43.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.856815 10913 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:43.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.862677 10913 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data/instance:
06:13:43.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e117656ec07a43d1be3af44c3ad5ab44"
06:13:43.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:43 on dist-test-slave-0b58"
06:13:43.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.864168 10913 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/wal/instance:
06:13:43.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e117656ec07a43d1be3af44c3ad5ab44"
06:13:43.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:43 on dist-test-slave-0b58"
06:13:43.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.873819 10913 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.007s	sys 0.001s
06:13:43.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.881904 10940 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:43.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.883625 10913 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.001s	sys 0.003s
06:13:43.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.884100 10913 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/wal
06:13:43.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e117656ec07a43d1be3af44c3ad5ab44"
06:13:43.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:43 on dist-test-slave-0b58"
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.884634 10913 fs_report.cc:389] FS layout report
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/wal
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/wal
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data/data
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:43.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:43.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:43.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:43.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:43.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:43.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.945657 10913 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:43.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.947536 10913 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
06:13:43.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:43.948143 10913 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:44.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.041741 10993 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.124.188:39607 every 8 connection(s)
06:13:44.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.041785 10913 rpc_server.cc:307] RPC server started. Bound to: 127.10.124.188:39607
06:13:44.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.046249 10913 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/data/info.pb
06:13:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.055788 10738 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 10913
06:13:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.056528 10738 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster9322032201887842163/master-2/wal/instance
06:13:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.061304 10994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:44.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.111546 10994 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.190" port: 46703 } has no permanent_uuid. Determining permanent_uuid...
06:13:44.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.163054 10994 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } has no permanent_uuid. Determining permanent_uuid...
06:13:44.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.183558 10994 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } has no permanent_uuid. Determining permanent_uuid...
06:13:44.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.205933 10738 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:13:44.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.213002 10994 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44: Bootstrap starting.
06:13:44.214 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:44.214 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:13:44.216 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.124.190"
      port: 46703
    }
    bound_http_address {
      host: "127.10.124.190"
      port: 34415
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.124.189"
      port: 39597
    }
    bound_http_address {
      host: "127.10.124.189"
      port: 44051
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.124.188"
      port: 39607
    }
    bound_http_address {
      host: "127.10.124.188"
      port: 40649
    }
  }
}

06:13:44.217 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:13:44.218 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:44.220 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:13:44.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.220917 10738 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10753
06:13:44.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.224298 10994 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44: Neither blocks nor log segments found. Creating new log.
06:13:44.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.227108 10994 log.cc:826] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44: Log is configured to *not* fsync() on all Append() calls
06:13:44.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.234486 10994 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44: No bootstrap required, opened a new log
06:13:44.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.256671 10738 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10828
06:13:44.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.258641 10994 raft_consensus.cc:359] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f8c9b9cc77194f26bc8888719aab7b9f" member_type: VOTER last_known_addr { host: "127.10.124.190" port: 46703 } } peers { permanent_uuid: "c3e4ad7712f14372a9760914f00998f6" member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } } peers { permanent_uuid: "e117656ec07a43d1be3af44c3ad5ab44" member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } }
06:13:44.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.259721 10994 raft_consensus.cc:385] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:44.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.260109 10994 raft_consensus.cc:740] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e117656ec07a43d1be3af44c3ad5ab44, State: Initialized, Role: FOLLOWER
06:13:44.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.261569 10994 consensus_queue.cc:260] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f8c9b9cc77194f26bc8888719aab7b9f" member_type: VOTER last_known_addr { host: "127.10.124.190" port: 46703 } } peers { permanent_uuid: "c3e4ad7712f14372a9760914f00998f6" member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } } peers { permanent_uuid: "e117656ec07a43d1be3af44c3ad5ab44" member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } }
06:13:44.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.265373 11001 sys_catalog.cc:455] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44 [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: "f8c9b9cc77194f26bc8888719aab7b9f" member_type: VOTER last_known_addr { host: "127.10.124.190" port: 46703 } } peers { permanent_uuid: "c3e4ad7712f14372a9760914f00998f6" member_type: VOTER last_known_addr { host: "127.10.124.189" port: 39597 } } peers { permanent_uuid: "e117656ec07a43d1be3af44c3ad5ab44" member_type: VOTER last_known_addr { host: "127.10.124.188" port: 39607 } } }
06:13:44.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.266390 11001 sys_catalog.cc:458] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44 [sys.catalog]: This master's current role is: FOLLOWER
06:13:44.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.267702 10994 sys_catalog.cc:565] T 00000000000000000000000000000000 P e117656ec07a43d1be3af44c3ad5ab44 [sys.catalog]: configured and running, proceeding with master startup.
06:13:44.298 [INFO - Metastore-Handler-Pool: Thread-224] (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=	
06:13:44.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:44.299341 10738 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 10913
06:13:44.338 [ERROR - Metastore-Handler-Pool: Thread-224] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	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: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
06:13:45.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:45Z chronyd exiting
.06:13:46.621 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:46.621 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:46.621 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:46.641 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7770076601268093145
06:13:46.642 [INFO - Thread-164] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:13:46.642 [INFO - Thread-164] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:13:46.645 [INFO - Thread-164] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:13:46.645 [INFO - Thread-164] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:13:46.646 [INFO - Thread-164] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:13:46.646 [INFO - Thread-164] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:13:46.648 [INFO - Thread-164] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:13:46.648 [INFO - Thread-164] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:13:46.648 [INFO - Thread-164] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:13:46.649 [INFO - Thread-164] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:13:46.650 [INFO - Thread-164] (HikariDataSource.java:80) objectstore - Starting...
06:13:46.722 [INFO - Thread-164] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:46.722 [INFO - Thread-164] (HikariDataSource.java:82) objectstore - Start completed.
06:13:46.723 [INFO - Thread-164] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:13:46.724 [INFO - Thread-164] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:13:46.726 [INFO - Thread-164] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:13:46.726 [INFO - Thread-164] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:13:46.740 [INFO - Thread-164] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:13:46.740 [INFO - Thread-164] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:13:46.740 [INFO - Thread-164] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:13:46.762 [WARN - Thread-164] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:46.763 [WARN - Thread-164] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:46.764 [WARN - Thread-164] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:46.764 [WARN - Thread-164] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:46.764 [WARN - Thread-164] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:46.764 [WARN - Thread-164] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:13:46.987 [INFO - Thread-164] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:13:46.987 [INFO - Thread-164] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@57f43e0b, with PersistenceManager: null will be shutdown
06:13:46.988 [INFO - Thread-164] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@57f43e0b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e74fe4 created in the thread with id: 225
06:13:46.989 [WARN - Thread-164] (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
06:13:46.991 [INFO - Thread-164] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@57f43e0b
06:13:47.090 [INFO - Thread-164] (HMSHandler.java:595) Started creating a default database with name: default
06:13:47.108 [INFO - Thread-164] (HMSHandler.java:605) Successfully created a default database with name: default
06:13:47.132 [INFO - Thread-164] (HMSHandler.java:668) Added admin role in metastore
06:13:47.134 [INFO - Thread-164] (HMSHandler.java:677) Added public role in metastore
06:13:47.165 [INFO - Thread-164] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:13:47.165 [INFO - Thread-164] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:13:47.166 [INFO - Thread-164] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:13:47.166 [INFO - Thread-164] (HiveMetaStore.java:697) Direct SQL optimization = true
06:13:47.166 [WARN - Thread-164] (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)
06:13:47.167 [INFO - Thread-164] (HiveMetaStore.java:632) Started the new metaserver on port [35015]...
06:13:47.167 [INFO - Thread-164] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:13:47.167 [INFO - Thread-164] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:13:47.167 [INFO - Thread-164] (HiveMetaStore.java:635) TCP keepalive = true
06:13:47.167 [INFO - Thread-164] (HiveMetaStore.java:636) Enable SSL = false
06:13:47.644 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:13:47.644 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:13:47.645 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:13:47.647 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:13:47.647 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35015]
06:13:47.647 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35015) in binary transport mode
06:13:47.648 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35015) current connections: 1
06:13:47.649 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskP8Pmxb/test-tmp
06:13:47.650 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
06:13:47.650 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskP8Pmxb/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
06:13:47.653 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:13:48.003 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:48.003 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:13:48.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.007272 11047 mini_oidc.cc:150] Starting JWKS server
06:13:48.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.011014 11047 webserver.cc:533] Webserver started at http://127.0.0.1:42037/ using document root <none> and password file <none>
06:13:48.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.011477 11047 mini_oidc.cc:186] Starting OIDC Discovery server
06:13:48.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.013336 11047 webserver.cc:533] Webserver started at http://127.0.0.1:45293/ using document root <none> and password file <none>
06:13:48.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:48Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:13:48.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:48Z Disabled control of system clock
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.085635 11047 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/wal
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/logs
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data/info.pb
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.201.254:38729
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.201.254
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.201.212:43409
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:48.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:48.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:48.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281
06:13:48.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:48.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42037/jwks.json with env {}
06:13:48.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.423511 11062 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:48.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.424136 11062 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:48.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.424759 11062 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:48.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.459360 11062 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:48.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.459666 11062 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:48.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.459863 11062 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:48.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.460063 11062 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:48.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.460330 11062 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:48.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.460511 11062 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42037/jwks.json
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.498492 11062 master_runner.cc:387] Master server non-default flags:
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.201.212:43409
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/wal
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.201.254:38729
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42037/jwks.json
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data/info.pb
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.201.254
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/logs
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:48.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:48.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.499868 11062 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:48.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:48.501664 11062 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:48.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.514418 11069 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
06:13:49.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:48.515328 11070 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
06:13:49.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:49.745362 11071 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
06:13:49.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:49.746935 11072 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
06:13:49.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.746943 11062 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
06:13:49.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.749941 11062 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:49.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.752777 11062 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:49.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.754184 11062 hybrid_clock.cc:648] HybridClock initialized: now 1786515229754128 us; error 124 us; skew 500 ppm
06:13:49.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.755108 11062 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:49.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.762192 11062 webserver.cc:533] Webserver started at http://127.10.201.254:43475/ using document root <none> and password file <none>
06:13:49.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.763331 11062 fs_manager.cc:362] Metadata directory not provided
06:13:49.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.763608 11062 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:49.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.764211 11062 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:49.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.769032 11062 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data/instance:
06:13:49.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "564c27cbbb454783b8abced0312276ff"
06:13:49.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:49 on dist-test-slave-0b58"
06:13:49.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.770363 11062 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/wal/instance:
06:13:49.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "564c27cbbb454783b8abced0312276ff"
06:13:49.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:49 on dist-test-slave-0b58"
06:13:49.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.778456 11062 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.007s
06:13:49.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.784708 11079 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:49.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.785950 11062 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
06:13:49.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.786372 11062 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/wal
06:13:49.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "564c27cbbb454783b8abced0312276ff"
06:13:49.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:49 on dist-test-slave-0b58"
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.786784 11062 fs_report.cc:389] FS layout report
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/wal
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/wal
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data/data
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:49.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:49.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.852046 11062 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:49.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.853799 11062 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
06:13:49.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.854465 11062 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.934273 11062 rpc_server.cc:307] RPC server started. Bound to: 127.10.201.254:38729
06:13:49.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.934376 11134 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.201.254:38729 every 8 connection(s)
06:13:49.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.938269 11062 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/data/info.pb
06:13:49.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.945562 11135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:49.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.946209 11047 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 11062
06:13:49.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.946780 11047 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-0/wal/instance
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.952342 11047 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/wal
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/logs
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data/info.pb
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.201.253:46843
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.201.253
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.201.212:43409
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:49.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42037/jwks.json with env {}
06:13:49.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.963063 11135 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } has no permanent_uuid. Determining permanent_uuid...
06:13:49.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:49.995456 11135 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } has no permanent_uuid. Determining permanent_uuid...
06:13:49.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:49.998683 11081 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:50.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.003286 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.253:46843: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:50.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.052971 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } attempt: 1
06:13:50.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.058158 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.253:46843: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:50.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.126739 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } attempt: 2
06:13:50.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.131898 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.253:46843: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:50.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.223428 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } attempt: 3
06:13:50.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.238623 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.253:46843: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:50.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.303416 11137 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.304000 11137 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:50.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.304514 11137 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:50.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.338367 11137 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:50.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.338689 11137 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:50.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.338894 11137 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:50.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.339180 11137 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:50.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.339592 11137 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:50.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.339884 11137 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42037/jwks.json
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.379499 11137 master_runner.cc:387] Master server non-default flags:
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.201.212:43409
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/wal
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.201.253:46843
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42037/jwks.json
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data/info.pb
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.201.253
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/logs
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:50.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:50.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.380873 11137 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.382081 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } attempt: 4
06:13:50.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.382542 11137 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:50.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.386487 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.253:46843: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:50.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.395212 11148 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
06:13:50.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:50.685941 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } attempt: 5
06:13:50.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.694150 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.253:46843: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:51.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.241823 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } attempt: 6
06:13:51.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:51.256986 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.253:46843: Network error: Client connection negotiation failed: client connection to 127.10.201.253:46843: connect: Connection refused (error 111)
06:13:51.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:50.396904 11149 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
06:13:51.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:51.629148 11151 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
06:13:51.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:51.633009 11150 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1234 milliseconds
06:13:51.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.633093 11137 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
06:13:51.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.634459 11137 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:51.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.637583 11137 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:51.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.639297 11137 hybrid_clock.cc:648] HybridClock initialized: now 1786515231639239 us; error 69 us; skew 500 ppm
06:13:51.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.640103 11137 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:51.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.647754 11137 webserver.cc:533] Webserver started at http://127.10.201.253:37493/ using document root <none> and password file <none>
06:13:51.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.648954 11137 fs_manager.cc:362] Metadata directory not provided
06:13:51.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.649184 11137 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:51.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.649636 11137 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:51.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.654693 11137 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data/instance:
06:13:51.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d45bacaa8264e1b949545f6caf16f72"
06:13:51.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:51 on dist-test-slave-0b58"
06:13:51.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.655977 11137 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/wal/instance:
06:13:51.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d45bacaa8264e1b949545f6caf16f72"
06:13:51.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:51 on dist-test-slave-0b58"
06:13:51.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.664474 11137 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.001s
06:13:51.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.670820 11160 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:51.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.672112 11137 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.672617 11137 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/wal
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d45bacaa8264e1b949545f6caf16f72"
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:51 on dist-test-slave-0b58"
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.673015 11137 fs_report.cc:389] FS layout report
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/wal
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/wal
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data/data
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:51.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:51.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:51.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:51.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:51.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:51.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:51.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:51.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.726619 11137 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:51.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.728397 11137 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
06:13:51.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.729048 11137 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:51.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.807881 11137 rpc_server.cc:307] RPC server started. Bound to: 127.10.201.253:46843
06:13:51.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.807938 11216 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.201.253:46843 every 8 connection(s)
06:13:51.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.811055 11137 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/data/info.pb
06:13:51.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.812629 11047 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 11137
06:13:51.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.813217 11047 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-1/wal/instance
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.816581 11047 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/wal
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/logs
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data/info.pb
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:51.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.201.252:43281
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.201.252
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.201.212:43409
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:51.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42037/jwks.json with env {}
06:13:51.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.819168 11217 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:51.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.830819 11217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } has no permanent_uuid. Determining permanent_uuid...
06:13:51.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.855031 11217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } has no permanent_uuid. Determining permanent_uuid...
06:13:51.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.872095 11217 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } has no permanent_uuid. Determining permanent_uuid...
06:13:51.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:51.875442 11162 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:51.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:51.880955 11217 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:51.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:51.930600 11217 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 1
06:13:51.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:51.936002 11217 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.004446 11217 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 2
06:13:52.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.009712 11217 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.101281 11217 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 3
06:13:52.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.106631 11217 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.173640 11221 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:13:52.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.174224 11221 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:13:52.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.174711 11221 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:13:52.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.210744 11221 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:13:52.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.211090 11221 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:13:52.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.211297 11221 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:13:52.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.211506 11221 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:13:52.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.211702 11221 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:13:52.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.211850 11221 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42037/jwks.json
06:13:52.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.250155 11217 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 4
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.254530 11221 master_runner.cc:387] Master server non-default flags:
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.10.201.212:43409
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/wal
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.10.201.252:43281
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42037/jwks.json
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data/info.pb
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.10.201.252
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/logs
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:13:52.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:13:52.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:53:07 UTC on e7f111948823
06:13:52.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17646
06:13:52.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
06:13:52.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.254863 11217 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.256006 11221 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:13:52.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.257741 11221 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:13:52.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.270596 11233 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
06:13:52.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.317673 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } attempt: 7
06:13:52.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.339486 11135 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } has no permanent_uuid. Determining permanent_uuid...
06:13:52.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.349224 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.407902 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 1
06:13:52.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.415822 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.497489 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 2
06:13:52.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.505005 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.554365 11217 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 5
06:13:52.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.562187 11217 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.590761 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 3
06:13:52.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.598737 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:52.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:52.739394 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 4
06:13:52.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.749526 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:53.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.033188 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 5
06:13:53.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.041358 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:53.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.109918 11217 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 6
06:13:53.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.122117 11217 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:53.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:52.271070 11234 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
06:13:53.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.579196 11236 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
06:13:53.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.581530 11235 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1305 milliseconds
06:13:53.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.581666 11221 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
06:13:53.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.583236 11221 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:13:53.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.586874 11221 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:13:53.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.588442 11221 hybrid_clock.cc:648] HybridClock initialized: now 1786515233588393 us; error 66 us; skew 500 ppm
06:13:53.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.589304 11221 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:13:53.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.593992 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 6
06:13:53.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.597055 11221 webserver.cc:533] Webserver started at http://127.10.201.252:42175/ using document root <none> and password file <none>
06:13:53.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.598210 11221 fs_manager.cc:362] Metadata directory not provided
06:13:53.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.598490 11221 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:13:53.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.599076 11221 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:13:53.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.602169 11135 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.10.201.252:43281: Network error: Client connection negotiation failed: client connection to 127.10.201.252:43281: connect: Connection refused (error 111)
06:13:53.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.604008 11221 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data/instance:
06:13:53.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a062033671a449558a5d1a37502b440c"
06:13:53.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:53 on dist-test-slave-0b58"
06:13:53.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.605268 11221 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/wal/instance:
06:13:53.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a062033671a449558a5d1a37502b440c"
06:13:53.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:53 on dist-test-slave-0b58"
06:13:53.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.614732 11221 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.004s	sys 0.004s
06:13:53.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.621726 11252 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:13:53.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.623113 11221 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.003s
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.623553 11221 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data,/tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/wal
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a062033671a449558a5d1a37502b440c"
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:13:53 on dist-test-slave-0b58"
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.623997 11221 fs_report.cc:389] FS layout report
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/wal
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/wal
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data/data
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:13:53.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:13:53.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:13:53.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.677963 11221 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:13:53.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.679633 11221 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
06:13:53.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.680210 11221 kserver.cc:163] Server-wide thread pool size limit: 3276
06:13:53.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.760123 11221 rpc_server.cc:307] RPC server started. Bound to: 127.10.201.252:43281
06:13:53.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.760205 11306 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.10.201.252:43281 every 8 connection(s)
06:13:53.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.763185 11221 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/data/info.pb
06:13:53.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.769558 11047 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu as pid 11221
06:13:53.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.770102 11047 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskP8Pmxb/test-tmp/mini-kudu-cluster4191715637579263327/master-2/wal/instance
06:13:53.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.770251 11307 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:13:53.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.784598 11307 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } has no permanent_uuid. Determining permanent_uuid...
06:13:53.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.808140 11307 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } has no permanent_uuid. Determining permanent_uuid...
06:13:53.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.823578 11307 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } has no permanent_uuid. Determining permanent_uuid...
06:13:53.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.840111 11047 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:13:53.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.841638 11307 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c: Bootstrap starting.
06:13:53.847 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:53.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.847883 11307 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c: Neither blocks nor log segments found. Creating new log.
06:13:53.848 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:13:53.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.849998 11307 log.cc:826] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c: Log is configured to *not* fsync() on all Append() calls
06:13:53.849 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.10.201.254"
      port: 38729
    }
    bound_http_address {
      host: "127.10.201.254"
      port: 43475
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.10.201.253"
      port: 46843
    }
    bound_http_address {
      host: "127.10.201.253"
      port: 37493
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.10.201.252"
      port: 43281
    }
    bound_http_address {
      host: "127.10.201.252"
      port: 42175
    }
  }
}

06:13:53.852 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:13:53.852 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:13:53.853 [INFO - Metastore-Handler-Pool: Thread-246] (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=d9349cbd-4032-44bb-873a-d1c112d9ed98, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:13:53.855 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:13:53.855 [INFO - Metastore-Handler-Pool: Thread-246] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:13:53.855 [INFO - Metastore-Handler-Pool: Thread-246] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e, with PersistenceManager: null will be shutdown
06:13:53.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.855592 11307 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c: No bootstrap required, opened a new log
06:13:53.855 [INFO - Metastore-Handler-Pool: Thread-246] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4ebd2c31 created in the thread with id: 246
06:13:53.860 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e
06:13:53.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.881924 11307 raft_consensus.cc:359] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:53.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.882928 11307 raft_consensus.cc:385] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:53.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.883265 11307 raft_consensus.cc:740] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a062033671a449558a5d1a37502b440c, State: Initialized, Role: FOLLOWER
06:13:53.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.884402 11307 consensus_queue.cc:260] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.887760 11317 sys_catalog.cc:455] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [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: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:53.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.889007 11317 sys_catalog.cc:458] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: This master's current role is: FOLLOWER
06:13:53.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.889705 11307 sys_catalog.cc:565] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: configured and running, proceeding with master startup.
06:13:53.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.936081 11258 tablet.cc:2406] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:53.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.915954 11221 master_runner.cc:187] Error getting master registration for 127.10.201.254:38729: OK, instance_id { permanent_uuid: "564c27cbbb454783b8abced0312276ff" instance_seqno: 1786515229912351 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:13:53.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.948225 11221 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:13:53.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.951890 11331 catalog_manager.cc:1614] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:13:53.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:53.952303 11331 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:13:53.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.982708 11317 raft_consensus.cc:493] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:13:53.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.983423 11317 raft_consensus.cc:515] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:53.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:53.990180 11317 leader_election.cc:290] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 564c27cbbb454783b8abced0312276ff (127.10.201.254:38729), 1d45bacaa8264e1b949545f6caf16f72 (127.10.201.253:46843)
06:13:54.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.182710 11217 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 7
06:13:54.204 [WARN - Metastore-Handler-Pool: Thread-246] (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.
06:13:54.211 [WARN - Metastore-Handler-Pool: Thread-246] (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.
06:13:54.211 [WARN - Metastore-Handler-Pool: Thread-246] (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.
06:13:54.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.255435 11217 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: Bootstrap starting.
06:13:54.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.279031 11217 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: Neither blocks nor log segments found. Creating new log.
06:13:54.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.286438 11217 log.cc:826] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: Log is configured to *not* fsync() on all Append() calls
06:13:54.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.302780 11217 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: No bootstrap required, opened a new log
06:13:54.308 [INFO - Metastore-Handler-Pool: Thread-246] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:13:54.314 [INFO - Metastore-Handler-Pool: Thread-246] (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/hive7770076601268093145/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=d9349cbd-4032-44bb-873a-d1c112d9ed98, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:13:54.317 [INFO - Metastore-Handler-Pool: Thread-246] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7770076601268093145/external-warehouse/table
06:13:54.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.335426 11217 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:54.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.336328 11217 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:54.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.336635 11217 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d45bacaa8264e1b949545f6caf16f72, State: Initialized, Role: FOLLOWER
06:13:54.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.339579 11217 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:54.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.343019 11338 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [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: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:54.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.344192 11338 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [sys.catalog]: This master's current role is: FOLLOWER
06:13:54.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.344578 11217 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [sys.catalog]: configured and running, proceeding with master startup.
06:13:54.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.344997 11190 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a062033671a449558a5d1a37502b440c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d45bacaa8264e1b949545f6caf16f72" is_pre_election: true
06:13:54.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.345770 11190 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a062033671a449558a5d1a37502b440c in term 0.
06:13:54.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.347225 11254 leader_election.cc:304] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [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: 1d45bacaa8264e1b949545f6caf16f72, a062033671a449558a5d1a37502b440c; no voters: 
06:13:54.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.348093 11317 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Leader pre-election won for term 1
06:13:54.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.348506 11317 raft_consensus.cc:493] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:13:54.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.348840 11317 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 0 FOLLOWER]: Advancing to term 1
06:13:54.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.357180 11317 raft_consensus.cc:515] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:54.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.361189 11190 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a062033671a449558a5d1a37502b440c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d45bacaa8264e1b949545f6caf16f72"
06:13:54.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.361855 11190 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [term 0 FOLLOWER]: Advancing to term 1
06:13:54.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.363015 11317 leader_election.cc:290] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [CANDIDATE]: Term 1 election: Requested vote from peers 564c27cbbb454783b8abced0312276ff (127.10.201.254:38729), 1d45bacaa8264e1b949545f6caf16f72 (127.10.201.253:46843)
06:13:54.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.371716 11190 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a062033671a449558a5d1a37502b440c in term 1.
06:13:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.373226 11254 leader_election.cc:304] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [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: 1d45bacaa8264e1b949545f6caf16f72, a062033671a449558a5d1a37502b440c; no voters: 
06:13:54.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.374110 11317 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 1 FOLLOWER]: Leader election won for term 1
06:13:54.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.389561 11317 raft_consensus.cc:697] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [term 1 LEADER]: Becoming Leader. State: Replica: a062033671a449558a5d1a37502b440c, State: Running, Role: LEADER
06:13:54.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.391079 11317 consensus_queue.cc:237] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [LEADER]: Queue going to LEADER mode. State: All 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: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:54.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.411168 11347 sys_catalog.cc:455] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: SysCatalogTable state changed. Reason: New leader a062033671a449558a5d1a37502b440c. Latest consensus state: current_term: 1 leader_uuid: "a062033671a449558a5d1a37502b440c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:54.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.412446 11347 sys_catalog.cc:458] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: This master's current role is: LEADER
06:13:54.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.420315 11352 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:13:54.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.430311 11352 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:13:54.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.454558 11357 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:13:54.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.464041 11190 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [term 1 FOLLOWER]: Refusing update from remote peer a062033671a449558a5d1a37502b440c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:13:54.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.467584 11347 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:13:54.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:54.488565 11166 tablet.cc:2406] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:54.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.458335 11137 master_runner.cc:187] Error getting master registration for 127.10.201.254:38729: OK, instance_id { permanent_uuid: "564c27cbbb454783b8abced0312276ff" instance_seqno: 1786515229912351 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:13:54.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.505546 11137 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:13:54.521 [DEBUG - Metastore-Handler-Pool: Thread-246] (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.
06:13:54.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.522886 11338 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a062033671a449558a5d1a37502b440c. Latest consensus state: current_term: 1 leader_uuid: "a062033671a449558a5d1a37502b440c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:54.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.523708 11338 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [sys.catalog]: This master's current role is: FOLLOWER
06:13:54.526 [DEBUG - Metastore-Handler-Pool: Thread-246] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:13:54.528 [DEBUG - Metastore-Handler-Pool: Thread-246] (Connection.java:748) [peer master-127.10.201.254:38729(127.10.201.254:38729)] connecting to peer
06:13:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.533259 11317 sys_catalog.cc:455] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a062033671a449558a5d1a37502b440c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:54.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.534029 11317 sys_catalog.cc:458] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: This master's current role is: LEADER
06:13:54.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.535296 11358 mvcc.cc:204] Tried to move back new op lower bound from 7317566400335339520 to 7317566400082542592. Current Snapshot: MvccSnapshot[applied={T|T < 7317566400335339520}]
06:13:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.536418 11352 catalog_manager.cc:1384] Generated new cluster ID: d2c68bfb27044432a285c645f01563e5
06:13:54.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.536731 11352 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:13:54.541 [DEBUG - Metastore-Handler-Pool: Thread-246] (Connection.java:748) [peer master-127.10.201.253:46843(127.10.201.253:46843)] connecting to peer
06:13:54.549 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.10.201.254:38729(127.10.201.254:38729)] Successfully connected to peer
06:13:54.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.552835 11338 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a062033671a449558a5d1a37502b440c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:54.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.553740 11338 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72 [sys.catalog]: This master's current role is: FOLLOWER
06:13:54.569 [DEBUG - Metastore-Handler-Pool: Thread-246] (Connection.java:748) [peer master-127.10.201.252:43281(127.10.201.252:43281)] connecting to peer
06:13:54.572 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.10.201.252:43281(127.10.201.252:43281)] Successfully connected to peer
06:13:54.574 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.10.201.253:46843(127.10.201.253:46843)] Successfully connected to peer
06:13:54.581 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.201.254
06:13:54.589 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.201.252
06:13:54.609 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.10.201.253
06:13:54.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.624799 11352 catalog_manager.cc:1407] Generated new certificate authority record
06:13:54.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.627297 11352 catalog_manager.cc:1560] Loading token signing keys...
06:13:54.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.635624 11135 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } attempt: 7
06:13:54.638 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:54.645 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:54.657 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x3da152e8, L:/127.0.0.1:46050 - R:/127.10.201.254:38729] using SASL/PLAIN
06:13:54.661 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:13:54.673 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x1facbd9e, L:/127.0.0.1:36800 - R:/127.10.201.252:43281] using SASL/PLAIN
06:13:54.683 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xf68c9930, L:/127.0.0.1:53894 - R:/127.10.201.253:46843] using SASL/PLAIN
06:13:54.700 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.10.201.254:38729: Catalog manager is not initialized. State: Starting
06:13:54.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.703688 11352 catalog_manager.cc:6112] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c: Generated new TSK 0
06:13:54.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.705528 11352 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:13:54.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.704504 11135 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff: Bootstrap starting.
06:13:54.711 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.10.201.254:38729,127.10.201.253:46843,127.10.201.252:43281; will retry
06:13:54.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.725113 11135 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff: Neither blocks nor log segments found. Creating new log.
06:13:54.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.732398 11135 log.cc:826] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff: Log is configured to *not* fsync() on all Append() calls
06:13:54.743 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:13:54.744 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.10.201.254:38729: Catalog manager is not initialized. State: Starting
06:13:54.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.754063 11135 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff: No bootstrap required, opened a new log
06:13:54.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.785583 11135 raft_consensus.cc:359] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:54.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.786875 11135 raft_consensus.cc:385] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:13:54.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.787400 11135 raft_consensus.cc:740] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 564c27cbbb454783b8abced0312276ff, State: Initialized, Role: FOLLOWER
06:13:54.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.788769 11135 consensus_queue.cc:260] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } }
06:13:54.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.810403 11106 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a062033671a449558a5d1a37502b440c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "564c27cbbb454783b8abced0312276ff"
06:13:54.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.811962 11106 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [term 0 FOLLOWER]: Advancing to term 1
06:13:54.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.811134 11107 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a062033671a449558a5d1a37502b440c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "564c27cbbb454783b8abced0312276ff" is_pre_election: true
06:13:54.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.823654 11135 sys_catalog.cc:565] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [sys.catalog]: configured and running, proceeding with master startup.
06:13:54.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.808197 11373 sys_catalog.cc:455] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [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: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:54.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.829579 11373 sys_catalog.cc:458] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [sys.catalog]: This master's current role is: FOLLOWER
06:13:54.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.823213 11106 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a062033671a449558a5d1a37502b440c in term 1.
06:13:54.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.831318 11105 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [term 1 FOLLOWER]: Refusing update from remote peer a062033671a449558a5d1a37502b440c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:13:54.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:54.838640 11347 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [LEADER]: Connected to new peer: Peer: permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:13:54.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:13:54.874855 11086 tablet.cc:2406] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:13:54.899 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:55.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.060674 11373 sys_catalog.cc:455] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [sys.catalog]: SysCatalogTable state changed. Reason: New leader a062033671a449558a5d1a37502b440c. Latest consensus state: current_term: 1 leader_uuid: "a062033671a449558a5d1a37502b440c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:55.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.061895 11373 sys_catalog.cc:458] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [sys.catalog]: This master's current role is: FOLLOWER
06:13:55.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.067373 11380 sys_catalog.cc:455] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a062033671a449558a5d1a37502b440c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:55.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.069818 11380 sys_catalog.cc:458] T 00000000000000000000000000000000 P 564c27cbbb454783b8abced0312276ff [sys.catalog]: This master's current role is: FOLLOWER
06:13:55.116 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:55.125 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:13:55.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.147687 11392 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:13:55.153 [INFO - Metastore-Handler-Pool: Thread-246] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:13:55.232 [INFO - Metastore-Handler-Pool: Thread-246] (MetaStoreServerUtils.java:473) Updating table stats for table
06:13:55.233 [INFO - Metastore-Handler-Pool: Thread-246] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:13:55.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.350139 11347 sys_catalog.cc:455] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a062033671a449558a5d1a37502b440c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "564c27cbbb454783b8abced0312276ff" member_type: VOTER last_known_addr { host: "127.10.201.254" port: 38729 } } peers { permanent_uuid: "1d45bacaa8264e1b949545f6caf16f72" member_type: VOTER last_known_addr { host: "127.10.201.253" port: 46843 } } peers { permanent_uuid: "a062033671a449558a5d1a37502b440c" member_type: VOTER last_known_addr { host: "127.10.201.252" port: 43281 } } }
06:13:55.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.351719 11347 sys_catalog.cc:458] T 00000000000000000000000000000000 P a062033671a449558a5d1a37502b440c [sys.catalog]: This master's current role is: LEADER
06:13:55.367 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:13:55.402 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:3711) Skipping translation for processor with null
06:13:55.403 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:13:55.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.486024 11357 catalog_manager.cc:1296] Loaded cluster ID: d2c68bfb27044432a285c645f01563e5
06:13:55.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.486500 11357 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: loading cluster ID for follower catalog manager: success
06:13:55.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.503801 11357 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: acquiring CA information for follower catalog manager: success
06:13:55.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:55.514889 11357 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 1d45bacaa8264e1b949545f6caf16f72: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:13:55.604 [WARN - Metastore-Handler-Pool: Thread-246] (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.
06:13:55.922 [WARN - Metastore-Handler-Pool: Thread-246] (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.
06:13:55.981 [WARN - Metastore-Handler-Pool: Thread-246] (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.
06:13:56.144 [INFO - Metastore-Handler-Pool: Thread-246] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:13:56.145 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:13:56.146 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:13:56.146 [INFO - Metastore-Handler-Pool: Thread-246] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@60fadc9e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4ebd2c31 will be shutdown
06:13:56.146 [INFO - Metastore-Handler-Pool: Thread-246] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:13:56.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:56.146374 11047 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 11062
06:13:56.197 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.10.201.254:38729(127.10.201.254:38729)] handling channelInactive
06:13:56.197 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.10.201.254:38729(127.10.201.254:38729)] cleaning up while in state READY due to: connection closed
06:13:56.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:56.211438 11047 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 11137
06:13:56.257 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.10.201.253:46843(127.10.201.253:46843)] handling channelInactive
06:13:56.257 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.10.201.253:46843(127.10.201.253:46843)] cleaning up while in state READY due to: connection closed
06:13:56.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:13:56.260320 11047 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskP8Pmxb/build/tsan/bin/kudu with pid 11221
06:13:56.303 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.10.201.252:43281(127.10.201.252:43281)] handling channelInactive
06:13:56.303 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.10.201.252:43281(127.10.201.252:43281)] cleaning up while in state READY due to: connection closed
06:13:57.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:13:57Z chronyd exiting

Time: 89.809

OK (6 tests)

