JUnit version 4.13.2
.13:58:58.991 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:58:58.998 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:58:58.999 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:58:59.119 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15367063256150859525
13:58:59.260 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
13:58:59.273 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
13:58:59.538 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:58:59.579 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:58:59.580 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
13:58:59.611 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
13:58:59.624 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
13:58:59.644 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
13:59:00.480 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:00.484 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
13:59:00.503 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
13:59:00.505 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
13:59:00.518 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:00.519 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
13:59:00.711 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
13:59:00.712 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
13:59:00.714 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
13:59:01.211 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
13:59:01.217 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: null will be shutdown
13:59:01.242 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@13d673e5 created in the thread with id: 13
13:59:01.304 [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
13:59:01.549 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:01.550 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:01.551 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:01.552 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:01.553 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:01.554 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:02.172 [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
13:59:02.173 [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.237
13:59:02.173 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d
13:59:02.509 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
13:59:02.558 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
13:59:02.609 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
13:59:02.612 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
13:59:02.688 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
13:59:02.695 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
13:59:02.973 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
13:59:02.979 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
13:59:02.989 [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)
13:59:02.990 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [33009]...
13:59:02.990 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
13:59:02.990 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
13:59:02.991 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
13:59:02.991 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
13:59:03.146 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:59:03.147 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:59:03.147 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:59:03.163 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
13:59:03.164 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33009]
13:59:03.164 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33009) in binary transport mode
13:59:03.183 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33009) current connections: 1
13:59:03.270 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
13:59:03.442 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskap_MsK/test-tmp
13:59:03.445 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
13:59:03.450 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskap_MsK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
13:59:03.491 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33009"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

13:59:03.900 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:03.909 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

13:59:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:03.912827 22494 mini_oidc.cc:150] Starting JWKS server
13:59:03.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:03.916159 22494 webserver.cc:533] Webserver started at http://127.0.0.1:46389/ using document root <none> and password file <none>
13:59:03.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:03.916726 22494 mini_oidc.cc:186] Starting OIDC Discovery server
13:59:03.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:03.918469 22494 webserver.cc:533] Webserver started at http://127.0.0.1:36619/ using document root <none> and password file <none>
13:59:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:03Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
13:59:03.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:03Z Disabled control of system clock
13:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:03.982661 22494 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/wal
13:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data
13:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:03.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:03.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:03.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:03.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:03.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/logs
13:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data/info.pb
13:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:03.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.247.190:41327
13:59:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.247.190
13:59:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.247.148:35473
13:59:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683
13:59:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:03.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
13:59:03.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33009 with env {}
13:59:04.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.309734 22516 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:04.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.310297 22516 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:04.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.310832 22516 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:04.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.343595 22516 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:04.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.343878 22516 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:04.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.344134 22516 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:04.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.344434 22516 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:04.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.344825 22516 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:04.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.345009 22516 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46389/jwks.json
13:59:04.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:04.381770 22516 master_runner.cc:387] Master server non-default flags:
13:59:04.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/logs
13:59:04.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:04.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:04.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:04.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.247.148:35473
13:59:04.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:04.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:04.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data
13:59:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/wal
13:59:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33009
13:59:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683
13:59:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:04.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:04.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:04.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.247.190:41327
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data/info.pb
13:59:04.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.247.190
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:04.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:04.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:04.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:04.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:04.383080 22516 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:04.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:04.385078 22516 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:04.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.398065 22528 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
13:59:06.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:05.800891 22527 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 22516
13:59:06.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.199575 22516 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.802s	user 0.720s	sys 1.082s
13:59:06.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.199995 22516 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.802s	user 0.720s	sys 1.082s
13:59:06.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:04.398375 22533 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
13:59:06.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.202623 22539 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
13:59:06.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.206156 22538 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1801 milliseconds
13:59:06.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.206192 22516 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
13:59:06.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.207584 22516 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:06.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.210146 22516 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:06.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.211551 22516 hybrid_clock.cc:648] HybridClock initialized: now 1786456746211510 us; error 106 us; skew 500 ppm
13:59:06.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.212474 22516 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.218796 22516 webserver.cc:533] Webserver started at http://127.21.247.190:34395/ using document root <none> and password file <none>
13:59:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.219867 22516 fs_manager.cc:362] Metadata directory not provided
13:59:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.220120 22516 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:06.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.220709 22516 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:06.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.225354 22516 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data/instance:
13:59:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c56b3e19d01342d4afba815ba4e414aa"
13:59:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:06 on dist-test-slave-rwrg"
13:59:06.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.226735 22516 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/wal/instance:
13:59:06.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c56b3e19d01342d4afba815ba4e414aa"
13:59:06.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:06 on dist-test-slave-rwrg"
13:59:06.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.234433 22516 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.006s
13:59:06.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.240460 22548 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:06.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.241636 22516 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
13:59:06.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.241989 22516 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/wal
13:59:06.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c56b3e19d01342d4afba815ba4e414aa"
13:59:06.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:06 on dist-test-slave-rwrg"
13:59:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.242399 22516 fs_report.cc:389] FS layout report
13:59:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/wal
13:59:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/wal
13:59:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data/data
13:59:06.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:06.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:06.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:06.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:06.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:06.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:06.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:06.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:06.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:06.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:06.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:06.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.304188 22516 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:06.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.305902 22516 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
13:59:06.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.306444 22516 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:06.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.381384 22516 rpc_server.cc:307] RPC server started. Bound to: 127.21.247.190:41327
13:59:06.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.381455 22653 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.21.247.190:41327 every 8 connection(s)
13:59:06.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.384325 22516 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/data/info.pb
13:59:06.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.390278 22654 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:06.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.393154 22494 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 22516
13:59:06.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.393636 22494 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-0/wal/instance
13:59:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.397121 22494 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/wal
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/logs
13:59:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data/info.pb
13:59:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.247.189:38661
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.247.189
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.247.148:35473
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683
13:59:06.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:06.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
13:59:06.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33009 with env {}
13:59:06.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.403266 22654 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } has no permanent_uuid. Determining permanent_uuid...
13:59:06.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.434613 22654 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } has no permanent_uuid. Determining permanent_uuid...
13:59:06.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.437369 22559 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:06.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.441874 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.189:38661: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:06.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.491395 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } attempt: 1
13:59:06.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.496681 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.189:38661: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:06.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.565116 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } attempt: 2
13:59:06.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.570911 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.189:38661: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:06.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.662403 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } attempt: 3
13:59:06.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.667613 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.189:38661: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:06.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.747793 22655 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:06.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.748549 22655 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:06.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.749285 22655 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.783806 22655 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.784216 22655 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.784601 22655 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.784965 22655 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.785336 22655 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.785611 22655 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46389/jwks.json
13:59:06.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.811012 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } attempt: 4
13:59:06.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.815483 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.189:38661: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.826963 22655 master_runner.cc:387] Master server non-default flags:
13:59:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/logs
13:59:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:06.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.247.148:35473
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/wal
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33009
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:06.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.247.189:38661
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data/info.pb
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.247.189
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:06.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:06.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:06.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.828840 22655 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:06.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:06.831265 22655 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:06.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.842350 22670 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
13:59:07.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:07.114933 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } attempt: 5
13:59:07.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:07.122165 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.189:38661: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:07.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:07.669798 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } attempt: 6
13:59:07.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:07.681216 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.189:38661: Network error: Client connection negotiation failed: client connection to 127.21.247.189:38661: connect: Connection refused (error 111)
13:59:08.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:06.844393 22671 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
13:59:08.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.077400 22674 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
13:59:08.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.080120 22673 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1230 milliseconds
13:59:08.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.080241 22655 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
13:59:08.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.081907 22655 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:08.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.085548 22655 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:08.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.087066 22655 hybrid_clock.cc:648] HybridClock initialized: now 1786456748087003 us; error 66 us; skew 500 ppm
13:59:08.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.088174 22655 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:08.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.094440 22655 webserver.cc:533] Webserver started at http://127.21.247.189:39905/ using document root <none> and password file <none>
13:59:08.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.095402 22655 fs_manager.cc:362] Metadata directory not provided
13:59:08.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.095597 22655 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:08.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.096154 22655 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:08.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.101312 22655 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data/instance:
13:59:08.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69"
13:59:08.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:08 on dist-test-slave-rwrg"
13:59:08.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.102440 22655 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/wal/instance:
13:59:08.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69"
13:59:08.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:08 on dist-test-slave-rwrg"
13:59:08.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.109891 22655 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.003s
13:59:08.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.116302 22689 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:08.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.117610 22655 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.117920 22655 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/wal
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69"
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:08 on dist-test-slave-rwrg"
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.118227 22655 fs_report.cc:389] FS layout report
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/wal
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/wal
13:59:08.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data/data
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:08.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:08.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.173483 22655 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:08.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.174976 22655 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
13:59:08.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.175381 22655 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.252243 22655 rpc_server.cc:307] RPC server started. Bound to: 127.21.247.189:38661
13:59:08.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.252322 22772 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.21.247.189:38661 every 8 connection(s)
13:59:08.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.255434 22655 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/data/info.pb
13:59:08.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.258472 22494 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 22655
13:59:08.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.258917 22494 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-1/wal/instance
13:59:08.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.261456 22494 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/wal
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:08.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/logs
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data/info.pb
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:08.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.247.188:46683
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.247.188
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.247.148:35473
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683
13:59:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
13:59:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33009 with env {}
13:59:08.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.261590 22776 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:08.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.278445 22776 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } has no permanent_uuid. Determining permanent_uuid...
13:59:08.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.305696 22776 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } has no permanent_uuid. Determining permanent_uuid...
13:59:08.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.320169 22776 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } has no permanent_uuid. Determining permanent_uuid...
13:59:08.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.322806 22695 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.327443 22776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.377020 22776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 1
13:59:08.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.382750 22776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.451212 22776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 2
13:59:08.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.456331 22776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.547842 22776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 3
13:59:08.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.552783 22776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.596933 22777 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:08.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.597654 22777 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:08.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.598397 22777 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:08.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.632145 22777 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:08.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.632550 22777 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:08.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.632902 22777 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:08.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.633320 22777 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:08.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.633659 22777 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:08.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.633937 22777 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46389/jwks.json
13:59:08.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.671553 22777 master_runner.cc:387] Master server non-default flags:
13:59:08.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/logs
13:59:08.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:08.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:08.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:08.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.247.148:35473
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/wal
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33009
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.247.188:46683
13:59:08.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46389/jwks.json
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data/info.pb
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.247.188
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:08.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:08.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:08.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:08.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:08.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.673409 22777 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:08.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.675760 22777 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:08.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.687455 22796 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
13:59:08.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.696239 22776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 4
13:59:08.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.704432 22776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.741875 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } attempt: 7
13:59:08.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.775497 22654 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } has no permanent_uuid. Determining permanent_uuid...
13:59:08.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.798082 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.856722 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 1
13:59:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.876946 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:08.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:08.958595 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 2
13:59:08.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.967944 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:09.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:09.004040 22776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 5
13:59:09.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:09.014266 22776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:09.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:09.053748 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 3
13:59:09.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:09.064404 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:09.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:09.204972 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 4
13:59:09.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:09.213877 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:09.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:09.497447 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 5
13:59:09.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:09.506264 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:09.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:09.561880 22776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 6
13:59:09.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:09.584544 22776 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:10.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.058815 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 6
13:59:10.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.093251 22654 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.247.188:46683: Network error: Client connection negotiation failed: client connection to 127.21.247.188:46683: connect: Connection refused (error 111)
13:59:10.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.090971 22795 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 22777
13:59:10.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.433524 22795 kernel_stack_watchdog.cc:198] Thread 22777 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 400ms:
13:59:10.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
13:59:10.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
13:59:10.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
13:59:10.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
13:59:10.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:08.688148 22797 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
13:59:10.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.434443 22777 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.747s	user 0.002s	sys 0.000s
13:59:10.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.434824 22777 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.747s	user 0.002s	sys 0.000s
13:59:10.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.436134 22805 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
13:59:10.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.438643 22804 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1745 milliseconds
13:59:10.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.438711 22777 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
13:59:10.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.439932 22777 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:10.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.442302 22777 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:10.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.443648 22777 hybrid_clock.cc:648] HybridClock initialized: now 1786456750443618 us; error 44 us; skew 500 ppm
13:59:10.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.444371 22777 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:10.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.451212 22777 webserver.cc:533] Webserver started at http://127.21.247.188:38723/ using document root <none> and password file <none>
13:59:10.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.452104 22777 fs_manager.cc:362] Metadata directory not provided
13:59:10.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.452292 22777 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:10.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.452785 22777 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:10.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.457240 22777 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data/instance:
13:59:10.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "03b7b4f4a4104f14b180ba55ce5a1be3"
13:59:10.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:10 on dist-test-slave-rwrg"
13:59:10.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.458284 22777 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/wal/instance:
13:59:10.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "03b7b4f4a4104f14b180ba55ce5a1be3"
13:59:10.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:10 on dist-test-slave-rwrg"
13:59:10.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.466022 22777 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.000s	sys 0.008s
13:59:10.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.472043 22829 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:10.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.473266 22777 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
13:59:10.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.473598 22777 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/wal
13:59:10.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "03b7b4f4a4104f14b180ba55ce5a1be3"
13:59:10.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:10 on dist-test-slave-rwrg"
13:59:10.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.474018 22777 fs_report.cc:389] FS layout report
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/wal
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/wal
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data/data
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:10.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:10.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:10.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:10.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:10.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:10.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:10.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:10.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:10.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.542927 22777 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:10.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.544438 22777 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
13:59:10.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.545017 22777 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:10.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.625779 22777 rpc_server.cc:307] RPC server started. Bound to: 127.21.247.188:46683
13:59:10.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.625850 22900 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.21.247.188:46683 every 8 connection(s)
13:59:10.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.629132 22777 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/data/info.pb
13:59:10.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.632403 22494 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 22777
13:59:10.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.632862 22494 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster4093499357669065037/master-2/wal/instance
13:59:10.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.635392 22901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.645126 22776 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 7
13:59:10.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.650662 22901 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } has no permanent_uuid. Determining permanent_uuid...
13:59:10.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.680755 22901 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } has no permanent_uuid. Determining permanent_uuid...
13:59:10.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.684315 22776 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: Bootstrap starting.
13:59:10.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.692456 22776 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: Neither blocks nor log segments found. Creating new log.
13:59:10.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.695277 22776 log.cc:826] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: Log is configured to *not* fsync() on all Append() calls
13:59:10.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.696127 22901 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } has no permanent_uuid. Determining permanent_uuid...
13:59:10.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.704895 22776 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: No bootstrap required, opened a new log
13:59:10.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.711102 22494 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
13:59:10.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.714046 22901 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3: Bootstrap starting.
13:59:10.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.720100 22901 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3: Neither blocks nor log segments found. Creating new log.
13:59:10.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.722052 22901 log.cc:826] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3: Log is configured to *not* fsync() on all Append() calls
13:59:10.722 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:10.724 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

13:59:10.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.728438 22901 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3: No bootstrap required, opened a new log
13:59:10.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.730618 22776 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:10.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.731498 22776 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:10.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.731808 22776 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7097aa2f4dce4b2cb4fe3a44dd017d69, State: Initialized, Role: FOLLOWER
13:59:10.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.732795 22776 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:10.733 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.21.247.190"
      port: 41327
    }
    bound_http_address {
      host: "127.21.247.190"
      port: 34395
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.21.247.189"
      port: 38661
    }
    bound_http_address {
      host: "127.21.247.189"
      port: 39905
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.21.247.188"
      port: 46683
    }
    bound_http_address {
      host: "127.21.247.188"
      port: 38723
    }
  }
}

13:59:10.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.737527 22919 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [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: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:10.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.738483 22919 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [sys.catalog]: This master's current role is: FOLLOWER
13:59:10.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.739454 22776 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [sys.catalog]: configured and running, proceeding with master startup.
13:59:10.739 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

13:59:10.740 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:10.758 [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=971abac7-e86c-4228-9c27-f3196c54674f, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:10.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.759778 22901 raft_consensus.cc:359] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:10.761 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:59:10.761 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:59:10.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.761263 22901 raft_consensus.cc:385] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:10.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.761902 22901 raft_consensus.cc:740] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 03b7b4f4a4104f14b180ba55ce5a1be3, State: Initialized, Role: FOLLOWER
13:59:10.762 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
13:59:10.763 [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
13:59:10.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.763453 22901 consensus_queue.cc:260] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:10.779 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
13:59:10.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.805868 22937 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [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: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:10.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.806793 22937 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: This master's current role is: FOLLOWER
13:59:10.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.809257 22901 sys_catalog.cc:565] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: configured and running, proceeding with master startup.
13:59:10.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.827407 22951 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
13:59:10.832 [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=	
13:59:10.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.837174 22936 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:10.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.833760 22655 master_runner.cc:187] Error getting master registration for 127.21.247.190:41327: OK, instance_id { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" instance_seqno: 1786456746360378 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:10.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.861534 22655 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:10.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.889871 22937 raft_consensus.cc:493] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
13:59:10.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.890513 22937 raft_consensus.cc:515] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:10.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.895790 22732 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" is_pre_election: true
13:59:10.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.896760 22732 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 03b7b4f4a4104f14b180ba55ce5a1be3 in term 0.
13:59:10.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.904706 22834 leader_election.cc:304] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [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: 03b7b4f4a4104f14b180ba55ce5a1be3, 7097aa2f4dce4b2cb4fe3a44dd017d69; no voters: 
13:59:10.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.907047 22937 leader_election.cc:290] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c56b3e19d01342d4afba815ba4e414aa (127.21.247.190:41327), 7097aa2f4dce4b2cb4fe3a44dd017d69 (127.21.247.189:38661)
13:59:10.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.907956 22971 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Leader pre-election won for term 1
13:59:10.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.909798 22971 raft_consensus.cc:493] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
13:59:10.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.910157 22971 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 0 FOLLOWER]: Advancing to term 1
13:59:10.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.921029 22971 raft_consensus.cc:515] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:10.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.926729 22732 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69"
13:59:10.930 [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=	
13:59:10.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.930969 22732 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [term 0 FOLLOWER]: Advancing to term 1
13:59:10.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.932339 22971 leader_election.cc:290] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [CANDIDATE]: Term 1 election: Requested vote from peers c56b3e19d01342d4afba815ba4e414aa (127.21.247.190:41327), 7097aa2f4dce4b2cb4fe3a44dd017d69 (127.21.247.189:38661)
13:59:10.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.934252 22700 tablet.cc:2406] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:10.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.945168 22967 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:10.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.947134 22732 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 03b7b4f4a4104f14b180ba55ce5a1be3 in term 1.
13:59:10.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.948622 22834 leader_election.cc:304] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [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: 03b7b4f4a4104f14b180ba55ce5a1be3, 7097aa2f4dce4b2cb4fe3a44dd017d69; no voters: 
13:59:10.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.949671 22971 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 1 FOLLOWER]: Leader election won for term 1
13:59:10.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.950276 22971 raft_consensus.cc:697] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [term 1 LEADER]: Becoming Leader. State: Replica: 03b7b4f4a4104f14b180ba55ce5a1be3, State: Running, Role: LEADER
13:59:10.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.951445 22971 consensus_queue.cc:237] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [LEADER]: Queue going to LEADER mode. State: All 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: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:10.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.965631 22976 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
13:59:10.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:10.966051 22976 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
13:59:10.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.973580 22937 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 03b7b4f4a4104f14b180ba55ce5a1be3. Latest consensus state: current_term: 1 leader_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:10.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.974695 22937 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: This master's current role is: LEADER
13:59:10.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.980372 22981 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
13:59:10.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.988291 22981 catalog_manager.cc:1520] Initializing Kudu cluster ID...
13:59:11.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:10.938687 22777 master_runner.cc:187] Error getting master registration for 127.21.247.190:41327: OK, instance_id { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" instance_seqno: 1786456746360378 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:11.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.003415 22777 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:11.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.039683 22732 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [term 1 FOLLOWER]: Refusing update from remote peer 03b7b4f4a4104f14b180ba55ce5a1be3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:11.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.042191 22937 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
13:59:11.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:11.050647 22837 tablet.cc:2406] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:11.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.104040 22919 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 03b7b4f4a4104f14b180ba55ce5a1be3. Latest consensus state: current_term: 1 leader_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:11.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.106226 22919 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [sys.catalog]: This master's current role is: FOLLOWER
13:59:11.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.116727 22983 mvcc.cc:204] Tried to move back new op lower bound from 7317326852195106816 to 7317326851917615104. Current Snapshot: MvccSnapshot[applied={T|T < 7317326852195106816}]
13:59:11.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.126780 22654 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } attempt: 7
13:59:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.137040 22971 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:11.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.137739 22971 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: This master's current role is: LEADER
13:59:11.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.132967 22919 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:11.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.139370 22919 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69 [sys.catalog]: This master's current role is: FOLLOWER
13:59:11.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.153636 22981 catalog_manager.cc:1383] Generated new cluster ID: 6994b6b334cd4029b930cfa44bcdd195
13:59:11.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.153982 22981 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
13:59:11.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.190511 22981 catalog_manager.cc:1406] Generated new certificate authority record
13:59:11.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.197350 22981 catalog_manager.cc:1540] Loading token signing keys...
13:59:11.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.215700 22654 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa: Bootstrap starting.
13:59:11.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.237807 22654 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa: Neither blocks nor log segments found. Creating new log.
13:59:11.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.243741 22654 log.cc:826] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa: Log is configured to *not* fsync() on all Append() calls
13:59:11.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.257550 22654 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa: No bootstrap required, opened a new log
13:59:11.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.260946 22981 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3: Generated new TSK 0
13:59:11.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.262017 22981 catalog_manager.cc:1550] Initializing in-progress tserver states...
13:59:11.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.280685 22981 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
13:59:11.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.298561 22981 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
13:59:11.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.320300 22654 raft_consensus.cc:359] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:11.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.322981 22654 raft_consensus.cc:385] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:11.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.323860 22654 raft_consensus.cc:740] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c56b3e19d01342d4afba815ba4e414aa, State: Initialized, Role: FOLLOWER
13:59:11.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.326325 22654 consensus_queue.cc:260] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } }
13:59:11.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.358825 22994 sys_catalog.cc:455] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [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: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:11.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.359735 22994 sys_catalog.cc:458] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [sys.catalog]: This master's current role is: FOLLOWER
13:59:11.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.365653 22602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c56b3e19d01342d4afba815ba4e414aa"
13:59:11.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.365897 22606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c56b3e19d01342d4afba815ba4e414aa" is_pre_election: true
13:59:11.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.366696 22602 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [term 0 FOLLOWER]: Advancing to term 1
13:59:11.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.369792 22654 sys_catalog.cc:565] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [sys.catalog]: configured and running, proceeding with master startup.
13:59:11.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.375118 22602 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 03b7b4f4a4104f14b180ba55ce5a1be3 in term 1.
13:59:11.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.376817 22601 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [term 1 FOLLOWER]: Refusing update from remote peer 03b7b4f4a4104f14b180ba55ce5a1be3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:11.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.389624 22937 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
13:59:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.465034 22994 sys_catalog.cc:455] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 03b7b4f4a4104f14b180ba55ce5a1be3. Latest consensus state: current_term: 1 leader_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.465830 22994 sys_catalog.cc:458] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [sys.catalog]: This master's current role is: FOLLOWER
13:59:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.465552 23001 sys_catalog.cc:455] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:11.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.466712 23001 sys_catalog.cc:458] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa [sys.catalog]: This master's current role is: FOLLOWER
13:59:11.558 [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=	
13:59:11.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:11.573127 23016 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.601987 23022 catalog_manager.cc:1295] Loaded cluster ID: 6994b6b334cd4029b930cfa44bcdd195
13:59:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.602339 23022 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa: loading cluster ID for follower catalog manager: success
13:59:11.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.612658 23022 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa: acquiring CA information for follower catalog manager: success
13:59:11.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.619007 23022 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c56b3e19d01342d4afba815ba4e414aa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:11.774 [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.
13:59:11.807 [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.
13:59:11.808 [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.
13:59:11.853 [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=	
13:59:11.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.854640 22951 catalog_manager.cc:1295] Loaded cluster ID: 6994b6b334cd4029b930cfa44bcdd195
13:59:11.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:11.854629 22936 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:11.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.854954 22951 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: loading cluster ID for follower catalog manager: success
13:59:11.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.875068 22951 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: acquiring CA information for follower catalog manager: success
13:59:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.886951 22951 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 7097aa2f4dce4b2cb4fe3a44dd017d69: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:11.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.900799 23027 sys_catalog.cc:455] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c56b3e19d01342d4afba815ba4e414aa" member_type: VOTER last_known_addr { host: "127.21.247.190" port: 41327 } } peers { permanent_uuid: "7097aa2f4dce4b2cb4fe3a44dd017d69" member_type: VOTER last_known_addr { host: "127.21.247.189" port: 38661 } } peers { permanent_uuid: "03b7b4f4a4104f14b180ba55ce5a1be3" member_type: VOTER last_known_addr { host: "127.21.247.188" port: 46683 } } }
13:59:11.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:11.910894 23027 sys_catalog.cc:458] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 [sys.catalog]: This master's current role is: LEADER
13:59:11.961 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:11.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:11.962883 22967 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:12.404 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:12.454 [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/hive15367063256150859525/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=971abac7-e86c-4228-9c27-f3196c54674f, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:12.648 [INFO - Metastore-Handler-Pool: Thread-44] (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=	
13:59:12.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:12.648847 23016 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:12.664 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15367063256150859525/external-warehouse/table
13:59:12.868 [INFO - Metastore-Handler-Pool: Thread-50] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:12.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:12.868896 22936 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:12.977 [INFO - Metastore-Handler-Pool: Thread-51] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:12.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:12.978278 22967 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:13.268 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
13:59:13.279 [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)
13:59:13.293 [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)

13:59:13.356 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:13.471 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:13.475 [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/hive15367063256150859525/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.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:13.494 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15367063256150859525/external-warehouse/table
13:59:13.603 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
13:59:13.604 [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)
13:59:13.605 [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)

13:59:13.613 [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=95ad7a48-e971-4216-86ab-9af14a5da059, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:13.627 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:13.645 [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/hive15367063256150859525/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=95ad7a48-e971-4216-86ab-9af14a5da059, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:13.652 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15367063256150859525/external-warehouse/table
13:59:13.669 [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=	
13:59:13.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:13.670451 23016 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:13.738 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
13:59:13.745 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
13:59:13.745 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
13:59:13.764 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4b1f73c2
13:59:13.843 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
13:59:13.843 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
13:59:13.844 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
13:59:13.844 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
13:59:13.845 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
13:59:13.846 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
13:59:13.846 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
13:59:13.847 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
13:59:13.847 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
13:59:13.852 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
13:59:13.857 [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
13:59:13.859 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
13:59:13.860 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
13:59:13.860 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
13:59:13.860 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
13:59:13.861 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
13:59:13.861 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
13:59:13.869 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
13:59:13.871 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
13:59:13.933 [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=	
13:59:13.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:13.934358 22936 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:13.949 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
13:59:13.989 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:13.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:13.990484 22967 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:14.135 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
13:59:14.171 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
13:59:14.190 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
13:59:14.190 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
13:59:14.203 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
13:59:14.203 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
13:59:14.325 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
13:59:14.326 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
13:59:14.326 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
13:59:14.326 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
13:59:14.326 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
13:59:14.355 [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)
13:59:14.367 [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.
13:59:14.402 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
13:59:14.682 [INFO - Metastore-Handler-Pool: Thread-58] (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=	
13:59:14.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:14.683947 23016 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:14.843 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.21.247.190:41327(127.21.247.190:41327)] connecting to peer
13:59:14.851 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 22402 (auto-detected)
13:59:14.865 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
13:59:14.866 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
13:59:14.868 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
13:59:14.869 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
13:59:14.874 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:d3:ff:fe:ac:57:df (auto-detected)
13:59:14.937 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
13:59:14.938 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
13:59:14.938 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
13:59:14.947 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
13:59:14.947 [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=	
13:59:14.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:14.947973 22936 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:14.971 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.21.247.189:38661(127.21.247.189:38661)] connecting to peer
13:59:14.979 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.21.247.188:46683(127.21.247.188:46683)] connecting to peer
13:59:15.005 [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=	
13:59:15.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:15.006229 22967 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:15.010 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.21.247.190:41327(127.21.247.190:41327)] Successfully connected to peer
13:59:15.010 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.21.247.188:46683(127.21.247.188:46683)] Successfully connected to peer
13:59:15.011 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.21.247.189:38661(127.21.247.189:38661)] Successfully connected to peer
13:59:15.035 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
13:59:15.035 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
13:59:15.035 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@400e4ca9
13:59:15.043 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
13:59:15.045 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
13:59:15.047 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
13:59:15.047 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
13:59:15.047 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
13:59:15.173 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.21.247.188
13:59:15.174 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.21.247.190
13:59:15.180 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.21.247.189
13:59:15.394 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:15.398 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:15.409 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:15.421 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xb8b58034, L:/127.0.0.1:33202 - R:/127.21.247.188:46683] using SASL/PLAIN
13:59:15.421 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xc3df4ac8, L:/127.0.0.1:34680 - R:/127.21.247.190:41327] using SASL/PLAIN
13:59:15.420 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x673835ed, L:/127.0.0.1:47972 - R:/127.21.247.189:38661] using SASL/PLAIN
13:59:15.474 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
13:59:15.481 [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)
13:59:15.482 [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)

13:59:15.483 [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=e7dae327-6465-4fa1-a0d4-10f196ab1677, 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)	
13:59:15.487 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:15.490 [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/hive15367063256150859525/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=e7dae327-6465-4fa1-a0d4-10f196ab1677, 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)
13:59:15.493 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15367063256150859525/external-warehouse/table
13:59:15.513 [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)
13:59:15.513 [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)

13:59:15.515 [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=74de69ab-02e9-4037-b89b-94d59813e7be, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:15.519 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:15.523 [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/hive15367063256150859525/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=74de69ab-02e9-4037-b89b-94d59813e7be, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:15.525 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15367063256150859525/external-warehouse/table
13:59:15.622 [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	
13:59:15.689 [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=	
13:59:15.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:15.690224 23016 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:15.705 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:15.716 [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	
13:59:15.905 [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.
13:59:15.961 [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=	
13:59:15.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:15.962396 22936 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:16.021 [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=	
13:59:16.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:16.022223 22967 client.h:373] Failed to connect to Hive Metastore (localhost:33009): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:16.210 [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.
13:59:16.266 [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.
13:59:16.322 [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
13:59:16.485 [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=93bccdec-915d-466d-8f76-0f4a32602d5f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:16.489 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:16.491 [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/hive15367063256150859525/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=93bccdec-915d-466d-8f76-0f4a32602d5f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.247.190:41327,127.21.247.189:38661,127.21.247.188:46683}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:16.494 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15367063256150859525/external-warehouse/table
13:59:16.529 [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	
13:59:16.557 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:16.558 [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	
13:59:16.619 [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
13:59:16.641 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
13:59:16.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:16.642026 22494 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 22516
13:59:16.669 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
13:59:16.669 [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
13:59:16.670 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
13:59:16.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:16.697101 22835 connection.cc:573] client connection to 127.21.247.190:41327 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
13:59:16.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:16.697572 22835 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
13:59:16.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:16.700603 22494 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 22655
13:59:16.702 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.21.247.190:41327(127.21.247.190:41327)] handling channelInactive
13:59:16.702 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.21.247.190:41327(127.21.247.190:41327)] cleaning up while in state READY due to: connection closed
13:59:16.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:16.704591 22835 consensus_peers.cc:597] T 00000000000000000000000000000000 P 03b7b4f4a4104f14b180ba55ce5a1be3 -> Peer c56b3e19d01342d4afba815ba4e414aa (127.21.247.190:41327): Couldn't send request to peer c56b3e19d01342d4afba815ba4e414aa. Status: Network error: Client connection negotiation failed: client connection to 127.21.247.190:41327: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
13:59:16.735 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.21.247.189:38661(127.21.247.189:38661)] handling channelInactive
13:59:16.735 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.21.247.189:38661(127.21.247.189:38661)] cleaning up while in state READY due to: connection closed
13:59:16.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:16.735663 22494 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 22777
13:59:16.779 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.21.247.188:46683(127.21.247.188:46683)] handling channelInactive
13:59:16.779 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.21.247.188:46683(127.21.247.188:46683)] cleaning up while in state READY due to: connection closed
13:59:17.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:17Z chronyd exiting
.13:59:18.947 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:59:18.947 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:59:18.947 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:59:18.965 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive16837822309723005440
13:59:18.966 [INFO - Thread-45] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
13:59:18.966 [INFO - Thread-45] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
13:59:18.970 [INFO - Thread-45] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:59:18.970 [INFO - Thread-45] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:59:18.970 [INFO - Thread-45] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
13:59:18.976 [INFO - Thread-45] (HikariDataSource.java:350) objectstore - Shutdown initiated...
13:59:18.979 [INFO - Thread-45] (HikariDataSource.java:352) objectstore - Shutdown completed.
13:59:18.980 [INFO - Thread-45] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
13:59:18.980 [INFO - Thread-45] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
13:59:18.981 [INFO - Thread-45] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
13:59:18.982 [INFO - Thread-45] (HikariDataSource.java:80) objectstore - Starting...
13:59:19.079 [INFO - Thread-45] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:19.080 [INFO - Thread-45] (HikariDataSource.java:82) objectstore - Start completed.
13:59:19.081 [INFO - Thread-45] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
13:59:19.083 [INFO - Thread-45] (HikariDataSource.java:80) objectstore-secondary - Starting...
13:59:19.090 [INFO - Thread-45] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:19.090 [INFO - Thread-45] (HikariDataSource.java:82) objectstore-secondary - Start completed.
13:59:19.131 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
13:59:19.131 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
13:59:19.131 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
13:59:19.207 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:19.209 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:19.210 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:19.210 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:19.212 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:19.212 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:19.412 [INFO - Thread-45] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
13:59:19.412 [INFO - Thread-45] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c025208, with PersistenceManager: null will be shutdown
13:59:19.413 [INFO - Thread-45] (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: 70
13:59:19.415 [WARN - Thread-45] (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
13:59:19.416 [INFO - Thread-45] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c025208
13:59:19.527 [INFO - Thread-45] (HMSHandler.java:595) Started creating a default database with name: default
13:59:19.550 [INFO - Thread-45] (HMSHandler.java:605) Successfully created a default database with name: default
13:59:19.581 [INFO - Thread-45] (HMSHandler.java:668) Added admin role in metastore
13:59:19.583 [INFO - Thread-45] (HMSHandler.java:677) Added public role in metastore
13:59:19.615 [INFO - Thread-45] (HMSHandler.java:717) No user is added in admin role, since config is empty
13:59:19.616 [INFO - Thread-45] (HMSHandler.java:404) HMS server filtering is disabled by configuration
13:59:19.617 [INFO - Thread-45] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
13:59:19.617 [INFO - Thread-45] (HiveMetaStore.java:697) Direct SQL optimization = true
13:59:19.617 [WARN - Thread-45] (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)
13:59:19.617 [INFO - Thread-45] (HiveMetaStore.java:632) Started the new metaserver on port [39241]...
13:59:19.618 [INFO - Thread-45] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
13:59:19.618 [INFO - Thread-45] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
13:59:19.618 [INFO - Thread-45] (HiveMetaStore.java:635) TCP keepalive = true
13:59:19.618 [INFO - Thread-45] (HiveMetaStore.java:636) Enable SSL = false
13:59:19.968 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:59:19.969 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:59:19.969 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:59:19.973 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
13:59:19.973 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39241]
13:59:19.973 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39241) in binary transport mode
13:59:19.974 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39241) current connections: 1
13:59:19.975 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskap_MsK/test-tmp
13:59:19.976 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
13:59:19.976 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskap_MsK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
13:59:19.980 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39241"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

13:59:20.306 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:20.307 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

13:59:20.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.310631 23147 mini_oidc.cc:150] Starting JWKS server
13:59:20.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.313774 23147 webserver.cc:533] Webserver started at http://127.0.0.1:36455/ using document root <none> and password file <none>
13:59:20.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.314225 23147 mini_oidc.cc:186] Starting OIDC Discovery server
13:59:20.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.315829 23147 webserver.cc:533] Webserver started at http://127.0.0.1:45707/ using document root <none> and password file <none>
13:59:20.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
13:59:20.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:20Z Disabled control of system clock
13:59:20.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.385342 23147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/wal
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/logs
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data/info.pb
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:20.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.154.254:37893
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.154.254
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.154.212:39129
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.154.254:37893,127.22.154.253:38809,127.22.154.252:43455
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36455/jwks.json
13:59:20.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39241 with env {}
13:59:20.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.694798 23180 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:20.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.695386 23180 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:20.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.695819 23180 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.729353 23180 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.729647 23180 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:20.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.729843 23180 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:20.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.730049 23180 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:20.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.730244 23180 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:20.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.730386 23180 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36455/jwks.json
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.767642 23180 master_runner.cc:387] Master server non-default flags:
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/logs
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.154.212:39129
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/wal
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39241
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.154.254:37893,127.22.154.253:38809,127.22.154.252:43455
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.154.254:37893
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36455/jwks.json
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data/info.pb
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.154.254
13:59:20.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:20.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.769065 23180 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:20.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:20.770653 23180 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:20.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.782069 23191 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
13:59:22.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:20.783532 23192 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
13:59:22.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.030398 23194 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
13:59:22.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.032848 23193 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1244 milliseconds
13:59:22.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.033002 23180 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
13:59:22.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.034379 23180 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:22.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.037634 23180 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:22.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.039158 23180 hybrid_clock.cc:648] HybridClock initialized: now 1786456762039153 us; error 104 us; skew 500 ppm
13:59:22.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.040004 23180 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:22.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.047161 23180 webserver.cc:533] Webserver started at http://127.22.154.254:42443/ using document root <none> and password file <none>
13:59:22.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.048174 23180 fs_manager.cc:362] Metadata directory not provided
13:59:22.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.048378 23180 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:22.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.048885 23180 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:22.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.053486 23180 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data/instance:
13:59:22.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8927aafe2287479eae689ecb821a7a63"
13:59:22.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:22 on dist-test-slave-rwrg"
13:59:22.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.054730 23180 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/wal/instance:
13:59:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8927aafe2287479eae689ecb821a7a63"
13:59:22.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:22 on dist-test-slave-rwrg"
13:59:22.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.062909 23180 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.007s
13:59:22.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.068929 23210 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:22.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.070097 23180 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
13:59:22.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.070487 23180 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/wal
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8927aafe2287479eae689ecb821a7a63"
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:22 on dist-test-slave-rwrg"
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.070886 23180 fs_report.cc:389] FS layout report
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/wal
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/wal
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data/data
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:22.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:22.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.122485 23180 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:22.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.124151 23180 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
13:59:22.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.124712 23180 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.197679 23180 rpc_server.cc:307] RPC server started. Bound to: 127.22.154.254:37893
13:59:22.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.197727 23299 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.22.154.254:37893 every 8 connection(s)
13:59:22.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.200732 23180 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/data/info.pb
13:59:22.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.204218 23147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 23180
13:59:22.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.204780 23147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-0/wal/instance
13:59:22.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.206341 23300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.208813 23147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/wal
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/logs
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data/info.pb
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.154.253:38809
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.154.253
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.154.212:39129
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.154.254:37893,127.22.154.253:38809,127.22.154.252:43455
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36455/jwks.json
13:59:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39241 with env {}
13:59:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.217965 23300 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } has no permanent_uuid. Determining permanent_uuid...
13:59:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.249451 23300 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } has no permanent_uuid. Determining permanent_uuid...
13:59:22.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.251956 23216 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:22.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.256134 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.253:38809: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:22.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.305624 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } attempt: 1
13:59:22.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.310204 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.253:38809: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:22.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.378626 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } attempt: 2
13:59:22.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.383160 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.253:38809: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:22.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.474553 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } attempt: 3
13:59:22.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.478842 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.253:38809: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:22.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.522590 23303 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:22.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.523169 23303 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:22.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.523630 23303 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.555734 23303 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.555998 23303 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.556202 23303 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.556432 23303 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.556747 23303 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.556993 23303 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36455/jwks.json
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.594779 23303 master_runner.cc:387] Master server non-default flags:
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/logs
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.154.212:39129
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/wal
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39241
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.154.254:37893,127.22.154.253:38809,127.22.154.252:43455
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:22.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.154.253:38809
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36455/jwks.json
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data/info.pb
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.154.253
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:22.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.596266 23303 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:22.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.598572 23303 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:22.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.612317 23322 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
13:59:22.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.622247 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } attempt: 4
13:59:22.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.628661 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.253:38809: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:22.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:22.928135 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } attempt: 5
13:59:22.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.937564 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.253:38809: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:23.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.485208 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } attempt: 6
13:59:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:23.510846 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.253:38809: Network error: Client connection negotiation failed: client connection to 127.22.154.253:38809: connect: Connection refused (error 111)
13:59:23.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:22.613511 23323 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
13:59:23.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:23.878168 23324 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1258 milliseconds
13:59:23.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:23.878906 23303 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.265s	user 0.352s	sys 0.903s
13:59:23.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:23.879241 23303 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.266s	user 0.352s	sys 0.903s
13:59:23.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:23.879583 23325 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
13:59:23.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.879616 23303 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
13:59:23.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.881505 23303 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:23.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.884903 23303 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:23.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.886593 23303 hybrid_clock.cc:648] HybridClock initialized: now 1786456763886536 us; error 42 us; skew 500 ppm
13:59:23.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.887845 23303 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:23.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.900236 23303 webserver.cc:533] Webserver started at http://127.22.154.253:40351/ using document root <none> and password file <none>
13:59:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.901717 23303 fs_manager.cc:362] Metadata directory not provided
13:59:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.902050 23303 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:23.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.902695 23303 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:23.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.909857 23303 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data/instance:
13:59:23.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b953f5ca0150438ab1cd1054c1f9e504"
13:59:23.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:23 on dist-test-slave-rwrg"
13:59:23.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.911535 23303 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/wal/instance:
13:59:23.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b953f5ca0150438ab1cd1054c1f9e504"
13:59:23.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:23 on dist-test-slave-rwrg"
13:59:23.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.922441 23303 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.008s	sys 0.004s
13:59:23.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.930752 23339 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:23.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.932058 23303 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
13:59:23.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.932367 23303 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/wal
13:59:23.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b953f5ca0150438ab1cd1054c1f9e504"
13:59:23.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:23 on dist-test-slave-rwrg"
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:23.932760 23303 fs_report.cc:389] FS layout report
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/wal
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/wal
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data/data
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:24.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.027050 23303 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:24.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.029450 23303 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
13:59:24.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.030149 23303 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:24.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.103878 23303 rpc_server.cc:307] RPC server started. Bound to: 127.22.154.253:38809
13:59:24.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.103991 23435 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.22.154.253:38809 every 8 connection(s)
13:59:24.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.107577 23303 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/data/info.pb
13:59:24.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.112965 23147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 23303
13:59:24.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.113492 23147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-1/wal/instance
13:59:24.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.114382 23437 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.116670 23147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/wal
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/logs
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data/info.pb
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.154.252:43455
13:59:24.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.154.252
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.154.212:39129
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.154.254:37893,127.22.154.253:38809,127.22.154.252:43455
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36455/jwks.json
13:59:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39241 with env {}
13:59:24.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.128353 23437 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } has no permanent_uuid. Determining permanent_uuid...
13:59:24.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.150758 23437 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } has no permanent_uuid. Determining permanent_uuid...
13:59:24.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.164830 23437 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } has no permanent_uuid. Determining permanent_uuid...
13:59:24.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.167212 23348 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.171418 23437 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.220912 23437 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 1
13:59:24.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.225304 23437 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.293810 23437 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 2
13:59:24.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.298884 23437 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.390404 23437 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 3
13:59:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.396147 23437 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.476158 23438 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:24.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.476755 23438 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:24.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.477210 23438 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:24.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.509230 23438 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:24.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.509536 23438 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:24.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.509732 23438 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:24.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.509938 23438 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:24.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.510130 23438 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:24.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.510275 23438 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36455/jwks.json
13:59:24.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.539661 23437 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 4
13:59:24.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.544661 23437 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.549782 23438 master_runner.cc:387] Master server non-default flags:
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/logs
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.22.154.212:39129
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/wal
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39241
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:24.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.22.154.254:37893,127.22.154.253:38809,127.22.154.252:43455
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.22.154.252:43455
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36455/jwks.json
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data/info.pb
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.22.154.252
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.551612 23438 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:24.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.553547 23438 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:24.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.565378 23457 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
13:59:24.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.571523 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } attempt: 7
13:59:24.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.582894 23300 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } has no permanent_uuid. Determining permanent_uuid...
13:59:24.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.589041 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.647470 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 1
13:59:24.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.652326 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.734015 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 2
13:59:24.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.739068 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.824648 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 3
13:59:24.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.829804 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.844136 23437 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 5
13:59:24.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.848954 23437 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:24.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:24.970468 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 4
13:59:24.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.975514 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:25.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.259142 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 5
13:59:25.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:25.264300 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:25.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.396632 23437 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 6
13:59:25.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:25.404842 23437 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:25.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.566015 23459 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
13:59:25.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:24.569439 23461 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
13:59:25.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:25.781672 23460 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
13:59:25.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.781818 23438 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
13:59:25.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.785552 23438 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:25.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.788697 23438 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:25.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.790120 23438 hybrid_clock.cc:648] HybridClock initialized: now 1786456765790085 us; error 53 us; skew 500 ppm
13:59:25.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.790957 23438 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:25.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.797122 23438 webserver.cc:533] Webserver started at http://127.22.154.252:35461/ using document root <none> and password file <none>
13:59:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.798029 23438 fs_manager.cc:362] Metadata directory not provided
13:59:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.798209 23438 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:25.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.798619 23438 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:25.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.803169 23438 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data/instance:
13:59:25.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1b4500ab69954c61893d4a98d62a4c87"
13:59:25.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:25 on dist-test-slave-rwrg"
13:59:25.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.804163 23438 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/wal/instance:
13:59:25.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1b4500ab69954c61893d4a98d62a4c87"
13:59:25.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:25 on dist-test-slave-rwrg"
13:59:25.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.811666 23438 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.000s
13:59:25.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.816921 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 6
13:59:25.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.817400 23484 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:25.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.818847 23438 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
13:59:25.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.819314 23438 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/wal
13:59:25.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1b4500ab69954c61893d4a98d62a4c87"
13:59:25.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:25 on dist-test-slave-rwrg"
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.819763 23438 fs_report.cc:389] FS layout report
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/wal
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/wal
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data/data
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:25.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:25.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:25.823844 23300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.22.154.252:43455: Network error: Client connection negotiation failed: client connection to 127.22.154.252:43455: connect: Connection refused (error 111)
13:59:25.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.881093 23438 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:25.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.882481 23438 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
13:59:25.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.882876 23438 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:25.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.957711 23438 rpc_server.cc:307] RPC server started. Bound to: 127.22.154.252:43455
13:59:25.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.957773 23583 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.22.154.252:43455 every 8 connection(s)
13:59:25.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.960462 23438 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/data/info.pb
13:59:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.966497 23584 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:25.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.968133 23147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 23438
13:59:25.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.968648 23147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster6351823368455826039/master-2/wal/instance
13:59:25.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:25.980697 23584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } has no permanent_uuid. Determining permanent_uuid...
13:59:26.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.003201 23584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } has no permanent_uuid. Determining permanent_uuid...
13:59:26.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.016469 23584 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } has no permanent_uuid. Determining permanent_uuid...
13:59:26.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.031466 23147 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
13:59:26.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.033676 23584 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87: Bootstrap starting.
13:59:26.039 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:26.039 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

13:59:26.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.039613 23584 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87: Neither blocks nor log segments found. Creating new log.
13:59:26.041 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.22.154.254"
      port: 37893
    }
    bound_http_address {
      host: "127.22.154.254"
      port: 42443
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.22.154.253"
      port: 38809
    }
    bound_http_address {
      host: "127.22.154.253"
      port: 40351
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.22.154.252"
      port: 43455
    }
    bound_http_address {
      host: "127.22.154.252"
      port: 35461
    }
  }
}

13:59:26.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.041981 23584 log.cc:826] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87: Log is configured to *not* fsync() on all Append() calls
13:59:26.042 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

13:59:26.043 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:26.045 [INFO - Metastore-Handler-Pool: Thread-91] (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=301284fe-a020-47e6-b2cc-438f0fbccbb3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.22.154.252:43455,127.22.154.253:38809,127.22.154.254:37893}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:26.047 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:59:26.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.047703 23584 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87: No bootstrap required, opened a new log
13:59:26.048 [INFO - Metastore-Handler-Pool: Thread-91] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:59:26.048 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@312b5d70, with PersistenceManager: null will be shutdown
13:59:26.049 [INFO - Metastore-Handler-Pool: Thread-91] (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: 91
13:59:26.054 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@312b5d70
13:59:26.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.073041 23584 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.073760 23584 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:26.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.074152 23584 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1b4500ab69954c61893d4a98d62a4c87, State: Initialized, Role: FOLLOWER
13:59:26.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.075197 23584 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.089738 23599 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [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: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:26.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.090684 23599 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: This master's current role is: FOLLOWER
13:59:26.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.091862 23584 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: configured and running, proceeding with master startup.
13:59:26.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:26.138140 23500 tablet.cc:2406] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:26.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.180801 23599 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
13:59:26.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.181429 23599 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.184312 23599 leader_election.cc:290] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8927aafe2287479eae689ecb821a7a63 (127.22.154.254:37893), b953f5ca0150438ab1cd1054c1f9e504 (127.22.154.253:38809)
13:59:26.179 [INFO - Metastore-Handler-Pool: Thread-93] (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=	
13:59:26.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:26.191481 23622 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:26.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:26.239179 23627 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
13:59:26.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:26.239554 23627 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
13:59:26.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.206825 23438 master_runner.cc:187] Error getting master registration for 127.22.154.254:37893: OK, instance_id { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" instance_seqno: 1786456762176980 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:26.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.260694 23438 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.465440 23437 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 7
13:59:26.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.511300 23437 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: Bootstrap starting.
13:59:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.528605 23437 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: Neither blocks nor log segments found. Creating new log.
13:59:26.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.531224 23437 log.cc:826] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: Log is configured to *not* fsync() on all Append() calls
13:59:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.552752 23437 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: No bootstrap required, opened a new log
13:59:26.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.646633 23437 raft_consensus.cc:359] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.647810 23437 raft_consensus.cc:385] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:26.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.648316 23437 raft_consensus.cc:740] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b953f5ca0150438ab1cd1054c1f9e504, State: Initialized, Role: FOLLOWER
13:59:26.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.649750 23437 consensus_queue.cc:260] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.655067 23633 sys_catalog.cc:455] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [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: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:26.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.668679 23633 sys_catalog.cc:458] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [sys.catalog]: This master's current role is: FOLLOWER
13:59:26.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.658821 23395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1b4500ab69954c61893d4a98d62a4c87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b953f5ca0150438ab1cd1054c1f9e504" is_pre_election: true
13:59:26.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.669718 23395 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1b4500ab69954c61893d4a98d62a4c87 in term 0.
13:59:26.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.658640 23437 sys_catalog.cc:565] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [sys.catalog]: configured and running, proceeding with master startup.
13:59:26.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.671643 23498 leader_election.cc:304] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [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: 1b4500ab69954c61893d4a98d62a4c87, b953f5ca0150438ab1cd1054c1f9e504; no voters: 
13:59:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.672657 23599 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Leader pre-election won for term 1
13:59:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.673002 23599 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
13:59:26.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.673334 23599 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 0 FOLLOWER]: Advancing to term 1
13:59:26.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.682257 23599 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.691603 23395 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1b4500ab69954c61893d4a98d62a4c87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b953f5ca0150438ab1cd1054c1f9e504"
13:59:26.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.692168 23395 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [term 0 FOLLOWER]: Advancing to term 1
13:59:26.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.701586 23395 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1b4500ab69954c61893d4a98d62a4c87 in term 1.
13:59:26.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.704205 23498 leader_election.cc:304] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [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: 1b4500ab69954c61893d4a98d62a4c87, b953f5ca0150438ab1cd1054c1f9e504; no voters: 
13:59:26.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.702140 23599 leader_election.cc:290] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [CANDIDATE]: Term 1 election: Requested vote from peers 8927aafe2287479eae689ecb821a7a63 (127.22.154.254:37893), b953f5ca0150438ab1cd1054c1f9e504 (127.22.154.253:38809)
13:59:26.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.714808 23599 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 1 FOLLOWER]: Leader election won for term 1
13:59:26.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.719776 23599 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [term 1 LEADER]: Becoming Leader. State: Replica: 1b4500ab69954c61893d4a98d62a4c87, State: Running, Role: LEADER
13:59:26.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.728348 23599 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [LEADER]: Queue going to LEADER mode. State: All 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: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.779393 23639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1b4500ab69954c61893d4a98d62a4c87. Latest consensus state: current_term: 1 leader_uuid: "1b4500ab69954c61893d4a98d62a4c87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:26.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.780640 23639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: This master's current role is: LEADER
13:59:26.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:26.788594 23350 tablet.cc:2406] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:26.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.793787 23653 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
13:59:26.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.826709 23653 catalog_manager.cc:1520] Initializing Kudu cluster ID...
13:59:26.827 [WARN - Metastore-Handler-Pool: Thread-91] (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.
13:59:26.844 [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=	
13:59:26.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:26.845268 23659 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:26.857 [WARN - Metastore-Handler-Pool: Thread-91] (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.
13:59:26.857 [WARN - Metastore-Handler-Pool: Thread-91] (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.
13:59:26.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.857234 23300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } attempt: 7
13:59:26.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.874769 23670 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
13:59:26.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.880481 23395 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [term 1 FOLLOWER]: Refusing update from remote peer 1b4500ab69954c61893d4a98d62a4c87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.884418 23639 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
13:59:26.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.921103 23300 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63: Bootstrap starting.
13:59:26.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.934393 23633 sys_catalog.cc:455] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1b4500ab69954c61893d4a98d62a4c87. Latest consensus state: current_term: 1 leader_uuid: "1b4500ab69954c61893d4a98d62a4c87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:26.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.935403 23633 sys_catalog.cc:458] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [sys.catalog]: This master's current role is: FOLLOWER
13:59:26.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.938745 23300 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63: Neither blocks nor log segments found. Creating new log.
13:59:26.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.944177 23669 mvcc.cc:204] Tried to move back new op lower bound from 7317326917033476096 to 7317326916590977024. Current Snapshot: MvccSnapshot[applied={T|T < 7317326917033476096}]
13:59:26.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.946802 23300 log.cc:826] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63: Log is configured to *not* fsync() on all Append() calls
13:59:26.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.949590 23639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1b4500ab69954c61893d4a98d62a4c87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:26.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.950244 23639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: This master's current role is: LEADER
13:59:26.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.954131 23633 sys_catalog.cc:455] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1b4500ab69954c61893d4a98d62a4c87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:26.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.954831 23633 sys_catalog.cc:458] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504 [sys.catalog]: This master's current role is: FOLLOWER
13:59:26.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.963271 23300 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63: No bootstrap required, opened a new log
13:59:26.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.969378 23653 catalog_manager.cc:1383] Generated new cluster ID: 7feeed61c93f4e06a2723e402ecad644
13:59:26.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.969688 23653 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
13:59:26.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.990514 23300 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:26.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.991688 23300 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:26.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.992226 23300 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8927aafe2287479eae689ecb821a7a63, State: Initialized, Role: FOLLOWER
13:59:26.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.993546 23300 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } }
13:59:27.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.032169 23252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1b4500ab69954c61893d4a98d62a4c87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8927aafe2287479eae689ecb821a7a63" is_pre_election: true
13:59:27.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.034317 23250 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [term 0 FOLLOWER]: Advancing to term 1
13:59:27.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.034557 23251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1b4500ab69954c61893d4a98d62a4c87" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8927aafe2287479eae689ecb821a7a63"
13:59:27.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.032061 23300 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [sys.catalog]: configured and running, proceeding with master startup.
13:59:27.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.050433 23250 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [term 1 FOLLOWER]: Refusing update from remote peer 1b4500ab69954c61893d4a98d62a4c87: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:27.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.031904 23685 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [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: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:27.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.052791 23685 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [sys.catalog]: This master's current role is: FOLLOWER
13:59:27.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.052618 23599 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
13:59:27.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:26.897656 23303 master_runner.cc:187] Error getting master registration for 127.22.154.254:37893: OK, instance_id { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" instance_seqno: 1786456762176980 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:27.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.064230 23303 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:27.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.121945 23696 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1b4500ab69954c61893d4a98d62a4c87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:27.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.123080 23653 catalog_manager.cc:1406] Generated new certificate authority record
13:59:27.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.123272 23696 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [sys.catalog]: This master's current role is: FOLLOWER
13:59:27.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.125084 23653 catalog_manager.cc:1540] Loading token signing keys...
13:59:27.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.126437 23685 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1b4500ab69954c61893d4a98d62a4c87. Latest consensus state: current_term: 1 leader_uuid: "1b4500ab69954c61893d4a98d62a4c87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:27.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.127463 23685 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63 [sys.catalog]: This master's current role is: FOLLOWER
13:59:27.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.140086 23639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1b4500ab69954c61893d4a98d62a4c87" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8927aafe2287479eae689ecb821a7a63" member_type: VOTER last_known_addr { host: "127.22.154.254" port: 37893 } } peers { permanent_uuid: "b953f5ca0150438ab1cd1054c1f9e504" member_type: VOTER last_known_addr { host: "127.22.154.253" port: 38809 } } peers { permanent_uuid: "1b4500ab69954c61893d4a98d62a4c87" member_type: VOTER last_known_addr { host: "127.22.154.252" port: 43455 } } }
13:59:27.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.142151 23639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 [sys.catalog]: This master's current role is: LEADER
13:59:27.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.176301 23653 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87: Generated new TSK 0
13:59:27.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.177466 23653 catalog_manager.cc:1550] Initializing in-progress tserver states...
13:59:27.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.181921 23653 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
13:59:27.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.188369 23653 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
13:59:27.196 [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=	
13:59:27.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:27.197250 23622 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:27.228 [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=	
13:59:27.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:27.229375 23711 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:27.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.249267 23721 catalog_manager.cc:1295] Loaded cluster ID: 7feeed61c93f4e06a2723e402ecad644
13:59:27.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.249560 23721 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63: loading cluster ID for follower catalog manager: success
13:59:27.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.272703 23721 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63: acquiring CA information for follower catalog manager: success
13:59:27.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.281791 23721 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8927aafe2287479eae689ecb821a7a63: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:27.314 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:27.320 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive16837822309723005440/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=301284fe-a020-47e6-b2cc-438f0fbccbb3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.22.154.252:43455,127.22.154.253:38809,127.22.154.254:37893}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:27.322 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16837822309723005440/external-warehouse/table
13:59:27.621 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:27.754 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:27.755 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:27.854 [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=	
13:59:27.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:27.855517 23659 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:27.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.929728 23670 catalog_manager.cc:1295] Loaded cluster ID: 7feeed61c93f4e06a2723e402ecad644
13:59:27.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.930037 23670 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: loading cluster ID for follower catalog manager: success
13:59:27.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.946487 23670 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: acquiring CA information for follower catalog manager: success
13:59:27.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:27.952471 23670 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b953f5ca0150438ab1cd1054c1f9e504: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:28.015 [WARN - Metastore-Handler-Pool: Thread-91] (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.
13:59:28.213 [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=	
13:59:28.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:28.214710 23622 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:28.245 [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=	
13:59:28.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:28.246750 23711 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:28.516 [WARN - Metastore-Handler-Pool: Thread-91] (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.
13:59:28.639 [WARN - Metastore-Handler-Pool: Thread-91] (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.
13:59:28.734 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:28.869 [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=	
13:59:28.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:28.870141 23659 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:29.253 [DEBUG - Metastore-Handler-Pool: Thread-91] (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.
13:59:29.255 [DEBUG - Metastore-Handler-Pool: Thread-91] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
13:59:29.265 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:29.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:29.266541 23622 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:29.277 [INFO - Metastore-Handler-Pool: Thread-105] (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=	
13:59:29.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:29.278940 23711 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:29.285 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.22.154.252:43455(127.22.154.252:43455)] connecting to peer
13:59:29.293 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.22.154.253:38809(127.22.154.253:38809)] connecting to peer
13:59:29.301 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.22.154.254:37893(127.22.154.254:37893)] connecting to peer
13:59:29.302 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.22.154.252:43455(127.22.154.252:43455)] Successfully connected to peer
13:59:29.305 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.22.154.253:38809(127.22.154.253:38809)] Successfully connected to peer
13:59:29.325 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.22.154.254:37893(127.22.154.254:37893)] Successfully connected to peer
13:59:29.337 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.22.154.252
13:59:29.365 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.22.154.254
13:59:29.354 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.22.154.253
13:59:29.395 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:29.406 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:29.413 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x28e06ccf, L:/127.0.0.1:35010 - R:/127.22.154.252:43455] using SASL/PLAIN
13:59:29.419 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:29.420 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
13:59:29.425 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x52e7c918, L:/127.0.0.1:39006 - R:/127.22.154.253:38809] using SASL/PLAIN
13:59:29.427 [ERROR - Metastore-Handler-Pool: Thread-91] (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)

13:59:29.431 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:29.439 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xc3b465e3, L:/127.0.0.1:57908 - R:/127.22.154.254:37893] using SASL/PLAIN
13:59:29.503 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:29.505 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:29.675 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:29.751 [INFO - Metastore-Handler-Pool: Thread-91] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
13:59:29.754 [INFO - Metastore-Handler-Pool: Thread-91] (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=301284fe-a020-47e6-b2cc-438f0fbccbb3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.22.154.252:43455,127.22.154.253:38809,127.22.154.254:37893}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:29.761 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:29.786 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive16837822309723005440/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=301284fe-a020-47e6-b2cc-438f0fbccbb3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.22.154.252:43455,127.22.154.253:38809,127.22.154.254:37893}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:29.788 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16837822309723005440/external-warehouse/table
13:59:29.885 [INFO - Metastore-Handler-Pool: Thread-110] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:29.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:29.886147 23659 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:29.896 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:29.949 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:29.977 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:30.038 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:30.068 [INFO - Metastore-Handler-Pool: Thread-91] (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)	
13:59:30.070 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:30.072 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive16837822309723005440/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)
13:59:30.077 [WARN - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:2452) Location: file:/tmp/hive16837822309723005440/external-warehouse/table specified for non-external table:table
13:59:30.077 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16837822309723005440/external-warehouse/table
13:59:30.123 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:30.163 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:30.165 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:30.221 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:30.276 [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=	
13:59:30.278 [ERROR - Metastore-Handler-Pool: Thread-91] (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)

13:59:30.281 [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=	
13:59:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:30.282526 23711 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:30.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:30.283648 23622 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:30.289 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:30.328 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:30.330 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:30.379 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:30.410 [INFO - Metastore-Handler-Pool: Thread-91] (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)	
13:59:30.412 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:30.416 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive16837822309723005440/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)
13:59:30.417 [WARN - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:2452) Location: file:/tmp/hive16837822309723005440/external-warehouse/table specified for non-external table:table
13:59:30.417 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16837822309723005440/external-warehouse/table
13:59:30.468 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:30.492 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:30.493 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:30.531 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:30.570 [ERROR - Metastore-Handler-Pool: Thread-91] (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)

13:59:30.585 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:30.596 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:30.600 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:30.646 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:30.688 [INFO - Metastore-Handler-Pool: Thread-91] (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)	
13:59:30.695 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:30.706 [INFO - Metastore-Handler-Pool: Thread-91] (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/hive16837822309723005440/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)
13:59:30.712 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16837822309723005440/external-warehouse/table
13:59:30.749 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:30.779 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:30.782 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:30.831 [WARN - Metastore-Handler-Pool: Thread-91] (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
13:59:30.871 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
13:59:30.871 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
13:59:30.871 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@312b5d70, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@423e830a will be shutdown
13:59:30.872 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
13:59:30.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:30.872268 23147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 23180
13:59:30.897 [INFO - Metastore-Handler-Pool: Thread-116] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:30.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:30.898691 23659 client.h:373] Failed to connect to Hive Metastore (localhost:39241): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:30.939 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.22.154.254:37893(127.22.154.254:37893)] handling channelInactive
13:59:30.939 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.22.154.254:37893(127.22.154.254:37893)] cleaning up while in state READY due to: connection closed
13:59:30.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:30.939560 23147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 23303
13:59:30.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:30.948554 23498 connection.cc:573] client connection to 127.22.154.254:37893 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
13:59:30.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:30.949054 23498 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
13:59:30.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:30.994652 23498 consensus_peers.cc:597] T 00000000000000000000000000000000 P 1b4500ab69954c61893d4a98d62a4c87 -> Peer 8927aafe2287479eae689ecb821a7a63 (127.22.154.254:37893): Couldn't send request to peer 8927aafe2287479eae689ecb821a7a63. Status: Network error: Client connection negotiation failed: client connection to 127.22.154.254:37893: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
13:59:31.009 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.22.154.253:38809(127.22.154.253:38809)] handling channelInactive
13:59:31.009 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.22.154.253:38809(127.22.154.253:38809)] cleaning up while in state READY due to: connection closed
13:59:31.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:31.009630 23147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 23438
13:59:31.051 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.22.154.252:43455(127.22.154.252:43455)] handling channelInactive
13:59:31.051 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.22.154.252:43455(127.22.154.252:43455)] cleaning up while in state READY due to: connection closed
13:59:32.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:32Z chronyd exiting
.13:59:33.206 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:59:33.207 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:59:33.207 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:59:33.224 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive15200238658642873086
13:59:33.225 [INFO - Thread-81] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
13:59:33.225 [INFO - Thread-81] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
13:59:33.227 [INFO - Thread-81] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:59:33.227 [INFO - Thread-81] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:59:33.227 [INFO - Thread-81] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
13:59:33.228 [INFO - Thread-81] (HikariDataSource.java:350) objectstore - Shutdown initiated...
13:59:33.229 [INFO - Thread-81] (HikariDataSource.java:352) objectstore - Shutdown completed.
13:59:33.229 [INFO - Thread-81] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
13:59:33.230 [INFO - Thread-81] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
13:59:33.230 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
13:59:33.232 [INFO - Thread-81] (HikariDataSource.java:80) objectstore - Starting...
13:59:33.295 [INFO - Thread-81] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:33.296 [INFO - Thread-81] (HikariDataSource.java:82) objectstore - Start completed.
13:59:33.296 [INFO - Thread-81] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
13:59:33.297 [INFO - Thread-81] (HikariDataSource.java:80) objectstore-secondary - Starting...
13:59:33.299 [INFO - Thread-81] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:33.300 [INFO - Thread-81] (HikariDataSource.java:82) objectstore-secondary - Start completed.
13:59:33.314 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
13:59:33.314 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
13:59:33.314 [INFO - Thread-81] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
13:59:33.340 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:33.341 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:33.341 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:33.341 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:33.341 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:33.342 [WARN - Thread-81] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:33.500 [INFO - Thread-81] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
13:59:33.500 [INFO - Thread-81] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6ac5ccae, with PersistenceManager: null will be shutdown
13:59:33.501 [INFO - Thread-81] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6ac5ccae, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@599c0d77 created in the thread with id: 117
13:59:33.502 [WARN - Thread-81] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
13:59:33.503 [INFO - Thread-81] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6ac5ccae
13:59:33.598 [INFO - Thread-81] (HMSHandler.java:595) Started creating a default database with name: default
13:59:33.616 [INFO - Thread-81] (HMSHandler.java:605) Successfully created a default database with name: default
13:59:33.640 [INFO - Thread-81] (HMSHandler.java:668) Added admin role in metastore
13:59:33.641 [INFO - Thread-81] (HMSHandler.java:677) Added public role in metastore
13:59:33.670 [INFO - Thread-81] (HMSHandler.java:717) No user is added in admin role, since config is empty
13:59:33.670 [INFO - Thread-81] (HMSHandler.java:404) HMS server filtering is disabled by configuration
13:59:33.670 [INFO - Thread-81] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
13:59:33.671 [INFO - Thread-81] (HiveMetaStore.java:697) Direct SQL optimization = true
13:59:33.671 [WARN - Thread-81] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
13:59:33.671 [INFO - Thread-81] (HiveMetaStore.java:632) Started the new metaserver on port [43301]...
13:59:33.671 [INFO - Thread-81] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
13:59:33.671 [INFO - Thread-81] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
13:59:33.671 [INFO - Thread-81] (HiveMetaStore.java:635) TCP keepalive = true
13:59:33.671 [INFO - Thread-81] (HiveMetaStore.java:636) Enable SSL = false
13:59:34.226 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:59:34.227 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:59:34.227 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:59:34.229 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
13:59:34.230 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43301]
13:59:34.230 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43301) in binary transport mode
13:59:34.231 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43301) current connections: 1
13:59:34.232 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskap_MsK/test-tmp
13:59:34.232 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
13:59:34.232 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskap_MsK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
13:59:34.235 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43301"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

13:59:34.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:34.592192 23835 mini_oidc.cc:150] Starting JWKS server
13:59:34.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:34.595633 23835 webserver.cc:533] Webserver started at http://127.0.0.1:38851/ using document root <none> and password file <none>
13:59:34.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:34.596041 23835 mini_oidc.cc:186] Starting OIDC Discovery server
13:59:34.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:34.597705 23835 webserver.cc:533] Webserver started at http://127.0.0.1:37079/ using document root <none> and password file <none>
13:59:34.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
13:59:34.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:34Z Disabled control of system clock
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:34.665841 23835 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/wal
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/logs
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data/info.pb
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.70.254:44321
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.70.254
13:59:34.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.70.212:34257
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.70.254:44321,127.23.70.253:44821,127.23.70.252:34557
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38851/jwks.json
13:59:34.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43301 with env {}
13:59:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:34.974109 23857 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:34.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:34.974710 23857 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:34.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:34.975147 23857 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:35.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.007673 23857 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:35.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.007983 23857 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:35.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.008186 23857 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:35.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.008387 23857 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:35.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.008605 23857 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:35.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.008865 23857 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38851/jwks.json
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:35.048535 23857 master_runner.cc:387] Master server non-default flags:
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/logs
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.70.212:34257
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/wal
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43301
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.70.254:44321,127.23.70.253:44821,127.23.70.252:34557
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.70.254:44321
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38851/jwks.json
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data/info.pb
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.70.254
13:59:35.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:35.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:35.050010 23857 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:35.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:35.051712 23857 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:35.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.063642 23868 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
13:59:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.063648 23869 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
13:59:36.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:35.073992 23874 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
13:59:36.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.281909 23872 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1214 milliseconds
13:59:36.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.282032 23857 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
13:59:36.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.283334 23857 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:36.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.286078 23857 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:36.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.287523 23857 hybrid_clock.cc:648] HybridClock initialized: now 1786456776287483 us; error 62 us; skew 500 ppm
13:59:36.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.288306 23857 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:36.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.295140 23857 webserver.cc:533] Webserver started at http://127.23.70.254:43603/ using document root <none> and password file <none>
13:59:36.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.296038 23857 fs_manager.cc:362] Metadata directory not provided
13:59:36.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.296236 23857 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:36.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.296721 23857 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.301110 23857 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data/instance:
13:59:36.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee085a25b597414a930fd58ee2127889"
13:59:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:36 on dist-test-slave-rwrg"
13:59:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.302578 23857 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/wal/instance:
13:59:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee085a25b597414a930fd58ee2127889"
13:59:36.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:36 on dist-test-slave-rwrg"
13:59:36.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.310042 23857 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.004s
13:59:36.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.315776 23888 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.317058 23857 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.001s
13:59:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.317353 23857 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/wal
13:59:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ee085a25b597414a930fd58ee2127889"
13:59:36.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:36 on dist-test-slave-rwrg"
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.317646 23857 fs_report.cc:389] FS layout report
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/wal
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/wal
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data/data
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:36.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:36.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.376083 23857 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:36.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.377682 23857 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
13:59:36.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.378116 23857 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:36.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.451983 23857 rpc_server.cc:307] RPC server started. Bound to: 127.23.70.254:44321
13:59:36.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.452065 23974 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.70.254:44321 every 8 connection(s)
13:59:36.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.454751 23857 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/data/info.pb
13:59:36.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.460805 23975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:36.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.461689 23835 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 23857
13:59:36.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.462245 23835 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-0/wal/instance
13:59:36.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.467468 23835 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/wal
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/logs
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data/info.pb
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.70.253:44821
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.70.253
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.70.212:34257
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:36.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.70.254:44321,127.23.70.253:44821,127.23.70.252:34557
13:59:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38851/jwks.json
13:59:36.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43301 with env {}
13:59:36.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.476596 23975 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } has no permanent_uuid. Determining permanent_uuid...
13:59:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.502831 23975 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } has no permanent_uuid. Determining permanent_uuid...
13:59:36.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.505203 23891 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.509877 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.253:44821: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:36.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.559615 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } attempt: 1
13:59:36.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.564244 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.253:44821: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:36.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.632834 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } attempt: 2
13:59:36.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.637377 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.253:44821: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:36.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.728940 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } attempt: 3
13:59:36.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.733484 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.253:44821: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:36.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.818635 23977 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:36.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.819175 23977 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:36.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.819624 23977 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.854287 23977 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:36.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.854657 23977 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.854903 23977 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.855108 23977 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.855295 23977 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:36.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.855445 23977 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38851/jwks.json
13:59:36.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.876969 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } attempt: 4
13:59:36.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.881381 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.253:44821: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.893803 23977 master_runner.cc:387] Master server non-default flags:
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/logs
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.70.212:34257
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/wal
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43301
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.70.254:44321,127.23.70.253:44821,127.23.70.252:34557
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.70.253:44821
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38851/jwks.json
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data/info.pb
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.70.253
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:36.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:36.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:36.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:36.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.895118 23977 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:36.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:36.896768 23977 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:36.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.907459 23991 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
13:59:37.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:37.180845 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } attempt: 5
13:59:37.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:37.188236 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.253:44821: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:37.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:37.735859 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } attempt: 6
13:59:37.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:37.748452 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.253:44821: Network error: Client connection negotiation failed: client connection to 127.23.70.253:44821: connect: Connection refused (error 111)
13:59:38.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:36.909268 23992 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
13:59:38.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.178808 23993 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
13:59:38.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.183578 23977 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.275s	user 0.000s	sys 0.005s
13:59:38.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.183841 23977 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.276s	user 0.000s	sys 0.005s
13:59:38.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.184361 23995 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
13:59:38.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.184404 23977 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
13:59:38.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.186232 23977 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:38.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.189574 23977 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:38.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.191068 23977 hybrid_clock.cc:648] HybridClock initialized: now 1786456778190997 us; error 80 us; skew 500 ppm
13:59:38.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.191977 23977 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:38.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.199615 23977 webserver.cc:533] Webserver started at http://127.23.70.253:40425/ using document root <none> and password file <none>
13:59:38.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.200932 23977 fs_manager.cc:362] Metadata directory not provided
13:59:38.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.201195 23977 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:38.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.201771 23977 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:38.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.206382 23977 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data/instance:
13:59:38.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b84faf75593440d4aa721be889345162"
13:59:38.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:38 on dist-test-slave-rwrg"
13:59:38.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.207617 23977 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/wal/instance:
13:59:38.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b84faf75593440d4aa721be889345162"
13:59:38.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:38 on dist-test-slave-rwrg"
13:59:38.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.215979 23977 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.001s
13:59:38.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.222524 24008 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:38.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.223994 23977 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
13:59:38.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.224395 23977 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/wal
13:59:38.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b84faf75593440d4aa721be889345162"
13:59:38.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:38 on dist-test-slave-rwrg"
13:59:38.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.224881 23977 fs_report.cc:389] FS layout report
13:59:38.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:38.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/wal
13:59:38.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/wal
13:59:38.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data/data
13:59:38.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:38.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:38.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.300884 23977 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:38.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.302342 23977 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
13:59:38.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.302752 23977 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:38.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.375600 23977 rpc_server.cc:307] RPC server started. Bound to: 127.23.70.253:44821
13:59:38.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.375686 24091 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.70.253:44821 every 8 connection(s)
13:59:38.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.378259 23977 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/data/info.pb
13:59:38.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.378808 23835 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 23977
13:59:38.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.379263 23835 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-1/wal/instance
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.381712 23835 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/wal
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/logs
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data/info.pb
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:38.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.70.252:34557
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.70.252
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.70.212:34257
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.70.254:44321,127.23.70.253:44821,127.23.70.252:34557
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38851/jwks.json
13:59:38.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43301 with env {}
13:59:38.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.386750 24092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:38.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.398149 24092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } has no permanent_uuid. Determining permanent_uuid...
13:59:38.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.419829 24092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } has no permanent_uuid. Determining permanent_uuid...
13:59:38.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.434933 24092 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } has no permanent_uuid. Determining permanent_uuid...
13:59:38.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.437711 24009 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.441952 24092 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.491396 24092 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 1
13:59:38.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.495715 24092 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.564132 24092 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 2
13:59:38.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.568426 24092 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.659970 24092 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 3
13:59:38.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.664249 24092 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.707420 24093 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:38.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.707991 24093 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:38.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.708441 24093 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:38.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.741387 24093 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:38.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.741799 24093 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:38.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.742208 24093 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:38.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.742563 24093 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:38.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.742897 24093 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:38.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.743150 24093 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38851/jwks.json
13:59:38.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.780391 24093 master_runner.cc:387] Master server non-default flags:
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/logs
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.70.212:34257
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/wal
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43301
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.70.254:44321,127.23.70.253:44821,127.23.70.252:34557
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.70.252:34557
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38851/jwks.json
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data/info.pb
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.70.252
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:38.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.782232 24093 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:38.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.784296 24093 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:38.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.795589 24112 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
13:59:38.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.807744 24092 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 4
13:59:38.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.809118 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } attempt: 7
13:59:38.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.815657 24092 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.826371 23975 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } has no permanent_uuid. Determining permanent_uuid...
13:59:38.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.832453 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.890992 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 1
13:59:38.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.896095 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:38.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:38.977603 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 2
13:59:38.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.984728 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:39.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:39.070300 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 3
13:59:39.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:39.077512 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:39.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:39.115185 24092 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 5
13:59:39.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:39.122697 24092 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:39.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:39.218107 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 4
13:59:39.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:39.225378 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:39.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:39.509096 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 5
13:59:39.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:39.516623 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:39.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:39.670324 24092 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 6
13:59:39.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:39.681769 24092 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:40.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.069214 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 6
13:59:40.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:40.080044 23975 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.70.252:34557: Network error: Client connection negotiation failed: client connection to 127.23.70.252:34557: connect: Connection refused (error 111)
13:59:40.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:38.797329 24113 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
13:59:40.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:40.089075 24115 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
13:59:40.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:40.094300 24114 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1294 milliseconds
13:59:40.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.094384 24093 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
13:59:40.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.096042 24093 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:40.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.099366 24093 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:40.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.101012 24093 hybrid_clock.cc:648] HybridClock initialized: now 1786456780100957 us; error 42 us; skew 500 ppm
13:59:40.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.102169 24093 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:40.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.109458 24093 webserver.cc:533] Webserver started at http://127.23.70.252:42159/ using document root <none> and password file <none>
13:59:40.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.110396 24093 fs_manager.cc:362] Metadata directory not provided
13:59:40.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.110641 24093 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:40.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.111085 24093 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:40.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.115477 24093 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data/instance:
13:59:40.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd04dd89a42f4387a7f0869b178a9e91"
13:59:40.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:40 on dist-test-slave-rwrg"
13:59:40.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.116631 24093 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/wal/instance:
13:59:40.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd04dd89a42f4387a7f0869b178a9e91"
13:59:40.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:40 on dist-test-slave-rwrg"
13:59:40.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.124022 24093 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.005s
13:59:40.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.129930 24149 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:40.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.131111 24093 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.000s	sys 0.005s
13:59:40.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.131413 24093 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/wal
13:59:40.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd04dd89a42f4387a7f0869b178a9e91"
13:59:40.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:40 on dist-test-slave-rwrg"
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.131727 24093 fs_report.cc:389] FS layout report
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/wal
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/wal
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data/data
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:40.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:40.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.179173 24093 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:40.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.181032 24093 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
13:59:40.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.181448 24093 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:40.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.254479 24093 rpc_server.cc:307] RPC server started. Bound to: 127.23.70.252:34557
13:59:40.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.254583 24242 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.70.252:34557 every 8 connection(s)
13:59:40.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.257284 24093 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/data/info.pb
13:59:40.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.262665 24243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:40.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.265300 23835 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 24093
13:59:40.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.265682 23835 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster16408654447764554028/master-2/wal/instance
13:59:40.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.278313 24243 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } has no permanent_uuid. Determining permanent_uuid...
13:59:40.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.303504 24243 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } has no permanent_uuid. Determining permanent_uuid...
13:59:40.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.315367 24243 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } has no permanent_uuid. Determining permanent_uuid...
13:59:40.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.333969 24243 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91: Bootstrap starting.
13:59:40.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.334220 23835 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
13:59:40.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.339931 24243 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91: Neither blocks nor log segments found. Creating new log.
13:59:40.341 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:40.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.341943 24243 log.cc:826] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91: Log is configured to *not* fsync() on all Append() calls
13:59:40.342 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

13:59:40.343 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.23.70.254"
      port: 44321
    }
    bound_http_address {
      host: "127.23.70.254"
      port: 43603
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.23.70.253"
      port: 44821
    }
    bound_http_address {
      host: "127.23.70.253"
      port: 40425
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.23.70.252"
      port: 34557
    }
    bound_http_address {
      host: "127.23.70.252"
      port: 42159
    }
  }
}

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

13:59:40.346 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:40.347 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:40.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.347141 24243 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91: No bootstrap required, opened a new log
13:59:40.349 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:59:40.349 [INFO - Metastore-Handler-Pool: Thread-138] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:59:40.350 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43, with PersistenceManager: null will be shutdown
13:59:40.350 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4885f50f created in the thread with id: 138
13:59:40.355 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43
13:59:40.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.367400 24243 raft_consensus.cc:359] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:40.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.368172 24243 raft_consensus.cc:385] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:40.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.368592 24243 raft_consensus.cc:740] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd04dd89a42f4387a7f0869b178a9e91, State: Initialized, Role: FOLLOWER
13:59:40.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.369514 24243 consensus_queue.cc:260] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.373735 24258 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [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: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.374668 24258 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: This master's current role is: FOLLOWER
13:59:40.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.374770 24243 sys_catalog.cc:565] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: configured and running, proceeding with master startup.
13:59:40.434 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:40.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:40.435494 24272 client.h:373] Failed to connect to Hive Metastore (localhost:43301): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:40.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:40.436920 24165 tablet.cc:2406] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:40.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:40.485121 24281 catalog_manager.cc:1594] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
13:59:40.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:40.485781 24281 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
13:59:40.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.445555 24093 master_runner.cc:187] Error getting master registration for 127.23.70.254:44321: OK, instance_id { permanent_uuid: "ee085a25b597414a930fd58ee2127889" instance_seqno: 1786456776432029 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:40.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.499430 24093 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.671670 24258 raft_consensus.cc:493] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
13:59:40.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.672302 24258 raft_consensus.cc:515] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:40.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.677744 24258 leader_election.cc:290] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ee085a25b597414a930fd58ee2127889 (127.23.70.254:44321), b84faf75593440d4aa721be889345162 (127.23.70.253:44821)
13:59:40.711 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:40.717 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:40.717 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:40.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.742359 24092 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 7
13:59:40.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.807072 24092 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: Bootstrap starting.
13:59:40.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.814586 24092 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: Neither blocks nor log segments found. Creating new log.
13:59:40.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.827121 24092 log.cc:826] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: Log is configured to *not* fsync() on all Append() calls
13:59:40.830 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
13:59:40.838 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive15200238658642873086/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)
13:59:40.840 [INFO - Metastore-Handler-Pool: Thread-138] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive15200238658642873086/external-warehouse/legacy_table
13:59:40.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.845065 24092 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: No bootstrap required, opened a new log
13:59:40.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.869033 24092 raft_consensus.cc:359] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:40.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.869802 24092 raft_consensus.cc:385] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:40.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.870285 24092 raft_consensus.cc:740] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b84faf75593440d4aa721be889345162, State: Initialized, Role: FOLLOWER
13:59:40.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.871528 24092 consensus_queue.cc:260] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.874473 24297 sys_catalog.cc:455] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [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: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:40.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.875379 24297 sys_catalog.cc:458] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [sys.catalog]: This master's current role is: FOLLOWER
13:59:40.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.877380 24092 sys_catalog.cc:565] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [sys.catalog]: configured and running, proceeding with master startup.
13:59:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.877553 24052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fd04dd89a42f4387a7f0869b178a9e91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b84faf75593440d4aa721be889345162" is_pre_election: true
13:59:40.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.878356 24052 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fd04dd89a42f4387a7f0869b178a9e91 in term 0.
13:59:40.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.880092 24154 leader_election.cc:304] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [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: b84faf75593440d4aa721be889345162, fd04dd89a42f4387a7f0869b178a9e91; no voters: 
13:59:40.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.881407 24258 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Leader pre-election won for term 1
13:59:40.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.881738 24258 raft_consensus.cc:493] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
13:59:40.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.882073 24258 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 0 FOLLOWER]: Advancing to term 1
13:59:40.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.888963 24258 raft_consensus.cc:515] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:40.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.895334 24052 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fd04dd89a42f4387a7f0869b178a9e91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b84faf75593440d4aa721be889345162"
13:59:40.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.895902 24052 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [term 0 FOLLOWER]: Advancing to term 1
13:59:40.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.906490 24258 leader_election.cc:290] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [CANDIDATE]: Term 1 election: Requested vote from peers ee085a25b597414a930fd58ee2127889 (127.23.70.254:44321), b84faf75593440d4aa721be889345162 (127.23.70.253:44821)
13:59:40.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.920753 24052 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fd04dd89a42f4387a7f0869b178a9e91 in term 1.
13:59:40.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.922578 24154 leader_election.cc:304] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [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: b84faf75593440d4aa721be889345162, fd04dd89a42f4387a7f0869b178a9e91; no voters: 
13:59:40.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.930941 24258 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 1 FOLLOWER]: Leader election won for term 1
13:59:40.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.944757 24258 raft_consensus.cc:697] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [term 1 LEADER]: Becoming Leader. State: Replica: fd04dd89a42f4387a7f0869b178a9e91, State: Running, Role: LEADER
13:59:40.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.945823 24258 consensus_queue.cc:237] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [LEADER]: Queue going to LEADER mode. State: All 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: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:40.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.960767 24306 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fd04dd89a42f4387a7f0869b178a9e91. Latest consensus state: current_term: 1 leader_uuid: "fd04dd89a42f4387a7f0869b178a9e91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:40.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.961539 24306 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: This master's current role is: LEADER
13:59:40.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.972136 24313 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
13:59:40.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:40.991967 24313 catalog_manager.cc:1520] Initializing Kudu cluster ID...
13:59:41.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.024004 24052 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [term 1 FOLLOWER]: Refusing update from remote peer fd04dd89a42f4387a7f0869b178a9e91: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:41.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.038462 24306 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
13:59:41.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:41.061075 24015 tablet.cc:2406] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:41.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.081476 24297 sys_catalog.cc:455] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fd04dd89a42f4387a7f0869b178a9e91. Latest consensus state: current_term: 1 leader_uuid: "fd04dd89a42f4387a7f0869b178a9e91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:41.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.082540 24297 sys_catalog.cc:458] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [sys.catalog]: This master's current role is: FOLLOWER
13:59:41.096 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
13:59:41.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.099900 24318 mvcc.cc:204] Tried to move back new op lower bound from 7317326975027273728 to 7317326974764847104. Current Snapshot: MvccSnapshot[applied={T|T < 7317326975027273728}]
13:59:41.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.108155 24297 sys_catalog.cc:455] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fd04dd89a42f4387a7f0869b178a9e91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:41.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.108853 24297 sys_catalog.cc:458] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162 [sys.catalog]: This master's current role is: FOLLOWER
13:59:41.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.113523 23975 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } attempt: 7
13:59:41.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.119606 24306 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fd04dd89a42f4387a7f0869b178a9e91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:41.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.120332 24306 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: This master's current role is: LEADER
13:59:41.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.125273 24313 catalog_manager.cc:1383] Generated new cluster ID: e1a7148dab6c41e4810e0cd21cff1e3a
13:59:41.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.125643 24313 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
13:59:41.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.154934 23975 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889: Bootstrap starting.
13:59:41.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.162997 23975 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889: Neither blocks nor log segments found. Creating new log.
13:59:41.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.165634 23975 log.cc:826] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889: Log is configured to *not* fsync() on all Append() calls
13:59:41.168 [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=	
13:59:41.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:41.170418 24340 client.h:373] Failed to connect to Hive Metastore (localhost:43301): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:41.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.179306 23975 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889: No bootstrap required, opened a new log
13:59:41.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.194303 24313 catalog_manager.cc:1406] Generated new certificate authority record
13:59:41.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.196663 24313 catalog_manager.cc:1540] Loading token signing keys...
13:59:41.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.207624 23975 raft_consensus.cc:359] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:41.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.208722 23975 raft_consensus.cc:385] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:41.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.209227 23975 raft_consensus.cc:740] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee085a25b597414a930fd58ee2127889, State: Initialized, Role: FOLLOWER
13:59:41.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.210551 23975 consensus_queue.cc:260] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } }
13:59:41.215 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:41.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.219194 24348 catalog_manager.cc:1295] Loaded cluster ID: e1a7148dab6c41e4810e0cd21cff1e3a
13:59:41.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.219517 24348 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: loading cluster ID for follower catalog manager: success
13:59:41.223 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
13:59:41.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.232868 23929 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fd04dd89a42f4387a7f0869b178a9e91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee085a25b597414a930fd58ee2127889"
13:59:41.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.234114 23932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fd04dd89a42f4387a7f0869b178a9e91" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee085a25b597414a930fd58ee2127889" is_pre_election: true
13:59:41.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.235970 23929 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [term 0 FOLLOWER]: Advancing to term 1
13:59:41.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.237874 24348 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: acquiring CA information for follower catalog manager: success
13:59:41.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.243600 23929 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fd04dd89a42f4387a7f0869b178a9e91 in term 1.
13:59:41.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.246047 23975 sys_catalog.cc:565] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [sys.catalog]: configured and running, proceeding with master startup.
13:59:41.246 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
13:59:41.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.246622 24352 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [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: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:41.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.252887 24352 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [sys.catalog]: This master's current role is: FOLLOWER
13:59:41.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:41.262748 24348 catalog_manager.cc:883] Not found: no TSK found in the system table: failed to prepare follower catalog manager, will retry
13:59:41.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.272338 24313 catalog_manager.cc:6092] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91: Generated new TSK 0
13:59:41.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.275826 23928 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [term 1 FOLLOWER]: Refusing update from remote peer fd04dd89a42f4387a7f0869b178a9e91: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:41.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.193326 23977 master_runner.cc:187] Error getting master registration for 127.23.70.254:44321: OK, instance_id { permanent_uuid: "ee085a25b597414a930fd58ee2127889" instance_seqno: 1786456776432029 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:41.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.279670 24258 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
13:59:41.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.281322 23977 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:41.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.291940 24313 catalog_manager.cc:1550] Initializing in-progress tserver states...
13:59:41.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.312211 24313 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
13:59:41.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.342504 24313 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
13:59:41.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.374053 24352 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fd04dd89a42f4387a7f0869b178a9e91. Latest consensus state: current_term: 1 leader_uuid: "fd04dd89a42f4387a7f0869b178a9e91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:41.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.375206 24352 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [sys.catalog]: This master's current role is: FOLLOWER
13:59:41.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.376608 24367 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fd04dd89a42f4387a7f0869b178a9e91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:41.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.377539 24367 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889 [sys.catalog]: This master's current role is: FOLLOWER
13:59:41.419 [INFO - Metastore-Handler-Pool: Thread-144] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:41.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:41.420423 24384 client.h:373] Failed to connect to Hive Metastore (localhost:43301): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:41.437 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
13:59:41.437 [INFO - Metastore-Handler-Pool: Thread-138] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
13:59:41.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.441663 24392 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
13:59:41.454 [INFO - Metastore-Handler-Pool: Thread-145] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:41.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:41.455099 24272 client.h:373] Failed to connect to Hive Metastore (localhost:43301): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:41.658 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
13:59:41.712 [INFO - Metastore-Handler-Pool: Thread-138] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
13:59:41.820 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
13:59:41.831 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:41.845 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
13:59:41.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.873271 24258 sys_catalog.cc:455] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fd04dd89a42f4387a7f0869b178a9e91" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ee085a25b597414a930fd58ee2127889" member_type: VOTER last_known_addr { host: "127.23.70.254" port: 44321 } } peers { permanent_uuid: "b84faf75593440d4aa721be889345162" member_type: VOTER last_known_addr { host: "127.23.70.253" port: 44821 } } peers { permanent_uuid: "fd04dd89a42f4387a7f0869b178a9e91" member_type: VOTER last_known_addr { host: "127.23.70.252" port: 34557 } } }
13:59:41.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:41.874060 24258 sys_catalog.cc:458] T 00000000000000000000000000000000 P fd04dd89a42f4387a7f0869b178a9e91 [sys.catalog]: This master's current role is: LEADER
13:59:42.088 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:42.180 [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=	
13:59:42.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:42.181280 24340 client.h:373] Failed to connect to Hive Metastore (localhost:43301): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:42.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.270496 24348 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b84faf75593440d4aa721be889345162: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:42.375 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:42.433 [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=	
13:59:42.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:42.434237 24384 client.h:373] Failed to connect to Hive Metastore (localhost:43301): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:42.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.463402 24392 catalog_manager.cc:1295] Loaded cluster ID: e1a7148dab6c41e4810e0cd21cff1e3a
13:59:42.464 [WARN - Metastore-Handler-Pool: Thread-138] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:42.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.463696 24392 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889: loading cluster ID for follower catalog manager: success
13:59:42.473 [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=	
13:59:42.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:42.473706 24272 client.h:373] Failed to connect to Hive Metastore (localhost:43301): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:42.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.482820 24392 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889: acquiring CA information for follower catalog manager: success
13:59:42.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.488624 24392 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ee085a25b597414a930fd58ee2127889: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:42.677 [INFO - Metastore-Handler-Pool: Thread-138] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
13:59:42.678 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
13:59:42.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.678759 23835 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 23857
13:59:42.685 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
13:59:42.685 [INFO - Metastore-Handler-Pool: Thread-138] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6fea0b43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4885f50f will be shutdown
13:59:42.694 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
13:59:42.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.768965 23835 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 23977
13:59:42.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:42.834278 23835 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 24093
13:59:44.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:44Z chronyd exiting
.13:59:45.175 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:59:45.175 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:59:45.175 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:59:45.193 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive11122186382431905685
13:59:45.194 [INFO - Thread-106] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
13:59:45.194 [INFO - Thread-106] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
13:59:45.196 [INFO - Thread-106] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:59:45.197 [INFO - Thread-106] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:59:45.197 [INFO - Thread-106] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
13:59:45.197 [INFO - Thread-106] (HikariDataSource.java:350) objectstore - Shutdown initiated...
13:59:45.198 [INFO - Thread-106] (HikariDataSource.java:352) objectstore - Shutdown completed.
13:59:45.198 [INFO - Thread-106] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
13:59:45.199 [INFO - Thread-106] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
13:59:45.199 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
13:59:45.200 [INFO - Thread-106] (HikariDataSource.java:80) objectstore - Starting...
13:59:45.245 [INFO - Thread-106] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:45.246 [INFO - Thread-106] (HikariDataSource.java:82) objectstore - Start completed.
13:59:45.246 [INFO - Thread-106] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
13:59:45.247 [INFO - Thread-106] (HikariDataSource.java:80) objectstore-secondary - Starting...
13:59:45.249 [INFO - Thread-106] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
13:59:45.249 [INFO - Thread-106] (HikariDataSource.java:82) objectstore-secondary - Start completed.
13:59:45.260 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
13:59:45.260 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
13:59:45.261 [INFO - Thread-106] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
13:59:45.305 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:45.306 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:45.307 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:45.307 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:45.308 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:45.308 [WARN - Thread-106] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
13:59:45.540 [INFO - Thread-106] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
13:59:45.540 [INFO - Thread-106] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@283ca216, with PersistenceManager: null will be shutdown
13:59:45.541 [INFO - Thread-106] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@283ca216, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@9dbeacb created in the thread with id: 149
13:59:45.542 [WARN - Thread-106] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
13:59:45.543 [INFO - Thread-106] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@283ca216
13:59:45.641 [INFO - Thread-106] (HMSHandler.java:595) Started creating a default database with name: default
13:59:45.659 [INFO - Thread-106] (HMSHandler.java:605) Successfully created a default database with name: default
13:59:45.680 [INFO - Thread-106] (HMSHandler.java:668) Added admin role in metastore
13:59:45.681 [INFO - Thread-106] (HMSHandler.java:677) Added public role in metastore
13:59:45.712 [INFO - Thread-106] (HMSHandler.java:717) No user is added in admin role, since config is empty
13:59:45.712 [INFO - Thread-106] (HMSHandler.java:404) HMS server filtering is disabled by configuration
13:59:45.713 [INFO - Thread-106] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
13:59:45.713 [INFO - Thread-106] (HiveMetaStore.java:697) Direct SQL optimization = true
13:59:45.714 [WARN - Thread-106] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
13:59:45.714 [INFO - Thread-106] (HiveMetaStore.java:632) Started the new metaserver on port [39869]...
13:59:45.714 [INFO - Thread-106] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
13:59:45.714 [INFO - Thread-106] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
13:59:45.714 [INFO - Thread-106] (HiveMetaStore.java:635) TCP keepalive = true
13:59:45.714 [INFO - Thread-106] (HiveMetaStore.java:636) Enable SSL = false
13:59:46.195 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
13:59:46.196 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
13:59:46.196 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
13:59:46.198 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
13:59:46.198 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39869]
13:59:46.198 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39869) in binary transport mode
13:59:46.198 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39869) current connections: 1
13:59:46.200 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskap_MsK/test-tmp
13:59:46.200 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
13:59:46.201 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskap_MsK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
13:59:46.203 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39869"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

13:59:46.537 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:46.538 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

13:59:46.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.541301 24457 mini_oidc.cc:150] Starting JWKS server
13:59:46.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.544373 24457 webserver.cc:533] Webserver started at http://127.0.0.1:43977/ using document root <none> and password file <none>
13:59:46.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.544799 24457 mini_oidc.cc:186] Starting OIDC Discovery server
13:59:46.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.546451 24457 webserver.cc:533] Webserver started at http://127.0.0.1:32863/ using document root <none> and password file <none>
13:59:46.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:46Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
13:59:46.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:46Z Disabled control of system clock
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.611972 24457 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/wal
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:46.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/logs
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data/info.pb
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.226.126:38047
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.226.126
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.226.84:34447
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:46.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43977/jwks.json
13:59:46.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39869 with env {}
13:59:46.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.915621 24482 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:46.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.916179 24482 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:46.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.916687 24482 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:46.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.949731 24482 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:46.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.950021 24482 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:46.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.950215 24482 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:46.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.950419 24482 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:46.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.950611 24482 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:46.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:46.950765 24482 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43977/jwks.json
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.988003 24482 master_runner.cc:387] Master server non-default flags:
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/logs
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.226.84:34447
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/wal
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39869
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:46.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.226.126:38047
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43977/jwks.json
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data/info.pb
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.226.126
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:46.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.989517 24482 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:46.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:46.991104 24482 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:47.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:47.002388 24490 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
13:59:48.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:47.002497 24491 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
13:59:48.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.267556 24494 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
13:59:48.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.269546 24492 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1261 milliseconds
13:59:48.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.270255 24482 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.268s	user 0.421s	sys 0.840s
13:59:48.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.270555 24482 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.268s	user 0.421s	sys 0.840s
13:59:48.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.270849 24482 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
13:59:48.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.272081 24482 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:48.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.274938 24482 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:48.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.276353 24482 hybrid_clock.cc:648] HybridClock initialized: now 1786456788276365 us; error 86 us; skew 500 ppm
13:59:48.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.277275 24482 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:48.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.284427 24482 webserver.cc:533] Webserver started at http://127.23.226.126:43905/ using document root <none> and password file <none>
13:59:48.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.285678 24482 fs_manager.cc:362] Metadata directory not provided
13:59:48.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.285933 24482 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:48.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.286468 24482 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:48.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.290858 24482 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data/instance:
13:59:48.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb3760d3b6de444b9956c014bfedb17b"
13:59:48.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:48 on dist-test-slave-rwrg"
13:59:48.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.292112 24482 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/wal/instance:
13:59:48.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb3760d3b6de444b9956c014bfedb17b"
13:59:48.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:48 on dist-test-slave-rwrg"
13:59:48.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.300428 24482 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.006s	sys 0.001s
13:59:48.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.306885 24504 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:48.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.308143 24482 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.003s
13:59:48.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.308545 24482 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/wal
13:59:48.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "bb3760d3b6de444b9956c014bfedb17b"
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:48 on dist-test-slave-rwrg"
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.308900 24482 fs_report.cc:389] FS layout report
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/wal
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/wal
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data/data
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:48.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:48.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:48.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:48.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.396359 24482 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.397995 24482 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
13:59:48.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.398527 24482 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:48.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.478202 24482 rpc_server.cc:307] RPC server started. Bound to: 127.23.226.126:38047
13:59:48.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.478271 24605 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.226.126:38047 every 8 connection(s)
13:59:48.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.481428 24482 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/data/info.pb
13:59:48.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.484941 24457 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 24482
13:59:48.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.485478 24457 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-0/wal/instance
13:59:48.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.487644 24607 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:48.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.489466 24457 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:48.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:48.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/wal
13:59:48.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/logs
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data/info.pb
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:48.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.226.125:33915
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.226.125
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.226.84:34447
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43977/jwks.json
13:59:48.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39869 with env {}
13:59:48.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.502702 24607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } has no permanent_uuid. Determining permanent_uuid...
13:59:48.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.536141 24607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } has no permanent_uuid. Determining permanent_uuid...
13:59:48.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.538823 24514 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.543267 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.125:33915: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:48.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.592769 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } attempt: 1
13:59:48.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.598436 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.125:33915: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:48.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.666893 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } attempt: 2
13:59:48.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.671895 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.125:33915: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:48.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.763340 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } attempt: 3
13:59:48.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.767783 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.125:33915: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.819979 24608 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.820696 24608 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:48.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.821300 24608 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:48.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.854230 24608 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:48.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.854619 24608 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.855019 24608 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.855355 24608 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.855688 24608 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:48.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.855931 24608 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43977/jwks.json
13:59:48.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.893311 24608 master_runner.cc:387] Master server non-default flags:
13:59:48.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/logs
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.226.84:34447
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/wal
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39869
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.226.125:33915
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43977/jwks.json
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data/info.pb
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.226.125
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:48.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.895147 24608 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:48.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.896955 24608 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:48.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.907811 24622 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
13:59:48.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:48.911180 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } attempt: 4
13:59:48.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.917282 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.125:33915: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:49.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:49.216856 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } attempt: 5
13:59:49.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:49.224263 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.125:33915: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:49.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:49.771921 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } attempt: 6
13:59:49.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:49.784670 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.125:33915: Network error: Client connection negotiation failed: client connection to 127.23.226.125:33915: connect: Connection refused (error 111)
13:59:50.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:48.909673 24624 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
13:59:50.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.158694 24628 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
13:59:50.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.160983 24626 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1247 milliseconds
13:59:50.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.161077 24608 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
13:59:50.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.162407 24608 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:50.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.165100 24608 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:50.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.166494 24608 hybrid_clock.cc:648] HybridClock initialized: now 1786456790166441 us; error 42 us; skew 500 ppm
13:59:50.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.167337 24608 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:50.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.173552 24608 webserver.cc:533] Webserver started at http://127.23.226.125:42543/ using document root <none> and password file <none>
13:59:50.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.174561 24608 fs_manager.cc:362] Metadata directory not provided
13:59:50.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.174811 24608 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:50.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.175343 24608 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.179869 24608 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data/instance:
13:59:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b02114aee03a4af49689daa84ca91bbe"
13:59:50.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:50 on dist-test-slave-rwrg"
13:59:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.181155 24608 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/wal/instance:
13:59:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b02114aee03a4af49689daa84ca91bbe"
13:59:50.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:50 on dist-test-slave-rwrg"
13:59:50.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.188771 24608 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
13:59:50.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.194738 24647 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:50.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.195827 24608 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
13:59:50.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.196192 24608 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/wal
13:59:50.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b02114aee03a4af49689daa84ca91bbe"
13:59:50.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:50 on dist-test-slave-rwrg"
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.196573 24608 fs_report.cc:389] FS layout report
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/wal
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/wal
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data/data
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:50.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:50.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.272404 24608 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:50.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.274127 24608 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
13:59:50.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.274672 24608 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:50.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.349830 24608 rpc_server.cc:307] RPC server started. Bound to: 127.23.226.125:33915
13:59:50.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.349921 24742 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.226.125:33915 every 8 connection(s)
13:59:50.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.352734 24608 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/data/info.pb
13:59:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.358987 24744 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.359092 24457 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 24608
13:59:50.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.359561 24457 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-1/wal/instance
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.362766 24457 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/wal
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/logs
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data/info.pb
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.226.124:40021
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.226.124
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.226.84:34447
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:50.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021
13:59:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43977/jwks.json
13:59:50.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39869 with env {}
13:59:50.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.373891 24744 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } has no permanent_uuid. Determining permanent_uuid...
13:59:50.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.396178 24744 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } has no permanent_uuid. Determining permanent_uuid...
13:59:50.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.410934 24744 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } has no permanent_uuid. Determining permanent_uuid...
13:59:50.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.413668 24650 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:50.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.417781 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:50.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.467273 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 1
13:59:50.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.471824 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:50.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.540275 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 2
13:59:50.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.544945 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:50.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.636456 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 3
13:59:50.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.641034 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:50.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.695673 24746 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
13:59:50.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.696254 24746 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
13:59:50.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.696736 24746 flags.cc:432] Enabled unsafe flag: --never_fsync=true
13:59:50.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.747996 24746 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
13:59:50.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.748333 24746 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
13:59:50.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.748601 24746 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
13:59:50.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.748816 24746 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
13:59:50.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.749023 24746 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
13:59:50.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.749168 24746 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43977/jwks.json
13:59:50.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.784533 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 4
13:59:50.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.787376 24746 master_runner.cc:387] Master server non-default flags:
13:59:50.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/logs
13:59:50.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.23.226.84:34447
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/wal
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39869
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.23.226.124:40021
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43977/jwks.json
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data/info.pb
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.23.226.124
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
13:59:50.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
13:59:50.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
13:59:50.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
13:59:50.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
13:59:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
13:59:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
13:59:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
13:59:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
13:59:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.789050 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.789222 24746 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
13:59:50.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.791201 24746 file_cache.cc:504] Constructed file cache file cache with capacity 419430
13:59:50.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.801832 24761 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
13:59:50.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.845273 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } attempt: 7
13:59:50.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.869491 24607 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } has no permanent_uuid. Determining permanent_uuid...
13:59:50.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.887948 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:50.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:50.946530 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 1
13:59:50.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.955050 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:51.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:51.036638 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 2
13:59:51.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:51.045689 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:51.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:51.088581 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 5
13:59:51.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:51.102005 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:51.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:51.131291 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 3
13:59:51.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:51.140292 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:51.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:51.281023 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 4
13:59:51.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:51.290324 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:51.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:51.573910 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 5
13:59:51.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:51.582384 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:51.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:51.649605 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 6
13:59:51.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:51.680920 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:52.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.134999 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 6
13:59:52.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.168889 24607 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.206763 24759 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 24746
13:59:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.633813 24759 kernel_stack_watchdog.cc:198] Thread 24746 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 400ms:
13:59:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
13:59:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
13:59:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
13:59:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
13:59:52.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.634368 24746 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.831s	user 0.001s	sys 0.001s
13:59:52.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.634752 24746 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.832s	user 0.001s	sys 0.001s
13:59:52.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:50.803951 24763 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
13:59:52.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.635103 24765 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1830 milliseconds
13:59:52.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.636446 24766 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
13:59:52.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.636559 24746 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
13:59:52.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.640569 24746 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
13:59:52.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.642975 24746 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
13:59:52.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.644359 24746 hybrid_clock.cc:648] HybridClock initialized: now 1786456792644324 us; error 36 us; skew 500 ppm
13:59:52.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.645280 24746 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
13:59:52.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.651477 24746 webserver.cc:533] Webserver started at http://127.23.226.124:39983/ using document root <none> and password file <none>
13:59:52.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.652483 24746 fs_manager.cc:362] Metadata directory not provided
13:59:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.652801 24746 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
13:59:52.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.653337 24746 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
13:59:52.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.657766 24746 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data/instance:
13:59:52.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b9d8b4d7c824f199260d388ab6986d5"
13:59:52.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:52 on dist-test-slave-rwrg"
13:59:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.659019 24746 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/wal/instance:
13:59:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b9d8b4d7c824f199260d388ab6986d5"
13:59:52.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:52 on dist-test-slave-rwrg"
13:59:52.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.666455 24746 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.008s
13:59:52.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.672329 24787 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
13:59:52.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.673485 24746 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.673872 24746 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/wal
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b9d8b4d7c824f199260d388ab6986d5"
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 13:59:52 on dist-test-slave-rwrg"
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.674222 24746 fs_report.cc:389] FS layout report
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/wal
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/wal
13:59:52.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data/data
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
13:59:52.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
13:59:52.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.731752 24746 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
13:59:52.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.733431 24746 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
13:59:52.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.733970 24746 kserver.cc:163] Server-wide thread pool size limit: 3276
13:59:52.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.741541 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 7
13:59:52.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.749087 24744 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.23.226.124:40021: Network error: Client connection negotiation failed: client connection to 127.23.226.124:40021: connect: Connection refused (error 111)
13:59:52.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.811453 24746 rpc_server.cc:307] RPC server started. Bound to: 127.23.226.124:40021
13:59:52.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.811528 24883 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.23.226.124:40021 every 8 connection(s)
13:59:52.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.814347 24746 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/data/info.pb
13:59:52.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.819928 24884 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
13:59:52.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.820868 24457 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 24746
13:59:52.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.821354 24457 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster10596443351683746423/master-2/wal/instance
13:59:52.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.834096 24884 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } has no permanent_uuid. Determining permanent_uuid...
13:59:52.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.855960 24884 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } has no permanent_uuid. Determining permanent_uuid...
13:59:52.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.869038 24884 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } has no permanent_uuid. Determining permanent_uuid...
13:59:52.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.884899 24457 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
13:59:52.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.887058 24884 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: Bootstrap starting.
13:59:52.892 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:52.892 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

13:59:52.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.893083 24884 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: Neither blocks nor log segments found. Creating new log.
13:59:52.893 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.23.226.126"
      port: 38047
    }
    bound_http_address {
      host: "127.23.226.126"
      port: 43905
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.23.226.125"
      port: 33915
    }
    bound_http_address {
      host: "127.23.226.125"
      port: 42543
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.23.226.124"
      port: 40021
    }
    bound_http_address {
      host: "127.23.226.124"
      port: 39983
    }
  }
}

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

13:59:52.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.895114 24884 log.cc:826] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: Log is configured to *not* fsync() on all Append() calls
13:59:52.895 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
13:59:52.896 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=e36d7bc5-e4bf-4b0c-941f-ca717a0c339d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:52.898 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
13:59:52.899 [INFO - Metastore-Handler-Pool: Thread-170] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
13:59:52.899 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: null will be shutdown
13:59:52.899 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4af22dce created in the thread with id: 170
13:59:52.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.900591 24884 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: No bootstrap required, opened a new log
13:59:52.904 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9
13:59:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.927650 24884 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:52.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.928627 24884 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:52.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.928960 24884 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b9d8b4d7c824f199260d388ab6986d5, State: Initialized, Role: FOLLOWER
13:59:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.930027 24884 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:52.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.933275 24896 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [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: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:52.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.934381 24896 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: This master's current role is: FOLLOWER
13:59:52.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.935292 24884 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: configured and running, proceeding with master startup.
13:59:52.966 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:52.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.967243 24921 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:52.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.989457 24798 tablet.cc:2406] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:52.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.989722 24927 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
13:59:52.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:52.990453 24927 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
13:59:53.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:52.975672 24746 master_runner.cc:187] Error getting master registration for 127.23.226.126:38047: OK, instance_id { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" instance_seqno: 1786456788455197 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:53.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.012862 24746 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:53.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.202527 24607 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 7
13:59:53.230 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:53.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.240372 24607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: Bootstrap starting.
13:59:53.245 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:53.245 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:53.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.248764 24607 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: Neither blocks nor log segments found. Creating new log.
13:59:53.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.251389 24607 log.cc:826] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: Log is configured to *not* fsync() on all Append() calls
13:59:53.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.262857 24607 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: No bootstrap required, opened a new log
13:59:53.329 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:53.334 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive11122186382431905685/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=e36d7bc5-e4bf-4b0c-941f-ca717a0c339d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:53.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.341694 24607 raft_consensus.cc:359] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:53.343 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11122186382431905685/external-warehouse/table
13:59:53.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.344583 24607 raft_consensus.cc:385] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:53.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.344939 24607 raft_consensus.cc:740] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb3760d3b6de444b9956c014bfedb17b, State: Initialized, Role: FOLLOWER
13:59:53.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.345988 24607 consensus_queue.cc:260] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:53.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.380791 24942 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [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: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:53.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.381692 24942 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [sys.catalog]: This master's current role is: FOLLOWER
13:59:53.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.382215 24942 raft_consensus.cc:493] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
13:59:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.382781 24942 raft_consensus.cc:515] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:53.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.383396 24607 sys_catalog.cc:565] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [sys.catalog]: configured and running, proceeding with master startup.
13:59:53.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.395037 24896 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
13:59:53.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.395795 24896 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.401233 24557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b9d8b4d7c824f199260d388ab6986d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb3760d3b6de444b9956c014bfedb17b" is_pre_election: true
13:59:53.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.401517 24942 leader_election.cc:290] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b02114aee03a4af49689daa84ca91bbe (127.23.226.125:33915), 2b9d8b4d7c824f199260d388ab6986d5 (127.23.226.124:40021)
13:59:53.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.402098 24557 raft_consensus.cc:2468] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2b9d8b4d7c824f199260d388ab6986d5 in term 0.
13:59:53.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.403806 24837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb3760d3b6de444b9956c014bfedb17b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b9d8b4d7c824f199260d388ab6986d5" is_pre_election: true
13:59:53.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.404749 24837 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate bb3760d3b6de444b9956c014bfedb17b in term 0.
13:59:53.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:53.413167 24520 tablet.cc:2406] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:53.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.416011 24796 leader_election.cc:304] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [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: 2b9d8b4d7c824f199260d388ab6986d5, bb3760d3b6de444b9956c014bfedb17b; no voters: 
13:59:53.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.419389 24951 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Leader pre-election won for term 1
13:59:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.419876 24512 leader_election.cc:304] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [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: 2b9d8b4d7c824f199260d388ab6986d5, bb3760d3b6de444b9956c014bfedb17b; no voters: 
13:59:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.420078 24951 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
13:59:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.420689 24951 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 0 FOLLOWER]: Advancing to term 1
13:59:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.421103 24942 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Leader pre-election won for term 1
13:59:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.421542 24942 raft_consensus.cc:493] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
13:59:53.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.421936 24942 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 0 FOLLOWER]: Advancing to term 1
13:59:53.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.431716 24951 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:53.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.435806 24951 leader_election.cc:290] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [CANDIDATE]: Term 1 election: Requested vote from peers bb3760d3b6de444b9956c014bfedb17b (127.23.226.126:38047), b02114aee03a4af49689daa84ca91bbe (127.23.226.125:33915)
13:59:53.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.436400 24557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b9d8b4d7c824f199260d388ab6986d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bb3760d3b6de444b9956c014bfedb17b"
13:59:53.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.434782 24896 leader_election.cc:290] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers bb3760d3b6de444b9956c014bfedb17b (127.23.226.126:38047), b02114aee03a4af49689daa84ca91bbe (127.23.226.125:33915)
13:59:53.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.445015 24942 raft_consensus.cc:515] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:53.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.450419 24557 raft_consensus.cc:2393] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 2b9d8b4d7c824f199260d388ab6986d5 in current term 1: Already voted for candidate bb3760d3b6de444b9956c014bfedb17b in this term.
13:59:53.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.476781 24837 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb3760d3b6de444b9956c014bfedb17b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2b9d8b4d7c824f199260d388ab6986d5"
13:59:53.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.477888 24837 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate bb3760d3b6de444b9956c014bfedb17b in current term 1: Already voted for candidate 2b9d8b4d7c824f199260d388ab6986d5 in this term.
13:59:53.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.483304 24942 leader_election.cc:290] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [CANDIDATE]: Term 1 election: Requested vote from peers b02114aee03a4af49689daa84ca91bbe (127.23.226.125:33915), 2b9d8b4d7c824f199260d388ab6986d5 (127.23.226.124:40021)
13:59:53.629 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:53.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:53.630276 24970 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:53.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.642292 24980 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
13:59:53.695 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:53.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.652923 24482 master_runner.cc:187] Error getting master registration for 127.23.226.125:33915: OK, instance_id { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" instance_seqno: 1786456790329726 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
13:59:53.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:53.736073 24482 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:53.778 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:53.787 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:53.789 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
13:59:53.791 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive11122186382431905685/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)
13:59:53.793 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11122186382431905685/external-warehouse/legacy_table
13:59:53.867 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
13:59:53.904 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:53.908 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:53.920 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:53.972 [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=	
13:59:53.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:53.974226 24921 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:53.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:53.994971 24927 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
13:59:53.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:53.995329 24927 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
13:59:54.016 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:54.016 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:54.052 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:54.075 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:54.091 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:54.091 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:54.105 [DEBUG - Metastore-Handler-Pool: Thread-170] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
13:59:54.108 [DEBUG - Metastore-Handler-Pool: Thread-170] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
13:59:54.110 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.23.226.126:38047(127.23.226.126:38047)] connecting to peer
13:59:54.111 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.23.226.125:33915(127.23.226.125:33915)] connecting to peer
13:59:54.114 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.23.226.126:38047(127.23.226.126:38047)] Successfully connected to peer
13:59:54.125 [DEBUG - Metastore-Handler-Pool: Thread-170] (Connection.java:748) [peer master-127.23.226.124:40021(127.23.226.124:40021)] connecting to peer
13:59:54.126 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.23.226.125:33915(127.23.226.125:33915)] Successfully connected to peer
13:59:54.135 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.23.226.124:40021(127.23.226.124:40021)] Successfully connected to peer
13:59:54.150 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.23.226.126
13:59:54.161 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.23.226.124
13:59:54.189 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.23.226.125
13:59:54.232 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:54.233 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:54.237 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xc80ed762, L:/127.0.0.1:38952 - R:/127.23.226.125:33915] using SASL/PLAIN
13:59:54.262 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.244 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xc30a2b94, L:/127.0.0.1:49862 - R:/127.23.226.126:38047] using SASL/PLAIN
13:59:54.270 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
13:59:54.324 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x776a8bc6, L:/127.0.0.1:41404 - R:/127.23.226.124:40021] using SASL/PLAIN
13:59:54.368 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.396 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.406 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.464 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.464 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.475 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.476 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.495 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.500 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.516 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.517 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.600 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.600 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.633 [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=	
13:59:54.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.637121 24970 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:54.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.649650 24980 catalog_manager.cc:1594] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
13:59:54.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.650091 24980 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
13:59:54.737 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.738 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.839526 24744 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } attempt: 8
13:59:54.854 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.876 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.899312 24744 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: Bootstrap starting.
13:59:54.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.907436 24744 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: Neither blocks nor log segments found. Creating new log.
13:59:54.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.910238 24744 log.cc:826] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: Log is configured to *not* fsync() on all Append() calls
13:59:54.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.919129 24744 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: No bootstrap required, opened a new log
13:59:54.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.948784 24744 raft_consensus.cc:359] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:54.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.950104 24744 raft_consensus.cc:385] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
13:59:54.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.950466 24744 raft_consensus.cc:740] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b02114aee03a4af49689daa84ca91bbe, State: Initialized, Role: FOLLOWER
13:59:54.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.951486 24744 consensus_queue.cc:260] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:54.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.956787 24744 sys_catalog.cc:565] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [sys.catalog]: configured and running, proceeding with master startup.
13:59:54.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.956938 24696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b9d8b4d7c824f199260d388ab6986d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b02114aee03a4af49689daa84ca91bbe"
13:59:54.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.957716 24696 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [term 0 FOLLOWER]: Advancing to term 1
13:59:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.960695 24699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb3760d3b6de444b9956c014bfedb17b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b02114aee03a4af49689daa84ca91bbe" is_pre_election: true
13:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.961665 24699 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:38928 (request call id 1) took 1559 ms (client timeout 1984 ms). Trace:
13:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.962042 24699 rpcz_store.cc:269] 0811 13:59:53.401940 (+     0us) service_pool.cc:167] Inserting onto call queue
13:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:53.402129 (+   189us) service_pool.cc:224] Handling call
13:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:54.961583 (+1559454us) inbound_call.cc:177] Queueing success response
13:59:54.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
13:59:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.960156 24698 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b9d8b4d7c824f199260d388ab6986d5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b02114aee03a4af49689daa84ca91bbe" is_pre_election: true
13:59:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.967598 24698 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:38938 (request call id 1) took 1534 ms (client timeout 1885 ms). Trace:
13:59:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.967947 24698 rpcz_store.cc:269] 0811 13:59:53.433786 (+     0us) service_pool.cc:167] Inserting onto call queue
13:59:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:53.434092 (+   306us) service_pool.cc:224] Handling call
13:59:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:54.967538 (+1533446us) inbound_call.cc:177] Queueing success response
13:59:54.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
13:59:54.977 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.23.226.125:33915: Catalog manager is not initialized. State: Starting
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.965129 24695 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "bb3760d3b6de444b9956c014bfedb17b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b02114aee03a4af49689daa84ca91bbe"
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.969681 24695 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:38928 (request call id 2) took 1508 ms. Trace:
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.970022 24695 rpcz_store.cc:276] 0811 13:59:53.461330 (+     0us) service_pool.cc:167] Inserting onto call queue
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:53.461590 (+   260us) service_pool.cc:224] Handling call
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:54.969625 (+1508035us) inbound_call.cc:177] Queueing success response
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.972512 25008 sys_catalog.cc:455] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [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: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.973352 25008 sys_catalog.cc:458] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [sys.catalog]: This master's current role is: FOLLOWER
13:59:54.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.974924 24514 leader_election.cc:304] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: bb3760d3b6de444b9956c014bfedb17b; no voters: 2b9d8b4d7c824f199260d388ab6986d5, b02114aee03a4af49689daa84ca91bbe
13:59:54.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.981249 25012 raft_consensus.cc:2749] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
13:59:54.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.985749 24696 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2b9d8b4d7c824f199260d388ab6986d5 in term 1.
13:59:54.988 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021; will retry
13:59:54.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.987022 24696 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:38938 (request call id 2) took 1549 ms (client timeout 1879 ms). Trace:
13:59:54.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.988896 24696 rpcz_store.cc:269] 0811 13:59:53.437262 (+     0us) service_pool.cc:167] Inserting onto call queue
13:59:54.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:53.437477 (+   215us) service_pool.cc:224] Handling call
13:59:54.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 13:59:54.986952 (+1549475us) inbound_call.cc:177] Queueing success response
13:59:54.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
13:59:54.992 [INFO - Metastore-Handler-Pool: Thread-183] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:54.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:54.992211 24793 leader_election.cc:304] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 2b9d8b4d7c824f199260d388ab6986d5, b02114aee03a4af49689daa84ca91bbe; no voters: bb3760d3b6de444b9956c014bfedb17b
13:59:54.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.993182 24921 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:54.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:54.999594 24927 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
13:59:55.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:55.000111 24927 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
13:59:55.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.005478 25024 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 1 FOLLOWER]: Leader election won for term 1
13:59:55.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.014322 25024 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [term 1 LEADER]: Becoming Leader. State: Replica: 2b9d8b4d7c824f199260d388ab6986d5, State: Running, Role: LEADER
13:59:55.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.015599 25024 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [LEADER]: Queue going to LEADER mode. State: All 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: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } }
13:59:55.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.030920 25027 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b9d8b4d7c824f199260d388ab6986d5. Latest consensus state: current_term: 1 leader_uuid: "2b9d8b4d7c824f199260d388ab6986d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:55.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.032239 25027 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: This master's current role is: LEADER
13:59:55.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:55.035180 24663 tablet.cc:2406] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: Can't schedule compaction. Clean time has not been advanced past its initial value.
13:59:55.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.043802 25035 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
13:59:55.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.052793 25035 catalog_manager.cc:1520] Initializing Kudu cluster ID...
13:59:55.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.078329 24696 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [term 1 FOLLOWER]: Refusing update from remote peer 2b9d8b4d7c824f199260d388ab6986d5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:55.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.081864 24557 raft_consensus.cc:1275] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [term 1 FOLLOWER]: Refusing update from remote peer 2b9d8b4d7c824f199260d388ab6986d5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
13:59:55.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.084446 25024 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
13:59:55.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.086253 25024 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
13:59:55.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.105263 25047 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
13:59:55.114 [INFO - Metastore-Handler-Pool: Thread-184] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:55.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:55.115666 25042 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:55.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.130901 25008 sys_catalog.cc:455] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b9d8b4d7c824f199260d388ab6986d5. Latest consensus state: current_term: 1 leader_uuid: "2b9d8b4d7c824f199260d388ab6986d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:55.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.131819 25008 sys_catalog.cc:458] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [sys.catalog]: This master's current role is: FOLLOWER
13:59:55.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.137054 25039 mvcc.cc:204] Tried to move back new op lower bound from 7317327032616116224 to 7317327032396726272. Current Snapshot: MvccSnapshot[applied={T|T < 7317327032616116224}]
13:59:55.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.137795 25012 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b9d8b4d7c824f199260d388ab6986d5. Latest consensus state: current_term: 1 leader_uuid: "2b9d8b4d7c824f199260d388ab6986d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:55.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.138597 25012 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [sys.catalog]: This master's current role is: FOLLOWER
13:59:55.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.150054 25048 mvcc.cc:204] Tried to move back new op lower bound from 7317327032616116224 to 7317327032396726272. Current Snapshot: MvccSnapshot[applied={T|T < 7317327032616116224}]
13:59:55.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.159677 25024 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2b9d8b4d7c824f199260d388ab6986d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:55.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.160451 25024 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: This master's current role is: LEADER
13:59:55.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.161540 25024 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2b9d8b4d7c824f199260d388ab6986d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:55.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.162252 25024 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5 [sys.catalog]: This master's current role is: LEADER
13:59:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.171862 25012 sys_catalog.cc:455] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2b9d8b4d7c824f199260d388ab6986d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:55.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.172667 25012 sys_catalog.cc:458] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b [sys.catalog]: This master's current role is: FOLLOWER
13:59:55.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.176429 25035 catalog_manager.cc:1383] Generated new cluster ID: cc8f8909e6494cb7a3c9f0f30c94fcff
13:59:55.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.176788 25035 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
13:59:55.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.199551 25008 sys_catalog.cc:455] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2b9d8b4d7c824f199260d388ab6986d5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "bb3760d3b6de444b9956c014bfedb17b" member_type: VOTER last_known_addr { host: "127.23.226.126" port: 38047 } } peers { permanent_uuid: "b02114aee03a4af49689daa84ca91bbe" member_type: VOTER last_known_addr { host: "127.23.226.125" port: 33915 } } peers { permanent_uuid: "2b9d8b4d7c824f199260d388ab6986d5" member_type: VOTER last_known_addr { host: "127.23.226.124" port: 40021 } } }
13:59:55.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.200325 25008 sys_catalog.cc:458] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe [sys.catalog]: This master's current role is: FOLLOWER
13:59:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.263520 25035 catalog_manager.cc:1406] Generated new certificate authority record
13:59:55.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.266054 25035 catalog_manager.cc:1540] Loading token signing keys...
13:59:55.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.294617 25035 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 2b9d8b4d7c824f199260d388ab6986d5: Generated new TSK 0
13:59:55.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.296167 25035 catalog_manager.cc:1550] Initializing in-progress tserver states...
13:59:55.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.301525 25035 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
13:59:55.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.306170 25035 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
13:59:55.643 [INFO - Metastore-Handler-Pool: Thread-185] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:55.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:55.644017 24970 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:55.644 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
13:59:55.645 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
13:59:55.646 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

13:59:55.648 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:55.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.656433 24980 catalog_manager.cc:1295] Loaded cluster ID: cc8f8909e6494cb7a3c9f0f30c94fcff
13:59:55.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.656790 24980 catalog_manager.cc:1588] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: loading cluster ID for follower catalog manager: success
13:59:55.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.664716 24980 catalog_manager.cc:1610] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: acquiring CA information for follower catalog manager: success
13:59:55.670 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:55.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:55.671203 24980 catalog_manager.cc:1638] T 00000000000000000000000000000000 P bb3760d3b6de444b9956c014bfedb17b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:55.685 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:55.685 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:55.693 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:55.705 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:55.715 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:55.715 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:55.745 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:55.776 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:55.787 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:55.787 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:55.796 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
13:59:55.798 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

13:59:55.799 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:55.813 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:55.839 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:55.839 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:55.843 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
13:59:55.844 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

13:59:55.853 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:55.863 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:55.912 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:55.912 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:55.937 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:55.971 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.000 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.001 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.005 [INFO - Metastore-Handler-Pool: Thread-186] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:56.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:56.005939 24921 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:56.030 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.057 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.068 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.068 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.071 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
13:59:56.072 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

13:59:56.073 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.082 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.091 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.091 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.097 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.106 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.119 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.119 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.125 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:56.133260 25047 catalog_manager.cc:1295] Loaded cluster ID: cc8f8909e6494cb7a3c9f0f30c94fcff
13:59:56.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:56.133833 25047 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: loading cluster ID for follower catalog manager: success
13:59:56.134 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.138 [INFO - Metastore-Handler-Pool: Thread-187] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
13:59:56.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:56.138775 25042 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:56.143 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.144 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:56.149219 25047 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: acquiring CA information for follower catalog manager: success
13:59:56.151 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:56.158053 25047 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b02114aee03a4af49689daa84ca91bbe: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
13:59:56.160 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.170 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.170 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.269 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
13:59:56.278 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

13:59:56.282 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.360 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.396 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.402 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.453 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.488 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.522 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.522 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.557 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:56.582 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:56.611 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:56.611 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:56.628 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:56.651 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:56.653 [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=	
13:59:56.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:56.653843 24970 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:56.654 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:56.914 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:57.021 [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=	
13:59:57.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:57.022075 24921 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:57.145 [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=	
13:59:57.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:57.145946 25042 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:57.168 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:57.247 [WARN - Metastore-Handler-Pool: Thread-170] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
13:59:57.414 [WARN - Metastore-Handler-Pool: Thread-170] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive11122186382431905685/warehouse/default/table
13:59:57.415 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:57.418 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:57.421 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive11122186382431905685/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)
13:59:57.424 [WARN - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:2452) Location: file:/tmp/hive11122186382431905685/external-warehouse/table specified for non-external table:table
13:59:57.426 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:57.426 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:57.459 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:57.477 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:57.478 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:57.486 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:57.514 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:57.515 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:57.518 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
13:59:57.519 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

13:59:57.530 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:57.545 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:57.560 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:57.560 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:57.564 [ERROR - Metastore-Handler-Pool: Thread-170] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
13:59:57.565 [ERROR - Metastore-Handler-Pool: Thread-170] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

13:59:57.571 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:57.581 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:57.589 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:57.590 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:57.602 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
13:59:57.612 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
13:59:57.623 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
13:59:57.623 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
13:59:57.635 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:57.645 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:57.647 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:57.670 [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=	
13:59:57.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:57.671437 24970 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:57.742 [INFO - Metastore-Handler-Pool: Thread-170] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
13:59:57.747 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=e36d7bc5-e4bf-4b0c-941f-ca717a0c339d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
13:59:57.749 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
13:59:57.751 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive11122186382431905685/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=e36d7bc5-e4bf-4b0c-941f-ca717a0c339d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.23.226.126:38047,127.23.226.125:33915,127.23.226.124:40021}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
13:59:57.752 [INFO - Metastore-Handler-Pool: Thread-170] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11122186382431905685/external-warehouse/table
13:59:57.783 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:57.819 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:57.830 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
13:59:57.844 [INFO - Metastore-Handler-Pool: Thread-170] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
13:59:57.856 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:473) Updating table stats for table
13:59:57.857 [INFO - Metastore-Handler-Pool: Thread-170] (MetaStoreServerUtils.java:476) Updated size of table table to 0
13:59:57.867 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
13:59:57.878 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:3711) Skipping translation for processor with null
13:59:57.879 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
13:59:57.928 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
13:59:57.928 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
13:59:57.929 [INFO - Metastore-Handler-Pool: Thread-170] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4af22dce will be shutdown
13:59:57.929 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
13:59:57.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:57.929232 24457 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 24482
13:59:57.994 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.23.226.126:38047(127.23.226.126:38047)] handling channelInactive
13:59:57.994 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.23.226.126:38047(127.23.226.126:38047)] cleaning up while in state READY due to: connection closed
13:59:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:57.998622 24457 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 24608
13:59:58.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:58.033367 24746 master_runner.cc:187] Error getting master registration for 127.23.226.126:38047: Network error: Client connection negotiation failed: client connection to 127.23.226.126:38047: connect: Connection refused (error 111), 
13:59:58.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:58.033849 24746 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
13:59:58.035 [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=	
13:59:58.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 13:59:58.036477 24921 client.h:373] Failed to connect to Hive Metastore (localhost:39869): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
13:59:58.052 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.23.226.125:33915(127.23.226.125:33915)] handling channelInactive
13:59:58.052 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.23.226.125:33915(127.23.226.125:33915)] cleaning up while in state READY due to: connection closed
13:59:58.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 13:59:58.054041 24457 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 24746
13:59:58.114 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.23.226.124:40021(127.23.226.124:40021)] handling channelInactive
13:59:58.114 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.23.226.124:40021(127.23.226.124:40021)] cleaning up while in state READY due to: connection closed
13:59:59.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T13:59:59Z chronyd exiting
.14:00:00.290 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:00:00.291 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:00:00.291 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:00:00.307 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1779511547766637744
14:00:00.308 [INFO - Thread-140] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:00:00.308 [INFO - Thread-140] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:00:00.310 [INFO - Thread-140] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:00:00.310 [INFO - Thread-140] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:00:00.310 [INFO - Thread-140] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:00:00.311 [INFO - Thread-140] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:00:00.312 [INFO - Thread-140] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:00:00.312 [INFO - Thread-140] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:00:00.313 [INFO - Thread-140] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:00:00.313 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:00:00.314 [INFO - Thread-140] (HikariDataSource.java:80) objectstore - Starting...
14:00:00.378 [INFO - Thread-140] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:00:00.378 [INFO - Thread-140] (HikariDataSource.java:82) objectstore - Start completed.
14:00:00.379 [INFO - Thread-140] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:00:00.380 [INFO - Thread-140] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:00:00.381 [INFO - Thread-140] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:00:00.382 [INFO - Thread-140] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:00:00.392 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:00:00.392 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:00:00.392 [INFO - Thread-140] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:00:00.408 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:00.408 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:00.408 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:00.409 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:00.409 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:00.409 [WARN - Thread-140] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:00.562 [INFO - Thread-140] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:00:00.562 [INFO - Thread-140] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4703cbc4, with PersistenceManager: null will be shutdown
14:00:00.563 [INFO - Thread-140] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4703cbc4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@30e1d1f4 created in the thread with id: 194
14:00:00.564 [WARN - Thread-140] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
14:00:00.565 [INFO - Thread-140] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4703cbc4
14:00:00.654 [INFO - Thread-140] (HMSHandler.java:595) Started creating a default database with name: default
14:00:00.672 [INFO - Thread-140] (HMSHandler.java:605) Successfully created a default database with name: default
14:00:00.692 [INFO - Thread-140] (HMSHandler.java:668) Added admin role in metastore
14:00:00.693 [INFO - Thread-140] (HMSHandler.java:677) Added public role in metastore
14:00:00.715 [INFO - Thread-140] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:00:00.716 [INFO - Thread-140] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:00:00.716 [INFO - Thread-140] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:00:00.716 [INFO - Thread-140] (HiveMetaStore.java:697) Direct SQL optimization = true
14:00:00.717 [WARN - Thread-140] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:00:00.717 [INFO - Thread-140] (HiveMetaStore.java:632) Started the new metaserver on port [44341]...
14:00:00.717 [INFO - Thread-140] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:00:00.717 [INFO - Thread-140] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:00:00.717 [INFO - Thread-140] (HiveMetaStore.java:635) TCP keepalive = true
14:00:00.717 [INFO - Thread-140] (HiveMetaStore.java:636) Enable SSL = false
14:00:01.310 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:00:01.311 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:00:01.311 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:00:01.313 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:00:01.313 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44341]
14:00:01.313 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44341) in binary transport mode
14:00:01.314 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44341) current connections: 1
14:00:01.315 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskap_MsK/test-tmp
14:00:01.316 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
14:00:01.316 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskap_MsK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
14:00:01.319 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44341"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:00:01.663 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:00:01.664 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:00:01.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:01.667817 25147 mini_oidc.cc:150] Starting JWKS server
14:00:01.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:01.671170 25147 webserver.cc:533] Webserver started at http://127.0.0.1:37931/ using document root <none> and password file <none>
14:00:01.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:01.671577 25147 mini_oidc.cc:186] Starting OIDC Discovery server
14:00:01.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:01.673308 25147 webserver.cc:533] Webserver started at http://127.0.0.1:37347/ using document root <none> and password file <none>
14:00:01.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:00:01Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:00:01.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:00:01Z Disabled control of system clock
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:01.743677 25147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/wal
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/logs
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data/info.pb
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.142.254:44305
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.142.254
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.142.212:39559
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:01.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.142.254:44305,127.24.142.253:34307,127.24.142.252:33405
14:00:01.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:01.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37931/jwks.json
14:00:01.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44341 with env {}
14:00:02.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.054096 25169 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:00:02.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.054673 25169 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:00:02.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.055124 25169 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:00:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.088076 25169 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:00:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.088366 25169 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:00:02.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.088670 25169 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:00:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.088888 25169 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:00:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.089083 25169 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:00:02.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.089226 25169 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37931/jwks.json
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:02.126693 25169 master_runner.cc:387] Master server non-default flags:
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/logs
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.142.212:39559
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/wal
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44341
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.142.254:44305,127.24.142.253:34307,127.24.142.252:33405
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.142.254:44305
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37931/jwks.json
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data/info.pb
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.142.254
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
14:00:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
14:00:02.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:02.128041 25169 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:00:02.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:02.129689 25169 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:00:02.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.142385 25179 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
14:00:03.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.143106 25180 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
14:00:03.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:02.147418 25183 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
14:00:03.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.350505 25181 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
14:00:03.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.350693 25169 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
14:00:03.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.354519 25169 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:00:03.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.357688 25169 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:00:03.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.359130 25169 hybrid_clock.cc:648] HybridClock initialized: now 1786456803359070 us; error 80 us; skew 500 ppm
14:00:03.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.359946 25169 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
14:00:03.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.366931 25169 webserver.cc:533] Webserver started at http://127.24.142.254:38119/ using document root <none> and password file <none>
14:00:03.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.367884 25169 fs_manager.cc:362] Metadata directory not provided
14:00:03.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.368073 25169 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:00:03.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.368585 25169 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:00:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.373149 25169 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data/instance:
14:00:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed59198251634101a44b86695f366cb8"
14:00:03.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:03 on dist-test-slave-rwrg"
14:00:03.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.374279 25169 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/wal/instance:
14:00:03.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed59198251634101a44b86695f366cb8"
14:00:03.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:03 on dist-test-slave-rwrg"
14:00:03.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.383049 25169 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.000s
14:00:03.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.389398 25200 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:00:03.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.390622 25169 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.390944 25169 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/wal
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed59198251634101a44b86695f366cb8"
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:03 on dist-test-slave-rwrg"
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.391240 25169 fs_report.cc:389] FS layout report
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/wal
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/wal
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data/data
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:00:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:00:03.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.457538 25169 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:00:03.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.459359 25169 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
14:00:03.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.459967 25169 kserver.cc:163] Server-wide thread pool size limit: 3276
14:00:03.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.533070 25169 rpc_server.cc:307] RPC server started. Bound to: 127.24.142.254:44305
14:00:03.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.533164 25295 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.142.254:44305 every 8 connection(s)
14:00:03.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.535851 25169 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/data/info.pb
14:00:03.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.541595 25147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 25169
14:00:03.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.542104 25299 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:00:03.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.542179 25147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-0/wal/instance
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.547397 25147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/wal
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/logs
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data/info.pb
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.142.253:34307
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.142.253
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.142.212:39559
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.142.254:44305,127.24.142.253:34307,127.24.142.252:33405
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37931/jwks.json
14:00:03.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44341 with env {}
14:00:03.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.557502 25299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.254" port: 44305 } has no permanent_uuid. Determining permanent_uuid...
14:00:03.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.589924 25299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } has no permanent_uuid. Determining permanent_uuid...
14:00:03.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.592739 25205 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:03.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.596942 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.253:34307: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:03.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.646469 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } attempt: 1
14:00:03.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.651079 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.253:34307: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:03.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.719517 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } attempt: 2
14:00:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.725219 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.253:34307: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.816761 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } attempt: 3
14:00:03.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.821429 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.253:34307: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:03.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.873311 25301 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:00:03.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.873987 25301 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:00:03.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.874447 25301 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:00:03.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.906921 25301 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:00:03.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.907217 25301 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:00:03.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.907492 25301 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:00:03.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.907754 25301 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:00:03.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.907946 25301 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:00:03.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.908088 25301 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37931/jwks.json
14:00:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.946262 25301 master_runner.cc:387] Master server non-default flags:
14:00:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/logs
14:00:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:00:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:03.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.142.212:39559
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/wal
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44341
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.142.254:44305,127.24.142.253:34307,127.24.142.252:33405
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.142.253:34307
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37931/jwks.json
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data/info.pb
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.142.253
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:00:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:00:03.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
14:00:03.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
14:00:03.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
14:00:03.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
14:00:03.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.947875 25301 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:00:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.949652 25301 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:00:03.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.961371 25315 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
14:00:03.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:03.964839 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } attempt: 4
14:00:03.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.970249 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.253:34307: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:04.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:04.269739 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } attempt: 5
14:00:04.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:04.276290 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.253:34307: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:04.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:04.823789 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } attempt: 6
14:00:04.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:04.832576 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.253:34307: Network error: Client connection negotiation failed: client connection to 127.24.142.253:34307: connect: Connection refused (error 111)
14:00:05.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.962134 25317 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
14:00:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:03.966738 25319 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
14:00:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.181231 25318 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
14:00:05.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.181353 25301 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
14:00:05.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.185079 25301 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:00:05.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.187758 25301 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:00:05.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.189172 25301 hybrid_clock.cc:648] HybridClock initialized: now 1786456805189136 us; error 71 us; skew 500 ppm
14:00:05.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.190150 25301 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
14:00:05.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.196455 25301 webserver.cc:533] Webserver started at http://127.24.142.253:37231/ using document root <none> and password file <none>
14:00:05.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.197530 25301 fs_manager.cc:362] Metadata directory not provided
14:00:05.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.197782 25301 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:00:05.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.198328 25301 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:00:05.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.202968 25301 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data/instance:
14:00:05.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f4cbd5d113a495f946f11a6da058519"
14:00:05.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:05 on dist-test-slave-rwrg"
14:00:05.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.204180 25301 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/wal/instance:
14:00:05.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f4cbd5d113a495f946f11a6da058519"
14:00:05.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:05 on dist-test-slave-rwrg"
14:00:05.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.211737 25301 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
14:00:05.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.217644 25336 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:00:05.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.218767 25301 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
14:00:05.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.219162 25301 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/wal
14:00:05.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9f4cbd5d113a495f946f11a6da058519"
14:00:05.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:05 on dist-test-slave-rwrg"
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.219590 25301 fs_report.cc:389] FS layout report
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/wal
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/wal
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data/data
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:00:05.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:00:05.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.271945 25301 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:00:05.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.273581 25301 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
14:00:05.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.274111 25301 kserver.cc:163] Server-wide thread pool size limit: 3276
14:00:05.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.349799 25301 rpc_server.cc:307] RPC server started. Bound to: 127.24.142.253:34307
14:00:05.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.349845 25428 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.142.253:34307 every 8 connection(s)
14:00:05.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.352890 25301 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/data/info.pb
14:00:05.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.358448 25147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 25301
14:00:05.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.358974 25147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-1/wal/instance
14:00:05.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.359490 25429 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.361259 25147 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/wal
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/logs
14:00:05.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data/info.pb
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.142.252:33405
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.142.252
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.142.212:39559
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.142.254:44305,127.24.142.253:34307,127.24.142.252:33405
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37931/jwks.json
14:00:05.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44341 with env {}
14:00:05.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.370457 25429 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.254" port: 44305 } has no permanent_uuid. Determining permanent_uuid...
14:00:05.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.392320 25429 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } has no permanent_uuid. Determining permanent_uuid...
14:00:05.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.407104 25429 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } has no permanent_uuid. Determining permanent_uuid...
14:00:05.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.409569 25341 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:05.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.413709 25429 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:05.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.463294 25429 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 1
14:00:05.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.467892 25429 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:05.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.536378 25429 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 2
14:00:05.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.541632 25429 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:05.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.633113 25429 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 3
14:00:05.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.637409 25429 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:05.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.683152 25432 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:00:05.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.683856 25432 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:00:05.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.684455 25432 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:00:05.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.722962 25432 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:00:05.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.723333 25432 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:00:05.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.723675 25432 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:00:05.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.724010 25432 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:00:05.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.724331 25432 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:00:05.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.724604 25432 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37931/jwks.json
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.762909 25432 master_runner.cc:387] Master server non-default flags:
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/logs
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.142.212:39559
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/wal
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44341
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.142.254:44305,127.24.142.253:34307,127.24.142.252:33405
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.142.252:33405
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37931/jwks.json
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data/info.pb
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.142.252
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
14:00:05.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
14:00:05.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.764767 25432 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:00:05.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.766481 25432 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:00:05.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.777767 25446 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
14:00:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.780757 25429 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 4
14:00:05.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.787365 25429 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:05.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.893229 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } attempt: 7
14:00:05.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:05.934182 25299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } has no permanent_uuid. Determining permanent_uuid...
14:00:05.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.971853 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:06.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:06.030515 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 1
14:00:06.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:06.039683 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:06.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:06.086843 25429 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 5
14:00:06.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:06.096346 25429 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:06.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:06.121354 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 2
14:00:06.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:06.130576 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:06.216223 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 3
14:00:06.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:06.225926 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:06.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:06.366518 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 4
14:00:06.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:06.377740 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:06.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:06.643963 25429 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 6
14:00:06.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:06.661372 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 5
14:00:06.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:06.667116 25429 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:06.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:06.670740 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:07.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:05.778534 25450 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
14:00:07.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:07.127723 25452 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
14:00:07.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:07.130415 25451 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1346 milliseconds
14:00:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:07.131045 25432 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.353s	user 0.416s	sys 0.933s
14:00:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:07.131305 25432 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.353s	user 0.416s	sys 0.933s
14:00:07.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.131484 25432 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
14:00:07.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.132699 25432 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:00:07.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.135303 25432 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:00:07.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.136708 25432 hybrid_clock.cc:648] HybridClock initialized: now 1786456807136660 us; error 48 us; skew 500 ppm
14:00:07.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.137630 25432 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
14:00:07.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.145167 25432 webserver.cc:533] Webserver started at http://127.24.142.252:40511/ using document root <none> and password file <none>
14:00:07.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.146324 25432 fs_manager.cc:362] Metadata directory not provided
14:00:07.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.146612 25432 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:00:07.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.147185 25432 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:00:07.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.152881 25432 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data/instance:
14:00:07.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "10af49bacd2a4f38b2185e8d9a60ed4a"
14:00:07.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:07 on dist-test-slave-rwrg"
14:00:07.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.154227 25432 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/wal/instance:
14:00:07.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "10af49bacd2a4f38b2185e8d9a60ed4a"
14:00:07.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:07 on dist-test-slave-rwrg"
14:00:07.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.162995 25432 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.000s	sys 0.008s
14:00:07.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.170065 25469 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:00:07.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.171308 25432 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.002s	sys 0.003s
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.171694 25432 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/wal
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "10af49bacd2a4f38b2185e8d9a60ed4a"
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:07 on dist-test-slave-rwrg"
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.172049 25432 fs_report.cc:389] FS layout report
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/wal
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/wal
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data/data
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:00:07.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:00:07.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:00:07.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:00:07.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:00:07.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:00:07.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:00:07.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:00:07.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:00:07.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.223344 25299 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } attempt: 6
14:00:07.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:07.231873 25299 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.24.142.252:33405: Network error: Client connection negotiation failed: client connection to 127.24.142.252:33405: connect: Connection refused (error 111)
14:00:07.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.248329 25432 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:00:07.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.249945 25432 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
14:00:07.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.250464 25432 kserver.cc:163] Server-wide thread pool size limit: 3276
14:00:07.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.324591 25432 rpc_server.cc:307] RPC server started. Bound to: 127.24.142.252:33405
14:00:07.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.324724 25562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.24.142.252:33405 every 8 connection(s)
14:00:07.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.327656 25432 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/data/info.pb
14:00:07.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.332800 25147 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 25432
14:00:07.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.333285 25147 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster5895843243754720661/master-2/wal/instance
14:00:07.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.333532 25563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:00:07.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.346159 25563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.254" port: 44305 } has no permanent_uuid. Determining permanent_uuid...
14:00:07.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.370731 25563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } has no permanent_uuid. Determining permanent_uuid...
14:00:07.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.382742 25563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } has no permanent_uuid. Determining permanent_uuid...
14:00:07.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.398432 25147 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:00:07.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.400036 25563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a: Bootstrap starting.
14:00:07.406 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:00:07.406 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:00:07.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.406225 25563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a: Neither blocks nor log segments found. Creating new log.
14:00:07.407 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.142.254"
      port: 44305
    }
    bound_http_address {
      host: "127.24.142.254"
      port: 38119
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.142.253"
      port: 34307
    }
    bound_http_address {
      host: "127.24.142.253"
      port: 37231
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.142.252"
      port: 33405
    }
    bound_http_address {
      host: "127.24.142.252"
      port: 40511
    }
  }
}

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

14:00:07.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.408097 25563 log.cc:826] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a: Log is configured to *not* fsync() on all Append() calls
14:00:07.408 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:00:07.409 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:00:07.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.409826 25147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 25169
14:00:07.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.428911 25563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a: No bootstrap required, opened a new log
14:00:07.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.456631 25147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 25301
14:00:07.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.462105 25563 raft_consensus.cc:359] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed59198251634101a44b86695f366cb8" member_type: VOTER last_known_addr { host: "127.24.142.254" port: 44305 } } peers { permanent_uuid: "9f4cbd5d113a495f946f11a6da058519" member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } } peers { permanent_uuid: "10af49bacd2a4f38b2185e8d9a60ed4a" member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } }
14:00:07.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.462994 25563 raft_consensus.cc:385] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:00:07.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.463289 25563 raft_consensus.cc:740] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10af49bacd2a4f38b2185e8d9a60ed4a, State: Initialized, Role: FOLLOWER
14:00:07.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.464310 25563 consensus_queue.cc:260] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ed59198251634101a44b86695f366cb8" member_type: VOTER last_known_addr { host: "127.24.142.254" port: 44305 } } peers { permanent_uuid: "9f4cbd5d113a495f946f11a6da058519" member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } } peers { permanent_uuid: "10af49bacd2a4f38b2185e8d9a60ed4a" member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } }
14:00:07.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.467573 25576 sys_catalog.cc:455] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a [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: "ed59198251634101a44b86695f366cb8" member_type: VOTER last_known_addr { host: "127.24.142.254" port: 44305 } } peers { permanent_uuid: "9f4cbd5d113a495f946f11a6da058519" member_type: VOTER last_known_addr { host: "127.24.142.253" port: 34307 } } peers { permanent_uuid: "10af49bacd2a4f38b2185e8d9a60ed4a" member_type: VOTER last_known_addr { host: "127.24.142.252" port: 33405 } } }
14:00:07.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.468672 25576 sys_catalog.cc:458] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a [sys.catalog]: This master's current role is: FOLLOWER
14:00:07.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.469233 25563 sys_catalog.cc:565] T 00000000000000000000000000000000 P 10af49bacd2a4f38b2185e8d9a60ed4a [sys.catalog]: configured and running, proceeding with master startup.
14:00:07.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:07.488088 25147 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 25432
14:00:08.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:00:08Z chronyd exiting
.14:00:09.773 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:00:09.774 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:00:09.774 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:00:09.797 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17549184889151807146
14:00:09.798 [INFO - Thread-156] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
14:00:09.798 [INFO - Thread-156] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
14:00:09.800 [INFO - Thread-156] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:00:09.800 [INFO - Thread-156] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:00:09.800 [INFO - Thread-156] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
14:00:09.801 [INFO - Thread-156] (HikariDataSource.java:350) objectstore - Shutdown initiated...
14:00:09.802 [INFO - Thread-156] (HikariDataSource.java:352) objectstore - Shutdown completed.
14:00:09.802 [INFO - Thread-156] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
14:00:09.803 [INFO - Thread-156] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
14:00:09.803 [INFO - Thread-156] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
14:00:09.804 [INFO - Thread-156] (HikariDataSource.java:80) objectstore - Starting...
14:00:09.857 [INFO - Thread-156] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:00:09.857 [INFO - Thread-156] (HikariDataSource.java:82) objectstore - Start completed.
14:00:09.858 [INFO - Thread-156] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
14:00:09.859 [INFO - Thread-156] (HikariDataSource.java:80) objectstore-secondary - Starting...
14:00:09.861 [INFO - Thread-156] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
14:00:09.864 [INFO - Thread-156] (HikariDataSource.java:82) objectstore-secondary - Start completed.
14:00:09.877 [INFO - Thread-156] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
14:00:09.877 [INFO - Thread-156] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
14:00:09.877 [INFO - Thread-156] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
14:00:09.896 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:09.897 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:09.897 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:09.897 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:09.898 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:09.898 [WARN - Thread-156] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
14:00:10.064 [INFO - Thread-156] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
14:00:10.065 [INFO - Thread-156] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5a2735e1, with PersistenceManager: null will be shutdown
14:00:10.065 [INFO - Thread-156] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5a2735e1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@57c51173 created in the thread with id: 217
14:00:10.067 [WARN - Thread-156] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
14:00:10.068 [INFO - Thread-156] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5a2735e1
14:00:10.164 [INFO - Thread-156] (HMSHandler.java:595) Started creating a default database with name: default
14:00:10.179 [INFO - Thread-156] (HMSHandler.java:605) Successfully created a default database with name: default
14:00:10.201 [INFO - Thread-156] (HMSHandler.java:668) Added admin role in metastore
14:00:10.202 [INFO - Thread-156] (HMSHandler.java:677) Added public role in metastore
14:00:10.229 [INFO - Thread-156] (HMSHandler.java:717) No user is added in admin role, since config is empty
14:00:10.230 [INFO - Thread-156] (HMSHandler.java:404) HMS server filtering is disabled by configuration
14:00:10.230 [INFO - Thread-156] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
14:00:10.230 [INFO - Thread-156] (HiveMetaStore.java:697) Direct SQL optimization = true
14:00:10.231 [WARN - Thread-156] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
14:00:10.231 [INFO - Thread-156] (HiveMetaStore.java:632) Started the new metaserver on port [40759]...
14:00:10.231 [INFO - Thread-156] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
14:00:10.231 [INFO - Thread-156] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
14:00:10.231 [INFO - Thread-156] (HiveMetaStore.java:635) TCP keepalive = true
14:00:10.231 [INFO - Thread-156] (HiveMetaStore.java:636) Enable SSL = false
14:00:10.800 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
14:00:10.800 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
14:00:10.802 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
14:00:10.804 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
14:00:10.805 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40759]
14:00:10.805 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40759) in binary transport mode
14:00:10.805 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40759) current connections: 1
14:00:10.807 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskap_MsK/test-tmp
14:00:10.807 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
14:00:10.807 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskap_MsK/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
14:00:10.811 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

14:00:11.151 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:00:11.152 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

14:00:11.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.155241 25645 mini_oidc.cc:150] Starting JWKS server
14:00:11.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.158391 25645 webserver.cc:533] Webserver started at http://127.0.0.1:44247/ using document root <none> and password file <none>
14:00:11.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.158789 25645 mini_oidc.cc:186] Starting OIDC Discovery server
14:00:11.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.160486 25645 webserver.cc:533] Webserver started at http://127.0.0.1:38159/ using document root <none> and password file <none>
14:00:11.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:00:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
14:00:11.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:00:11Z Disabled control of system clock
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.227283 25645 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/wal
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/logs
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data/info.pb
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:00:11.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.11.126:35249
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.11.126
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.11.84:45807
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.11.126:35249,127.25.11.125:41877,127.25.11.124:39755
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44247/jwks.json with env {}
14:00:11.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.530615 25664 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:00:11.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.531353 25664 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:00:11.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.531962 25664 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:00:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.564090 25664 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:00:11.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.564486 25664 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:00:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.564881 25664 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:00:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.565229 25664 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:00:11.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.565546 25664 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:00:11.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.565824 25664 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44247/jwks.json
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.602052 25664 master_runner.cc:387] Master server non-default flags:
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/logs
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.11.84:45807
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/wal
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.11.126:35249,127.25.11.125:41877,127.25.11.124:39755
14:00:11.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.11.126:35249
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44247/jwks.json
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data/info.pb
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.11.126
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
14:00:11.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
14:00:11.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.603865 25664 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:00:11.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:11.605654 25664 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:00:11.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.617296 25675 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
14:00:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:11.618046 25676 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
14:00:12.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:12.970925 25679 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1351 milliseconds
14:00:12.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:12.972227 25680 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
14:00:12.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:12.975565 25664 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.358s	user 0.433s	sys 0.920s
14:00:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:12.975879 25664 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.359s	user 0.433s	sys 0.920s
14:00:12.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.976197 25664 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
14:00:12.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.977463 25664 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:00:12.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.980448 25664 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:00:12.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.981907 25664 hybrid_clock.cc:648] HybridClock initialized: now 1786456812981856 us; error 65 us; skew 500 ppm
14:00:12.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.982797 25664 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
14:00:12.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.990298 25664 webserver.cc:533] Webserver started at http://127.25.11.126:39867/ using document root <none> and password file <none>
14:00:12.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.991432 25664 fs_manager.cc:362] Metadata directory not provided
14:00:12.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.991704 25664 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:00:12.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.992238 25664 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:00:12.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.996973 25664 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data/instance:
14:00:12.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "43211debbf6b4c61a450237f596896f3"
14:00:12.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:12 on dist-test-slave-rwrg"
14:00:12.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:12.998194 25664 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/wal/instance:
14:00:12.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "43211debbf6b4c61a450237f596896f3"
14:00:12.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:12 on dist-test-slave-rwrg"
14:00:13.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.006650 25664 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.003s
14:00:13.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.013525 25691 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:00:13.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.014798 25664 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
14:00:13.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.015174 25664 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/wal
14:00:13.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "43211debbf6b4c61a450237f596896f3"
14:00:13.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:12 on dist-test-slave-rwrg"
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.015527 25664 fs_report.cc:389] FS layout report
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/wal
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/wal
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data/data
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:00:13.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:00:13.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.096231 25664 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:00:13.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.097954 25664 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
14:00:13.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.098500 25664 kserver.cc:163] Server-wide thread pool size limit: 3276
14:00:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.174468 25664 rpc_server.cc:307] RPC server started. Bound to: 127.25.11.126:35249
14:00:13.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.174559 25783 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.11.126:35249 every 8 connection(s)
14:00:13.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.177753 25664 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/data/info.pb
14:00:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.183358 25645 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 25664
14:00:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.183625 25784 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:00:13.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.183741 25645 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-0/wal/instance
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.187039 25645 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/wal
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/logs
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data/info.pb
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:13.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.11.125:41877
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.11.125
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.11.84:45807
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.11.126:35249,127.25.11.125:41877,127.25.11.124:39755
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:13.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44247/jwks.json with env {}
14:00:13.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.195896 25784 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } has no permanent_uuid. Determining permanent_uuid...
14:00:13.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.228221 25784 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } has no permanent_uuid. Determining permanent_uuid...
14:00:13.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.230917 25694 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:13.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.235428 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.125:41877: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:13.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.285027 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } attempt: 1
14:00:13.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.290239 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.125:41877: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:13.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.358709 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } attempt: 2
14:00:13.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.363888 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.125:41877: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:13.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.455437 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } attempt: 3
14:00:13.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.460361 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.125:41877: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:13.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.508862 25787 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:00:13.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.509512 25787 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:00:13.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.509966 25787 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:00:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.543325 25787 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:00:13.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.543603 25787 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:00:13.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.543807 25787 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:00:13.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.544010 25787 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:00:13.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.544198 25787 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:00:13.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.544349 25787 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44247/jwks.json
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.581676 25787 master_runner.cc:387] Master server non-default flags:
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/logs
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.11.84:45807
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/wal
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.11.126:35249,127.25.11.125:41877,127.25.11.124:39755
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.11.125:41877
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44247/jwks.json
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data/info.pb
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.11.125
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
14:00:13.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
14:00:13.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.583046 25787 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:00:13.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.584820 25787 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:00:13.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.594992 25805 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
14:00:13.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.603860 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } attempt: 4
14:00:13.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.608134 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.125:41877: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:13.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:13.907616 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } attempt: 5
14:00:13.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.911957 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.125:41877: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:14.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.459635 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } attempt: 6
14:00:14.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:14.467525 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.125:41877: Network error: Client connection negotiation failed: client connection to 127.25.11.125:41877: connect: Connection refused (error 111)
14:00:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.597072 25808 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
14:00:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:13.600704 25812 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
14:00:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:14.856359 25810 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
14:00:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.856483 25787 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
14:00:14.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.860762 25787 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:00:14.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.863886 25787 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:00:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.865339 25787 hybrid_clock.cc:648] HybridClock initialized: now 1786456814865286 us; error 65 us; skew 500 ppm
14:00:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.866132 25787 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
14:00:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.872941 25787 webserver.cc:533] Webserver started at http://127.25.11.125:44361/ using document root <none> and password file <none>
14:00:14.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.873944 25787 fs_manager.cc:362] Metadata directory not provided
14:00:14.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.874138 25787 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:00:14.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.874548 25787 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:00:14.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.878947 25787 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data/instance:
14:00:14.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e047103788a64613afcb3722db1969fc"
14:00:14.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:14 on dist-test-slave-rwrg"
14:00:14.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.880005 25787 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/wal/instance:
14:00:14.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e047103788a64613afcb3722db1969fc"
14:00:14.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:14 on dist-test-slave-rwrg"
14:00:14.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.887717 25787 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.000s
14:00:14.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.893710 25825 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:00:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.895277 25787 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
14:00:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.895764 25787 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/wal
14:00:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e047103788a64613afcb3722db1969fc"
14:00:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:14 on dist-test-slave-rwrg"
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.896250 25787 fs_report.cc:389] FS layout report
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/wal
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/wal
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data/data
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:00:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:00:14.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.951112 25787 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:00:14.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.952741 25787 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
14:00:14.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:14.953279 25787 kserver.cc:163] Server-wide thread pool size limit: 3276
14:00:15.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.027424 25787 rpc_server.cc:307] RPC server started. Bound to: 127.25.11.125:41877
14:00:15.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.027508 25916 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.11.125:41877 every 8 connection(s)
14:00:15.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.030403 25787 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/data/info.pb
14:00:15.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.036968 25917 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:00:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.040167 25645 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 25787
14:00:15.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.040691 25645 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-1/wal/instance
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.042775 25645 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/wal
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/logs
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data/info.pb
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.11.124:39755
14:00:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.11.124
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.11.84:45807
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.11.126:35249,127.25.11.125:41877,127.25.11.124:39755
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:15.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44247/jwks.json with env {}
14:00:15.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.047685 25917 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } has no permanent_uuid. Determining permanent_uuid...
14:00:15.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.070147 25917 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } has no permanent_uuid. Determining permanent_uuid...
14:00:15.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.085206 25917 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } has no permanent_uuid. Determining permanent_uuid...
14:00:15.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.087837 25831 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.092465 25917 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.142082 25917 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 1
14:00:15.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.147343 25917 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.215811 25917 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 2
14:00:15.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.220862 25917 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.312264 25917 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 3
14:00:15.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.316848 25917 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.385059 25921 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
14:00:15.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.385671 25921 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
14:00:15.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.386238 25921 flags.cc:432] Enabled unsafe flag: --never_fsync=true
14:00:15.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.419096 25921 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
14:00:15.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.419366 25921 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
14:00:15.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.419566 25921 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
14:00:15.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.419796 25921 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
14:00:15.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.419986 25921 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
14:00:15.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.420121 25921 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44247/jwks.json
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.458091 25921 master_runner.cc:387] Master server non-default flags:
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/logs
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.25.11.84:45807
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
14:00:15.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/wal
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.25.11.126:35249,127.25.11.125:41877,127.25.11.124:39755
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.25.11.124:39755
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44247/jwks.json
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data/info.pb
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.25.11.124
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 4bcd631c449d3c6649730ca6e07660c8168f0d44
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 13:43:21 UTC on e7f111948823
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13291
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
14:00:15.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.459443 25921 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
14:00:15.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.460243 25917 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 4
14:00:15.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.461367 25921 file_cache.cc:504] Constructed file cache file cache with capacity 419430
14:00:15.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.464784 25917 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.473913 25941 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
14:00:15.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.528193 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } attempt: 7
14:00:15.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.542416 25784 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } has no permanent_uuid. Determining permanent_uuid...
14:00:15.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.549008 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.607645 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 1
14:00:15.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.613145 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.694814 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 2
14:00:15.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.700047 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.764201 25917 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 5
14:00:15.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.769686 25917 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.785516 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 3
14:00:15.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.790658 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:15.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:15.931334 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 4
14:00:15.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.936367 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:16.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.220036 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 5
14:00:16.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:16.225642 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.317134 25917 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 6
14:00:16.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:16.324544 25917 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:16.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.476778 25943 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
14:00:16.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:15.478883 25945 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
14:00:16.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:16.682120 25944 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
14:00:16.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.682183 25921 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
14:00:16.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.686391 25921 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
14:00:16.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.689616 25921 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
14:00:16.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.691071 25921 hybrid_clock.cc:648] HybridClock initialized: now 1786456816691028 us; error 54 us; skew 500 ppm
14:00:16.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.691890 25921 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
14:00:16.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.698202 25921 webserver.cc:533] Webserver started at http://127.25.11.124:35757/ using document root <none> and password file <none>
14:00:16.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.699127 25921 fs_manager.cc:362] Metadata directory not provided
14:00:16.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.699321 25921 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
14:00:16.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.699733 25921 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
14:00:16.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.704180 25921 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data/instance:
14:00:16.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "afd45d05c5644003b5cf43f783c61a3e"
14:00:16.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:16 on dist-test-slave-rwrg"
14:00:16.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.705492 25921 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/wal/instance:
14:00:16.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "afd45d05c5644003b5cf43f783c61a3e"
14:00:16.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:16 on dist-test-slave-rwrg"
14:00:16.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.713056 25921 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
14:00:16.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.718775 25965 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
14:00:16.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.719893 25921 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
14:00:16.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.720165 25921 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data,/tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/wal
14:00:16.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "afd45d05c5644003b5cf43f783c61a3e"
14:00:16.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 14:00:16 on dist-test-slave-rwrg"
14:00:16.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.720454 25921 fs_report.cc:389] FS layout report
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/wal
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/wal
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data/data
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
14:00:16.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
14:00:16.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.778108 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 6
14:00:16.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:16.785686 25784 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.25.11.124:39755: Network error: Client connection negotiation failed: client connection to 127.25.11.124:39755: connect: Connection refused (error 111)
14:00:16.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.801887 25921 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
14:00:16.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.803508 25921 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
14:00:16.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.803951 25921 kserver.cc:163] Server-wide thread pool size limit: 3276
14:00:16.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.877820 25921 rpc_server.cc:307] RPC server started. Bound to: 127.25.11.124:39755
14:00:16.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.877900 26044 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.25.11.124:39755 every 8 connection(s)
14:00:16.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.880656 25921 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/data/info.pb
14:00:16.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.886704 26045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
14:00:16.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.891127 25645 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu as pid 25921
14:00:16.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.891621 25645 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskap_MsK/test-tmp/mini-kudu-cluster8656194481002020728/master-2/wal/instance
14:00:16.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.900264 26045 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } has no permanent_uuid. Determining permanent_uuid...
14:00:16.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.922174 26045 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } has no permanent_uuid. Determining permanent_uuid...
14:00:16.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.934365 26045 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } has no permanent_uuid. Determining permanent_uuid...
14:00:16.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.953193 26045 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e: Bootstrap starting.
14:00:16.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.958634 25645 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
14:00:16.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.959782 26045 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e: Neither blocks nor log segments found. Creating new log.
14:00:16.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.961625 26045 log.cc:826] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e: Log is configured to *not* fsync() on all Append() calls
14:00:16.966 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:00:16.966 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

14:00:16.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.966679 26045 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e: No bootstrap required, opened a new log
14:00:16.967 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.25.11.126"
      port: 35249
    }
    bound_http_address {
      host: "127.25.11.126"
      port: 39867
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.25.11.125"
      port: 41877
    }
    bound_http_address {
      host: "127.25.11.125"
      port: 44361
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.25.11.124"
      port: 39755
    }
    bound_http_address {
      host: "127.25.11.124"
      port: 35757
    }
  }
}

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

14:00:16.971 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
14:00:16.972 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=9b95de2a-b541-4963-bacc-9c2e5a585127, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
14:00:16.973 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
14:00:16.973 [INFO - Metastore-Handler-Pool: Thread-238] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
14:00:16.973 [INFO - Metastore-Handler-Pool: Thread-238] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b027b85, with PersistenceManager: null will be shutdown
14:00:16.974 [INFO - Metastore-Handler-Pool: Thread-238] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b027b85, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@b4077a1 created in the thread with id: 238
14:00:16.977 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b027b85
14:00:16.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.991919 26045 raft_consensus.cc:359] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:16.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.992878 26045 raft_consensus.cc:385] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:00:16.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.993124 26045 raft_consensus.cc:740] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afd45d05c5644003b5cf43f783c61a3e, State: Initialized, Role: FOLLOWER
14:00:16.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.994274 26045 consensus_queue.cc:260] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:16.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.997526 26068 sys_catalog.cc:455] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [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: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:16.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.998564 26068 sys_catalog.cc:458] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: This master's current role is: FOLLOWER
14:00:16.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:16.999462 26045 sys_catalog.cc:565] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: configured and running, proceeding with master startup.
14:00:17.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:17.043085 26087 catalog_manager.cc:1594] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:00:17.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:17.043460 26087 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:00:17.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:17.059850 25976 tablet.cc:2406] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:00:17.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.032743 25921 master_runner.cc:187] Error getting master registration for 127.25.11.126:35249: OK, instance_id { permanent_uuid: "43211debbf6b4c61a450237f596896f3" instance_seqno: 1786456813153763 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:00:17.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.069307 25921 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:00:17.269 [WARN - Metastore-Handler-Pool: Thread-238] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:00:17.274 [WARN - Metastore-Handler-Pool: Thread-238] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:00:17.274 [WARN - Metastore-Handler-Pool: Thread-238] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:00:17.330 [INFO - Metastore-Handler-Pool: Thread-238] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
14:00:17.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.334085 26068 raft_consensus.cc:493] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
14:00:17.335 [INFO - Metastore-Handler-Pool: Thread-238] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17549184889151807146/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=9b95de2a-b541-4963-bacc-9c2e5a585127, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
14:00:17.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.334712 26068 raft_consensus.cc:515] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:17.336 [INFO - Metastore-Handler-Pool: Thread-238] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17549184889151807146/external-warehouse/table
14:00:17.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.339313 26068 leader_election.cc:290] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43211debbf6b4c61a450237f596896f3 (127.25.11.126:35249), e047103788a64613afcb3722db1969fc (127.25.11.125:41877)
14:00:17.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.385202 25917 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 7
14:00:17.392 [DEBUG - Metastore-Handler-Pool: Thread-238] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
14:00:17.393 [DEBUG - Metastore-Handler-Pool: Thread-238] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
14:00:17.395 [DEBUG - Metastore-Handler-Pool: Thread-238] (Connection.java:748) [peer master-127.25.11.125:41877(127.25.11.125:41877)] connecting to peer
14:00:17.396 [DEBUG - Metastore-Handler-Pool: Thread-238] (Connection.java:748) [peer master-127.25.11.126:35249(127.25.11.126:35249)] connecting to peer
14:00:17.398 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.25.11.125:41877(127.25.11.125:41877)] Successfully connected to peer
14:00:17.402 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.11.125
14:00:17.413 [DEBUG - Metastore-Handler-Pool: Thread-238] (Connection.java:748) [peer master-127.25.11.124:39755(127.25.11.124:39755)] connecting to peer
14:00:17.418 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.25.11.124:39755(127.25.11.124:39755)] Successfully connected to peer
14:00:17.428 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.11.124
14:00:17.430 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:00:17.435 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xf00ddb3a, L:/127.0.0.1:48012 - R:/127.25.11.125:41877] using SASL/PLAIN
14:00:17.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.438593 25917 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: Bootstrap starting.
14:00:17.439 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.25.11.126:35249(127.25.11.126:35249)] Successfully connected to peer
14:00:17.441 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.125:41877: Catalog manager is not initialized. State: Starting
14:00:17.450 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.25.11.126
14:00:17.450 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:00:17.455 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x54dcd4cc, L:/127.0.0.1:59338 - R:/127.25.11.124:39755] using SASL/PLAIN
14:00:17.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.462792 25917 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: Neither blocks nor log segments found. Creating new log.
14:00:17.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.465284 25917 log.cc:826] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: Log is configured to *not* fsync() on all Append() calls
14:00:17.465 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
14:00:17.470 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x8d22d80f, L:/127.0.0.1:48200 - R:/127.25.11.126:35249] using SASL/PLAIN
14:00:17.473 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.473 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.485190 25917 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: No bootstrap required, opened a new log
14:00:17.506 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.508 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.125:41877: Catalog manager is not initialized. State: Starting
14:00:17.508 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.518033 25917 raft_consensus.cc:359] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:17.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.519188 25917 raft_consensus.cc:385] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:00:17.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.519676 25917 raft_consensus.cc:740] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e047103788a64613afcb3722db1969fc, State: Initialized, Role: FOLLOWER
14:00:17.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.520869 25917 consensus_queue.cc:260] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:17.521 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.125:41877: Catalog manager is not initialized. State: Starting
14:00:17.526 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.526 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.540 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.543442 25917 sys_catalog.cc:565] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [sys.catalog]: configured and running, proceeding with master startup.
14:00:17.545 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.125:41877: Catalog manager is not initialized. State: Starting
14:00:17.545 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.546233 25873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "afd45d05c5644003b5cf43f783c61a3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e047103788a64613afcb3722db1969fc" is_pre_election: true
14:00:17.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.547688 25873 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate afd45d05c5644003b5cf43f783c61a3e in term 0.
14:00:17.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.546192 26113 sys_catalog.cc:455] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [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: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:17.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.549513 25968 leader_election.cc:304] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [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: afd45d05c5644003b5cf43f783c61a3e, e047103788a64613afcb3722db1969fc; no voters: 
14:00:17.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.549933 26113 sys_catalog.cc:458] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [sys.catalog]: This master's current role is: FOLLOWER
14:00:17.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.550493 26068 raft_consensus.cc:2804] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Leader pre-election won for term 1
14:00:17.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.550904 26068 raft_consensus.cc:493] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
14:00:17.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.551298 26068 raft_consensus.cc:3060] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 0 FOLLOWER]: Advancing to term 1
14:00:17.559 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.125:41877: Catalog manager is not initialized. State: Starting
14:00:17.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.557791 26068 raft_consensus.cc:515] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:17.561 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.562 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.565980 26068 leader_election.cc:290] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [CANDIDATE]: Term 1 election: Requested vote from peers 43211debbf6b4c61a450237f596896f3 (127.25.11.126:35249), e047103788a64613afcb3722db1969fc (127.25.11.125:41877)
14:00:17.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.566401 25873 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "afd45d05c5644003b5cf43f783c61a3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e047103788a64613afcb3722db1969fc"
14:00:17.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.567224 25873 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [term 0 FOLLOWER]: Advancing to term 1
14:00:17.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.577440 25873 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afd45d05c5644003b5cf43f783c61a3e in term 1.
14:00:17.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.579834 25968 leader_election.cc:304] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [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: afd45d05c5644003b5cf43f783c61a3e, e047103788a64613afcb3722db1969fc; no voters: 
14:00:17.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.580775 26068 raft_consensus.cc:2804] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 1 FOLLOWER]: Leader election won for term 1
14:00:17.581 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.582 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.125:41877: Catalog manager is not initialized. State: Starting
14:00:17.583 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.586395 26068 raft_consensus.cc:697] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [term 1 LEADER]: Becoming Leader. State: Replica: afd45d05c5644003b5cf43f783c61a3e, State: Running, Role: LEADER
14:00:17.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.587525 26068 consensus_queue.cc:237] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [LEADER]: Queue going to LEADER mode. State: All 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: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:17.620 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.624 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.628906 26128 sys_catalog.cc:455] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: SysCatalogTable state changed. Reason: New leader afd45d05c5644003b5cf43f783c61a3e. Latest consensus state: current_term: 1 leader_uuid: "afd45d05c5644003b5cf43f783c61a3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:17.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.629796 26128 sys_catalog.cc:458] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: This master's current role is: LEADER
14:00:17.639 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.641733 26144 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
14:00:17.644 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:17.651846 26141 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
14:00:17.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:17.652200 26141 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
14:00:17.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.657878 26144 catalog_manager.cc:1520] Initializing Kudu cluster ID...
14:00:17.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.605212 25787 master_runner.cc:187] Error getting master registration for 127.25.11.126:35249: OK, instance_id { permanent_uuid: "43211debbf6b4c61a450237f596896f3" instance_seqno: 1786456813153763 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
14:00:17.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.671648 25787 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
14:00:17.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.678962 25873 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [term 1 FOLLOWER]: Refusing update from remote peer afd45d05c5644003b5cf43f783c61a3e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:00:17.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.681018 26068 consensus_queue.cc:1048] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [LEADER]: Connected to new peer: Peer: permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
14:00:17.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 14:00:17.713716 25835 tablet.cc:2406] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: Can't schedule compaction. Clean time has not been advanced past its initial value.
14:00:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.723785 26113 sys_catalog.cc:455] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [sys.catalog]: SysCatalogTable state changed. Reason: New leader afd45d05c5644003b5cf43f783c61a3e. Latest consensus state: current_term: 1 leader_uuid: "afd45d05c5644003b5cf43f783c61a3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:17.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.724893 26113 sys_catalog.cc:458] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [sys.catalog]: This master's current role is: FOLLOWER
14:00:17.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.729763 26145 mvcc.cc:204] Tried to move back new op lower bound from 7317327125192671232 to 7317327124855128064. Current Snapshot: MvccSnapshot[applied={T|T < 7317327125192671232}]
14:00:17.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.744354 26144 catalog_manager.cc:1383] Generated new cluster ID: 0f0ea3b117994b4d94cbf49732b81534
14:00:17.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.744691 26144 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
14:00:17.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.745249 26068 sys_catalog.cc:455] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "afd45d05c5644003b5cf43f783c61a3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:17.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.746182 26068 sys_catalog.cc:458] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: This master's current role is: LEADER
14:00:17.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.747937 26113 sys_catalog.cc:455] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "afd45d05c5644003b5cf43f783c61a3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:17.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.748742 26113 sys_catalog.cc:458] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc [sys.catalog]: This master's current role is: FOLLOWER
14:00:17.762 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.25.11.126:35249: Catalog manager is not initialized. State: Starting
14:00:17.763 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.25.11.125:41877,127.25.11.126:35249,127.25.11.124:39755; will retry
14:00:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.785282 26144 catalog_manager.cc:1406] Generated new certificate authority record
14:00:17.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.787297 26144 catalog_manager.cc:1540] Loading token signing keys...
14:00:17.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.819118 25784 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } attempt: 7
14:00:17.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.830271 26144 catalog_manager.cc:6092] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e: Generated new TSK 0
14:00:17.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.835464 26144 catalog_manager.cc:1550] Initializing in-progress tserver states...
14:00:17.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.853657 25784 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3: Bootstrap starting.
14:00:17.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.862196 25784 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3: Neither blocks nor log segments found. Creating new log.
14:00:17.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.865281 25784 log.cc:826] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3: Log is configured to *not* fsync() on all Append() calls
14:00:17.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.871131 25784 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3: No bootstrap required, opened a new log
14:00:17.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.900882 25784 raft_consensus.cc:359] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:17.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.902165 25784 raft_consensus.cc:385] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
14:00:17.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.902680 25784 raft_consensus.cc:740] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43211debbf6b4c61a450237f596896f3, State: Initialized, Role: FOLLOWER
14:00:17.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.903780 25784 consensus_queue.cc:260] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } }
14:00:17.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.931022 25784 sys_catalog.cc:565] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [sys.catalog]: configured and running, proceeding with master startup.
14:00:17.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.931233 25738 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "afd45d05c5644003b5cf43f783c61a3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43211debbf6b4c61a450237f596896f3"
14:00:17.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.932128 25738 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [term 0 FOLLOWER]: Advancing to term 1
14:00:17.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.936715 25741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "afd45d05c5644003b5cf43f783c61a3e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43211debbf6b4c61a450237f596896f3" is_pre_election: true
14:00:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.944588 25738 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate afd45d05c5644003b5cf43f783c61a3e in term 1.
14:00:17.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.947024 25737 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [term 1 FOLLOWER]: Refusing update from remote peer afd45d05c5644003b5cf43f783c61a3e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
14:00:17.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.953384 26128 consensus_queue.cc:1048] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [LEADER]: Connected to new peer: Peer: permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
14:00:17.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.930495 26158 sys_catalog.cc:455] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [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: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:17.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:17.962328 26158 sys_catalog.cc:458] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [sys.catalog]: This master's current role is: FOLLOWER
14:00:18.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.015142 26171 mvcc.cc:204] Tried to move back new op lower bound from 7317327125192671232 to 7317327124855128064. Current Snapshot: MvccSnapshot[applied={T|T < 7317327125192671232 or (T in {7317327125192671232})}]
14:00:18.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.048842 26158 sys_catalog.cc:455] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader afd45d05c5644003b5cf43f783c61a3e. Latest consensus state: current_term: 1 leader_uuid: "afd45d05c5644003b5cf43f783c61a3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:18.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.049440 26166 sys_catalog.cc:455] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "afd45d05c5644003b5cf43f783c61a3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:18.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.050020 26158 sys_catalog.cc:458] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [sys.catalog]: This master's current role is: FOLLOWER
14:00:18.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.050241 26166 sys_catalog.cc:458] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3 [sys.catalog]: This master's current role is: FOLLOWER
14:00:18.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.085776 26185 catalog_manager.cc:1295] Loaded cluster ID: 0f0ea3b117994b4d94cbf49732b81534
14:00:18.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.093423 26185 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3: loading cluster ID for follower catalog manager: success
14:00:18.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.102293 26185 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3: acquiring CA information for follower catalog manager: success
14:00:18.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.118698 26185 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 43211debbf6b4c61a450237f596896f3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:00:18.190 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
14:00:18.261 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:00:18.380 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:3711) Skipping translation for processor with null
14:00:18.381 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
14:00:18.403 [INFO - Metastore-Handler-Pool: Thread-238] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
14:00:18.500 [INFO - Metastore-Handler-Pool: Thread-238] (MetaStoreServerUtils.java:473) Updating table stats for table
14:00:18.500 [INFO - Metastore-Handler-Pool: Thread-238] (MetaStoreServerUtils.java:476) Updated size of table table to 0
14:00:18.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.502987 26128 sys_catalog.cc:455] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "afd45d05c5644003b5cf43f783c61a3e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43211debbf6b4c61a450237f596896f3" member_type: VOTER last_known_addr { host: "127.25.11.126" port: 35249 } } peers { permanent_uuid: "e047103788a64613afcb3722db1969fc" member_type: VOTER last_known_addr { host: "127.25.11.125" port: 41877 } } peers { permanent_uuid: "afd45d05c5644003b5cf43f783c61a3e" member_type: VOTER last_known_addr { host: "127.25.11.124" port: 39755 } } }
14:00:18.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.503755 26128 sys_catalog.cc:458] T 00000000000000000000000000000000 P afd45d05c5644003b5cf43f783c61a3e [sys.catalog]: This master's current role is: LEADER
14:00:18.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.658290 26141 catalog_manager.cc:1295] Loaded cluster ID: 0f0ea3b117994b4d94cbf49732b81534
14:00:18.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.658876 26141 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: loading cluster ID for follower catalog manager: success
14:00:18.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.671284 26141 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: acquiring CA information for follower catalog manager: success
14:00:18.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:18.690395 26141 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e047103788a64613afcb3722db1969fc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
14:00:18.828 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
14:00:18.900 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:3711) Skipping translation for processor with null
14:00:18.902 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
14:00:19.283 [WARN - Metastore-Handler-Pool: Thread-238] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:00:19.683 [WARN - Metastore-Handler-Pool: Thread-238] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:00:19.805 [WARN - Metastore-Handler-Pool: Thread-238] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
14:00:20.146 [INFO - Metastore-Handler-Pool: Thread-238] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
14:00:20.147 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
14:00:20.147 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
14:00:20.148 [INFO - Metastore-Handler-Pool: Thread-238] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b027b85, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@b4077a1 will be shutdown
14:00:20.148 [INFO - Metastore-Handler-Pool: Thread-238] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
14:00:20.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:20.148195 25645 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 25664
14:00:20.204 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.25.11.126:35249(127.25.11.126:35249)] handling channelInactive
14:00:20.204 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.25.11.126:35249(127.25.11.126:35249)] cleaning up while in state READY due to: connection closed
14:00:20.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:20.206054 25645 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 25787
14:00:20.253 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.25.11.125:41877(127.25.11.125:41877)] handling channelInactive
14:00:20.253 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.25.11.125:41877(127.25.11.125:41877)] cleaning up while in state READY due to: connection closed
14:00:20.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 14:00:20.252815 25645 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskap_MsK/build/tsan/bin/kudu with pid 25921
14:00:20.306 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.25.11.124:39755(127.25.11.124:39755)] handling channelInactive
14:00:20.306 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.25.11.124:39755(127.25.11.124:39755)] cleaning up while in state READY due to: connection closed
14:00:21.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T14:00:21Z chronyd exiting

Time: 83.614

OK (6 tests)

