JUnit version 4.13.2
.02:03:48.983 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:03:48.991 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:03:48.992 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:03:49.131 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9278352697527766985
02:03:49.316 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:03:49.329 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:03:49.574 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:03:49.601 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:03:49.601 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
02:03:49.641 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
02:03:49.659 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:03:49.680 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
02:03:50.472 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:03:50.476 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
02:03:50.495 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:03:50.497 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:03:50.510 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:03:50.510 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:03:50.710 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:03:50.711 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:03:50.713 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:03:51.252 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:03:51.253 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d, with PersistenceManager: null will be shutdown
02:03:51.275 [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
02:03:51.347 [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
02:03:51.612 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:03:51.614 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:03:51.615 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:03:51.615 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:03:51.617 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:03:51.617 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:03:52.286 [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
02:03:52.287 [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
02:03:52.287 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e94868d
02:03:52.635 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
02:03:52.685 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
02:03:52.735 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
02:03:52.738 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
02:03:52.816 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:03:52.823 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:03:53.106 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:03:53.113 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
02:03:53.125 [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)
02:03:53.126 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [46055]...
02:03:53.126 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:03:53.126 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:03:53.126 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
02:03:53.126 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
02:03:53.161 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:03:53.161 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:03:53.162 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:03:53.178 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:03:53.179 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46055]
02:03:53.180 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46055) in binary transport mode
02:03:53.195 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46055) current connections: 1
02:03:53.280 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
02:03:53.389 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task1KKAIL/test-tmp
02:03:53.392 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:03:53.395 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task1KKAIL/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:03:53.433 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46055"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:03:53.950 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:03:53.957 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:03:53.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:53.962689 18452 mini_oidc.cc:150] Starting JWKS server
02:03:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:53.967669 18452 webserver.cc:533] Webserver started at http://127.0.0.1:46237/ using document root <none> and password file <none>
02:03:53.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:53.968238 18452 mini_oidc.cc:186] Starting OIDC Discovery server
02:03:53.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:53.970494 18452 webserver.cc:533] Webserver started at http://127.0.0.1:35621/ using document root <none> and password file <none>
02:03:54.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:03:54Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:03:54.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:03:54Z Disabled control of system clock
02:03:54.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:54.043326 18452 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:03:54.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:03:54.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/wal
02:03:54.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data
02:03:54.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:03:54.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:03:54.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:03:54.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:03:54.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:03:54.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:03:54.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/logs
02:03:54.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data/info.pb
02:03:54.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:03:54.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:03:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:03:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:03:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:03:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:03:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:03:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:03:54.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:03:54.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:03:54.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:03:54.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:03:54.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.5.62:40485
02:03:54.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.5.62
02:03:54.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:03:54.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.5.20:41683
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.5.62:40485,127.18.5.61:44275,127.18.5.60:43385
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46237/jwks.json
02:03:54.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46055 with env {}
02:03:54.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.361919 18475 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:03:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.362530 18475 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:03:54.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.363308 18475 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:03:54.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.396416 18475 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:03:54.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.396732 18475 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:03:54.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.396925 18475 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:03:54.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.397182 18475 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:03:54.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.397367 18475 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:03:54.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.397501 18475 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46237/jwks.json
02:03:54.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:54.435348 18475 master_runner.cc:387] Master server non-default flags:
02:03:54.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/logs
02:03:54.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:03:54.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:03:54.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:03:54.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.5.20:41683
02:03:54.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:03:54.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:03:54.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data
02:03:54.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/wal
02:03:54.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46055
02:03:54.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:03:54.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.5.62:40485,127.18.5.61:44275,127.18.5.60:43385
02:03:54.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:03:54.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:03:54.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.5.62:40485
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46237/jwks.json
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data/info.pb
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.5.62
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:03:54.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:03:54.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:54.437602 18475 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:03:54.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:54.440321 18475 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:03:54.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.455590 18484 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
02:03:55.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:54.455600 18491 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
02:03:55.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:55.773574 18493 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1316 milliseconds
02:03:55.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.773998 18475 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
02:03:55.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:55.773978 18494 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
02:03:55.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.778497 18475 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:03:55.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.781534 18475 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:03:55.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.782912 18475 hybrid_clock.cc:648] HybridClock initialized: now 1786500235782867 us; error 92 us; skew 500 ppm
02:03:55.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.783947 18475 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:03:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.790383 18475 webserver.cc:533] Webserver started at http://127.18.5.62:37157/ using document root <none> and password file <none>
02:03:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.791376 18475 fs_manager.cc:362] Metadata directory not provided
02:03:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.791564 18475 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:03:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.792116 18475 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:03:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.796870 18475 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data/instance:
02:03:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4"
02:03:55.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:03:55 on dist-test-slave-rwrg"
02:03:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.798034 18475 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/wal/instance:
02:03:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4"
02:03:55.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:03:55 on dist-test-slave-rwrg"
02:03:55.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.806413 18475 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.008s	sys 0.000s
02:03:55.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.812839 18507 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:03:55.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.814138 18475 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
02:03:55.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.814627 18475 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/wal
02:03:55.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4"
02:03:55.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:03:55 on dist-test-slave-rwrg"
02:03:55.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.815001 18475 fs_report.cc:389] FS layout report
02:03:55.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:03:55.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/wal
02:03:55.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/wal
02:03:55.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data/data
02:03:55.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:03:55.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:03:55.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:03:55.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:03:55.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:03:55.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:03:55.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:03:55.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:03:55.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:03:55.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:03:55.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:03:55.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.888921 18475 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:03:55.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.890813 18475 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
02:03:55.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.891413 18475 kserver.cc:163] Server-wide thread pool size limit: 3276
02:03:55.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.979537 18475 rpc_server.cc:307] RPC server started. Bound to: 127.18.5.62:40485
02:03:55.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.979642 18607 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.5.62:40485 every 8 connection(s)
02:03:55.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.983719 18475 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/data/info.pb
02:03:55.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.992354 18608 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:03:55.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.992764 18452 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 18475
02:03:55.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.993453 18452 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-0/wal/instance
02:03:55.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:55.997709 18452 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:03:55.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:03:55.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/wal
02:03:55.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data
02:03:55.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:03:55.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:03:55.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:03:55.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:03:55.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:03:55.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:03:56.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/logs
02:03:56.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data/info.pb
02:03:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:03:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:03:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:03:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:03:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:03:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:03:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:03:56.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.5.61:44275
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.5.61
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.5.20:41683
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:03:56.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:03:56.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:03:56.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:03:56.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.5.62:40485,127.18.5.61:44275,127.18.5.60:43385
02:03:56.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:03:56.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46237/jwks.json
02:03:56.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46055 with env {}
02:03:56.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.007247 18608 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } has no permanent_uuid. Determining permanent_uuid...
02:03:56.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.043725 18608 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } has no permanent_uuid. Determining permanent_uuid...
02:03:56.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.046622 18512 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:56.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.051628 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.61:44275: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:56.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.101192 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } attempt: 1
02:03:56.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.106338 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.61:44275: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:56.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.174815 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } attempt: 2
02:03:56.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.179713 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.61:44275: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.271149 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } attempt: 3
02:03:56.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.275842 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.61:44275: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:56.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.341308 18609 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:03:56.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.341877 18609 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:03:56.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.342612 18609 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:03:56.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.376257 18609 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:03:56.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.376564 18609 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:03:56.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.376772 18609 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:03:56.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.377053 18609 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:03:56.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.377370 18609 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:03:56.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.377624 18609 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46237/jwks.json
02:03:56.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.415957 18609 master_runner.cc:387] Master server non-default flags:
02:03:56.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/logs
02:03:56.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:03:56.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.5.20:41683
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/wal
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46055
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.5.62:40485,127.18.5.61:44275,127.18.5.60:43385
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.5.61:44275
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:03:56.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:03:56.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:03:56.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46237/jwks.json
02:03:56.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:03:56.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:03:56.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data/info.pb
02:03:56.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.5.61
02:03:56.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:03:56.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:03:56.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:03:56.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.417397 18609 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:03:56.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.419534 18609 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:03:56.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.419353 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } attempt: 4
02:03:56.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.423985 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.61:44275: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:56.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.431178 18630 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
02:03:56.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:56.723456 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } attempt: 5
02:03:56.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.732373 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.61:44275: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:57.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.279951 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } attempt: 6
02:03:57.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:57.324946 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.61:44275: Network error: Client connection negotiation failed: client connection to 127.18.5.61:44275: connect: Connection refused (error 111)
02:03:57.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:57.836344 18629 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 18609
02:03:57.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:57.972057 18609 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.539s	user 0.530s	sys 1.003s
02:03:57.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:57.972571 18609 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.540s	user 0.531s	sys 1.003s
02:03:57.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:56.433255 18632 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
02:03:57.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:57.974887 18634 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
02:03:57.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:57.981073 18633 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1539 milliseconds
02:03:57.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.981066 18609 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
02:03:57.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.982621 18609 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:03:57.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.985438 18609 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:03:57.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.986829 18609 hybrid_clock.cc:648] HybridClock initialized: now 1786500237986780 us; error 58 us; skew 500 ppm
02:03:57.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.987811 18609 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:03:57.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.994522 18609 webserver.cc:533] Webserver started at http://127.18.5.61:32959/ using document root <none> and password file <none>
02:03:57.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.995536 18609 fs_manager.cc:362] Metadata directory not provided
02:03:57.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.995798 18609 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:03:57.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:57.996343 18609 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:03:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.001197 18609 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data/instance:
02:03:58.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "44952d858d254a7ca092472f98692aaa"
02:03:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:03:57 on dist-test-slave-rwrg"
02:03:58.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.002549 18609 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/wal/instance:
02:03:58.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "44952d858d254a7ca092472f98692aaa"
02:03:58.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:03:57 on dist-test-slave-rwrg"
02:03:58.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.010461 18609 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
02:03:58.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.016422 18654 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:03:58.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.017549 18609 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
02:03:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.017916 18609 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/wal
02:03:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "44952d858d254a7ca092472f98692aaa"
02:03:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:03:57 on dist-test-slave-rwrg"
02:03:58.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.018285 18609 fs_report.cc:389] FS layout report
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/wal
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/wal
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data/data
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:03:58.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:03:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:03:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:03:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:03:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:03:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:03:58.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:03:58.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.081188 18609 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:03:58.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.082964 18609 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
02:03:58.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.083504 18609 kserver.cc:163] Server-wide thread pool size limit: 3276
02:03:58.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.167140 18609 rpc_server.cc:307] RPC server started. Bound to: 127.18.5.61:44275
02:03:58.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.167230 18741 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.5.61:44275 every 8 connection(s)
02:03:58.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.170053 18609 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/data/info.pb
02:03:58.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.174928 18452 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 18609
02:03:58.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.175415 18452 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-1/wal/instance
02:03:58.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.177305 18743 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:03:58.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.178470 18452 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:03:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:03:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/wal
02:03:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data
02:03:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:03:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:03:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:03:58.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/logs
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data/info.pb
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:03:58.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.5.60:43385
02:03:58.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.5.60
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.5.20:41683
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.5.62:40485,127.18.5.61:44275,127.18.5.60:43385
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46237/jwks.json
02:03:58.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46055 with env {}
02:03:58.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.193130 18743 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } has no permanent_uuid. Determining permanent_uuid...
02:03:58.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.219820 18743 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } has no permanent_uuid. Determining permanent_uuid...
02:03:58.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.235517 18743 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } has no permanent_uuid. Determining permanent_uuid...
02:03:58.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.238229 18658 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.242683 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.292243 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 1
02:03:58.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.296909 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.365284 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 2
02:03:58.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.369709 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.385558 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } attempt: 7
02:03:58.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.398298 18608 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } has no permanent_uuid. Determining permanent_uuid...
02:03:58.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.404515 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.461081 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 3
02:03:58.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.462925 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 1
02:03:58.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.466568 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.468364 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.524041 18744 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:03:58.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.524773 18744 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:03:58.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.525265 18744 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:03:58.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.549883 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 2
02:03:58.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.554430 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.559528 18744 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:03:58.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.559805 18744 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:03:58.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.559998 18744 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:03:58.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.560199 18744 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:03:58.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.560390 18744 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:03:58.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.560631 18744 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46237/jwks.json
02:03:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.599581 18744 master_runner.cc:387] Master server non-default flags:
02:03:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/logs
02:03:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:03:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:03:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:03:58.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.5.20:41683
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/wal
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46055
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.5.62:40485,127.18.5.61:44275,127.18.5.60:43385
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.5.60:43385
02:03:58.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46237/jwks.json
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data/info.pb
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.5.60
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:03:58.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.601169 18744 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:03:58.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.602813 18744 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:03:58.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.610035 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 4
02:03:58.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.614589 18770 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
02:03:58.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.617437 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.639871 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 3
02:03:58.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.648190 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.788858 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 4
02:03:58.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.797778 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:58.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:58.917007 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 5
02:03:58.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.928764 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:59.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:59.082346 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 5
02:03:59.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:59.092262 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:59.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:59.477916 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 6
02:03:59.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:59.520951 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:03:59.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:03:59.644884 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 6
02:03:59.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:59.673705 18608 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:04:00.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.018522 18767 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 18744
02:04:00.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.443632 18767 kernel_stack_watchdog.cc:198] Thread 18744 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 399ms:
02:04:00.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
02:04:00.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
02:04:00.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
02:04:00.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
02:04:00.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:03:58.615724 18775 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
02:04:00.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.449756 18776 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1829 milliseconds
02:04:00.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.450350 18744 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.834s	user 0.003s	sys 0.002s
02:04:00.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.450778 18744 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.835s	user 0.003s	sys 0.002s
02:04:00.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.451328 18777 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
02:04:00.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.451385 18744 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
02:04:00.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.452848 18744 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:00.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.456218 18744 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:00.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.457698 18744 hybrid_clock.cc:648] HybridClock initialized: now 1786500240457642 us; error 53 us; skew 500 ppm
02:04:00.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.458484 18744 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:00.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.465556 18744 webserver.cc:533] Webserver started at http://127.18.5.60:35099/ using document root <none> and password file <none>
02:04:00.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.466476 18744 fs_manager.cc:362] Metadata directory not provided
02:04:00.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.466663 18744 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:00.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.467044 18744 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:00.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.471477 18744 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data/instance:
02:04:00.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "626cc40946044efda34085f64818a947"
02:04:00.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:00 on dist-test-slave-rwrg"
02:04:00.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.472602 18744 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/wal/instance:
02:04:00.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "626cc40946044efda34085f64818a947"
02:04:00.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:00 on dist-test-slave-rwrg"
02:04:00.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.479948 18744 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
02:04:00.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.485911 18804 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:00.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.487039 18744 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
02:04:00.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.487392 18744 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/wal
02:04:00.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "626cc40946044efda34085f64818a947"
02:04:00.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:00 on dist-test-slave-rwrg"
02:04:00.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.487790 18744 fs_report.cc:389] FS layout report
02:04:00.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:00.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/wal
02:04:00.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/wal
02:04:00.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data/data
02:04:00.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:00.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:00.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.545400 18744 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:00.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.547196 18744 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
02:04:00.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.547760 18744 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:00.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.581565 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 7
02:04:00.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.590481 18743 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.5.60:43385: Network error: Client connection negotiation failed: client connection to 127.18.5.60:43385: connect: Connection refused (error 111)
02:04:00.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.634478 18744 rpc_server.cc:307] RPC server started. Bound to: 127.18.5.60:43385
02:04:00.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.634594 18888 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.5.60:43385 every 8 connection(s)
02:04:00.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.637267 18744 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/data/info.pb
02:04:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.641808 18452 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 18744
02:04:00.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.642319 18452 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster9964440398684817524/master-2/wal/instance
02:04:00.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.644554 18889 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:00.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.660538 18889 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } has no permanent_uuid. Determining permanent_uuid...
02:04:00.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.682541 18889 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } has no permanent_uuid. Determining permanent_uuid...
02:04:00.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.697171 18889 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } has no permanent_uuid. Determining permanent_uuid...
02:04:00.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.707226 18608 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 7
02:04:00.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.716867 18452 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:04:00.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.716919 18889 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: Bootstrap starting.
02:04:00.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.725003 18889 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: Neither blocks nor log segments found. Creating new log.
02:04:00.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.727727 18889 log.cc:826] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: Log is configured to *not* fsync() on all Append() calls
02:04:00.729 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:00.730 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:04:00.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.731235 18608 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4: Bootstrap starting.
02:04:00.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.734872 18889 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: No bootstrap required, opened a new log
02:04:00.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.739316 18608 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4: Neither blocks nor log segments found. Creating new log.
02:04:00.737 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.5.62"
      port: 40485
    }
    bound_http_address {
      host: "127.18.5.62"
      port: 37157
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.5.61"
      port: 44275
    }
    bound_http_address {
      host: "127.18.5.61"
      port: 32959
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.5.60"
      port: 43385
    }
    bound_http_address {
      host: "127.18.5.60"
      port: 35099
    }
  }
}

02:04:00.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.742061 18608 log.cc:826] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4: Log is configured to *not* fsync() on all Append() calls
02:04:00.743 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:04:00.743 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:00.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.747912 18608 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4: No bootstrap required, opened a new log
02:04:00.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=de0d0d9e-0672-47d0-a5a4-bee991977644, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:00.760 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:00.760 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:00.761 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3, with PersistenceManager: null will be shutdown
02:04:00.762 [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
02:04:00.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.765442 18889 raft_consensus.cc:359] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:00.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.766721 18889 raft_consensus.cc:385] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:00.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.767284 18889 raft_consensus.cc:740] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 626cc40946044efda34085f64818a947, State: Initialized, Role: FOLLOWER
02:04:00.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.769304 18889 consensus_queue.cc:260] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [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: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:00.778 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@35e23db3
02:04:00.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.779381 18608 raft_consensus.cc:359] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:00.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.780965 18608 raft_consensus.cc:385] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:00.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.781661 18608 raft_consensus.cc:740] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a29f1a2d76fb48c9a2c10672ada6c6b4, State: Initialized, Role: FOLLOWER
02:04:00.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.783483 18608 consensus_queue.cc:260] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [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: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:00.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.798410 18911 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [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: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:00.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.802078 18911 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: This master's current role is: FOLLOWER
02:04:00.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.801573 18608 sys_catalog.cc:565] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: configured and running, proceeding with master startup.
02:04:00.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.805219 18908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [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: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:00.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.806613 18908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [sys.catalog]: This master's current role is: FOLLOWER
02:04:00.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.806692 18889 sys_catalog.cc:565] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [sys.catalog]: configured and running, proceeding with master startup.
02:04:00.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.904852 18515 tablet.cc:2406] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:00.925 [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=	
02:04:00.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.928241 18966 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:04:00.928 [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=	
02:04:00.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.933893 18948 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:00.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:00.934937 18950 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:00.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.936235 18911 raft_consensus.cc:493] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:04:00.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.936794 18911 raft_consensus.cc:515] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:00.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.939518 18911 leader_election.cc:290] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 44952d858d254a7ca092472f98692aaa (127.18.5.61:44275), 626cc40946044efda34085f64818a947 (127.18.5.60:43385)
02:04:00.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.945035 18847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "626cc40946044efda34085f64818a947" is_pre_election: true
02:04:00.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.946116 18847 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a29f1a2d76fb48c9a2c10672ada6c6b4 in term 0.
02:04:00.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.954186 18512 leader_election.cc:304] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [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: 626cc40946044efda34085f64818a947, a29f1a2d76fb48c9a2c10672ada6c6b4; no voters: 
02:04:00.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.930063 18967 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:04:00.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.957612 18911 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:04:00.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.959159 18911 raft_consensus.cc:493] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:04:00.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.961090 18911 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 0 FOLLOWER]: Advancing to term 1
02:04:00.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.959138 18744 master_runner.cc:187] Error getting master registration for 127.18.5.61:44275: OK, instance_id { permanent_uuid: "44952d858d254a7ca092472f98692aaa" instance_seqno: 1786500238143726 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:00.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.989204 18744 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:01.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.000000 18911 raft_consensus.cc:515] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:01.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.011574 18847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "626cc40946044efda34085f64818a947"
02:04:01.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.012130 18847 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [term 0 FOLLOWER]: Advancing to term 1
02:04:01.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.021855 18847 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a29f1a2d76fb48c9a2c10672ada6c6b4 in term 1.
02:04:01.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.025938 18512 leader_election.cc:304] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [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: 626cc40946044efda34085f64818a947, a29f1a2d76fb48c9a2c10672ada6c6b4; no voters: 
02:04:01.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.023622 18911 leader_election.cc:290] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [CANDIDATE]: Term 1 election: Requested vote from peers 44952d858d254a7ca092472f98692aaa (127.18.5.61:44275), 626cc40946044efda34085f64818a947 (127.18.5.60:43385)
02:04:01.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.036908 18911 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 1 FOLLOWER]: Leader election won for term 1
02:04:01.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.037478 18911 raft_consensus.cc:697] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [term 1 LEADER]: Becoming Leader. State: Replica: a29f1a2d76fb48c9a2c10672ada6c6b4, State: Running, Role: LEADER
02:04:01.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.038784 18911 consensus_queue.cc:237] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [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: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:01.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:01.054303 18817 tablet.cc:2406] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:01.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:00.947021 18475 master_runner.cc:187] Error getting master registration for 127.18.5.61:44275: OK, instance_id { permanent_uuid: "44952d858d254a7ca092472f98692aaa" instance_seqno: 1786500238143726 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:01.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.062639 18475 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:01.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.062776 18968 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a29f1a2d76fb48c9a2c10672ada6c6b4. Latest consensus state: current_term: 1 leader_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:01.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.063798 18968 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: This master's current role is: LEADER
02:04:01.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.078074 18972 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:04:01.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.097481 18972 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:04:01.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.152845 18847 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [term 1 FOLLOWER]: Refusing update from remote peer a29f1a2d76fb48c9a2c10672ada6c6b4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:01.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.155534 18968 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:04:01.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.190546 18908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a29f1a2d76fb48c9a2c10672ada6c6b4. Latest consensus state: current_term: 1 leader_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:01.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.191682 18908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [sys.catalog]: This master's current role is: FOLLOWER
02:04:01.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.198719 18976 mvcc.cc:204] Tried to move back new op lower bound from 7317504987684896768 to 7317504987312435200. Current Snapshot: MvccSnapshot[applied={T|T < 7317504987684896768}]
02:04:01.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.209367 18911 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:01.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.210186 18911 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: This master's current role is: LEADER
02:04:01.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.207914 18908 sys_catalog.cc:455] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:01.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.210925 18908 sys_catalog.cc:458] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947 [sys.catalog]: This master's current role is: FOLLOWER
02:04:01.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.213426 18978 mvcc.cc:204] Tried to move back new op lower bound from 7317504987684896768 to 7317504987312435200. Current Snapshot: MvccSnapshot[applied={T|T < 7317504987684896768}]
02:04:01.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.224851 18972 catalog_manager.cc:1383] Generated new cluster ID: 469f857f6cf246948db620a6a6860537
02:04:01.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.225178 18972 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:04:01.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.303166 18972 catalog_manager.cc:1406] Generated new certificate authority record
02:04:01.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.305775 18972 catalog_manager.cc:1540] Loading token signing keys...
02:04:01.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.344708 18972 catalog_manager.cc:6092] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4: Generated new TSK 0
02:04:01.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.346252 18972 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:04:01.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.351544 18972 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:04:01.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.356004 18972 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
02:04:01.554 [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.
02:04:01.571 [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.
02:04:01.572 [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.
02:04:01.904 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:01.932 [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/hive9278352697527766985/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=de0d0d9e-0672-47d0-a5a4-bee991977644, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:01.948 [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=	
02:04:01.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:01.949656 18948 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:01.956 [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=	
02:04:01.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:01.956825 18950 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:01.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.968974 18967 catalog_manager.cc:1295] Loaded cluster ID: 469f857f6cf246948db620a6a6860537
02:04:01.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.969333 18967 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: loading cluster ID for follower catalog manager: success
02:04:01.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.977196 18967 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: acquiring CA information for follower catalog manager: success
02:04:01.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:01.983867 18967 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 626cc40946044efda34085f64818a947: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:02.218 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9278352697527766985/external-warehouse/table
02:04:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:02.604179 18512 proxy.cc:239] Call had error, refreshing address and retrying: Timed out: RequestConsensusVote RPC to 127.18.5.61:44275 timed out after 1.662s (SENT) [suppressed 13 similar messages]
02:04:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:02.681183 18743 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } attempt: 8
02:04:02.807 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:04:02.810 [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)
02:04:02.826 [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)

02:04:02.887 [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.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:02.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:02.908362 18743 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa: Bootstrap starting.
02:04:02.937 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:02.951 [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/hive9278352697527766985/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.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:02.954 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9278352697527766985/external-warehouse/table
02:04:03.018 [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=	
02:04:03.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:03.019186 18950 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:03.001 [INFO - Metastore-Handler-Pool: Thread-48] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:03.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:03.032083 18948 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:03.043 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:04:03.044 [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)
02:04:03.045 [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)

02:04:03.046 [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=61743ce7-3e0b-4a41-b815-b4248783baea, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:03.051 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:03.055 [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/hive9278352697527766985/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=61743ce7-3e0b-4a41-b815-b4248783baea, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:03.066 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9278352697527766985/external-warehouse/table
02:04:03.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.087612 18743 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa: Neither blocks nor log segments found. Creating new log.
02:04:03.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.103150 18743 log.cc:826] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa: Log is configured to *not* fsync() on all Append() calls
02:04:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.122586 18743 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa: No bootstrap required, opened a new log
02:04:03.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.178363 18743 raft_consensus.cc:359] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:03.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.192652 18743 raft_consensus.cc:385] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:03.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.193390 18743 raft_consensus.cc:740] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44952d858d254a7ca092472f98692aaa, State: Initialized, Role: FOLLOWER
02:04:03.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.194766 18743 consensus_queue.cc:260] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [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: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } }
02:04:03.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.205883 19018 sys_catalog.cc:455] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [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: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:03.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.206796 19018 sys_catalog.cc:458] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [sys.catalog]: This master's current role is: FOLLOWER
02:04:03.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.209818 18743 sys_catalog.cc:565] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [sys.catalog]: configured and running, proceeding with master startup.
02:04:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.210490 18702 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [term 0 FOLLOWER]: Advancing to term 1
02:04:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.212781 18699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44952d858d254a7ca092472f98692aaa" is_pre_election: true
02:04:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.214531 18708 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44952d858d254a7ca092472f98692aaa" is_pre_election: true
02:04:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:03.215574 18708 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:60316 (request call id 2) took 2264 ms (client timeout 1662 ms). Trace:
02:04:03.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.216743 18706 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44952d858d254a7ca092472f98692aaa"
02:04:03.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.216945 18698 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "44952d858d254a7ca092472f98692aaa"
02:04:03.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:03.218547 18706 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:60316 (request call id 3) took 2210 ms (client timeout 1620 ms). Trace:
02:04:03.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:03.218896 18706 rpcz_store.cc:269] 0812 02:04:01.007748 (+     0us) service_pool.cc:167] Inserting onto call queue
02:04:03.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:01.007889 (+   141us) service_pool.cc:224] Handling call
02:04:03.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:03.218476 (+2210587us) inbound_call.cc:177] Queueing success response
02:04:03.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
02:04:03.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:03.215988 18708 rpcz_store.cc:269] 0812 02:04:00.951493 (+     0us) service_pool.cc:167] Inserting onto call queue
02:04:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:00.951798 (+   305us) service_pool.cc:224] Handling call
02:04:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:03.215477 (+2263679us) inbound_call.cc:177] Queueing success response
02:04:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
02:04:03.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.226938 18702 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [term 1 FOLLOWER]: Refusing update from remote peer a29f1a2d76fb48c9a2c10672ada6c6b4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.227609 18702 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:60316 (request call id 4) took 2060 ms. Trace:
02:04:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.227944 18702 rpcz_store.cc:276] 0812 02:04:01.167719 (+     0us) service_pool.cc:167] Inserting onto call queue
02:04:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:01.168113 (+   394us) service_pool.cc:224] Handling call
02:04:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:03.210175 (+2042062us) raft_consensus.cc:1471] Updating replica for 0 ops
02:04:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:03.227284 (+ 17109us) raft_consensus.cc:1697] Filling consensus response to leader.
02:04:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:03.227552 (+   268us) inbound_call.cc:177] Queueing success response
02:04:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
02:04:03.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.229715 18999 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:04:03.235 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
02:04:03.242 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
02:04:03.242 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
02:04:03.311 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4b1f73c2
02:04:03.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.344755 19018 sys_catalog.cc:455] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [sys.catalog]: SysCatalogTable state changed. Reason: New leader a29f1a2d76fb48c9a2c10672ada6c6b4. Latest consensus state: current_term: 1 leader_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:03.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.345527 19018 sys_catalog.cc:458] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [sys.catalog]: This master's current role is: FOLLOWER
02:04:03.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.344863 19046 sys_catalog.cc:455] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:03.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.346982 19046 sys_catalog.cc:458] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa [sys.catalog]: This master's current role is: FOLLOWER
02:04:03.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
02:04:03.385 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
02:04:03.386 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
02:04:03.386 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
02:04:03.387 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
02:04:03.388 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
02:04:03.388 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
02:04:03.389 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
02:04:03.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
02:04:03.391 [INFO - Metastore-Handler-Pool: Thread-52] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:03.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
02:04:03.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:03.392004 19055 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:03.400 [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
02:04:03.401 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
02:04:03.401 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
02:04:03.402 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
02:04:03.402 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
02:04:03.403 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
02:04:03.403 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
02:04:03.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.403867 19066 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:04:03.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
02:04:03.404 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
02:04:03.415 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
02:04:03.453 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
02:04:03.466 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
02:04:03.474 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
02:04:03.474 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
02:04:03.482 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
02:04:03.482 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
02:04:03.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
02:04:03.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
02:04:03.511 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
02:04:03.512 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
02:04:03.526 [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)
02:04:03.529 [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.
02:04:03.556 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:04:03.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.731534 19078 sys_catalog.cc:455] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a29f1a2d76fb48c9a2c10672ada6c6b4" member_type: VOTER last_known_addr { host: "127.18.5.62" port: 40485 } } peers { permanent_uuid: "44952d858d254a7ca092472f98692aaa" member_type: VOTER last_known_addr { host: "127.18.5.61" port: 44275 } } peers { permanent_uuid: "626cc40946044efda34085f64818a947" member_type: VOTER last_known_addr { host: "127.18.5.60" port: 43385 } } }
02:04:03.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:03.735734 19078 sys_catalog.cc:458] T 00000000000000000000000000000000 P a29f1a2d76fb48c9a2c10672ada6c6b4 [sys.catalog]: This master's current role is: LEADER
02:04:03.748 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.5.60:43385(127.18.5.60:43385)] connecting to peer
02:04:03.757 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 18348 (auto-detected)
02:04:03.759 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
02:04:03.759 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
02:04:03.762 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
02:04:03.763 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
02:04:03.764 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:d3:ff:fe:ac:57:df (auto-detected)
02:04:03.789 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
02:04:03.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
02:04:03.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
02:04:03.796 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
02:04:03.802 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.5.62:40485(127.18.5.62:40485)] connecting to peer
02:04:03.813 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.5.61:44275(127.18.5.61:44275)] connecting to peer
02:04:03.844 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.5.60:43385(127.18.5.60:43385)] Successfully connected to peer
02:04:03.850 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.18.5.61:44275(127.18.5.61:44275)] Successfully connected to peer
02:04:03.851 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.5.62:40485(127.18.5.62:40485)] Successfully connected to peer
02:04:03.859 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
02:04:03.860 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
02:04:03.860 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@719a9c68
02:04:03.866 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
02:04:03.866 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
02:04:03.866 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
02:04:03.866 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
02:04:03.866 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
02:04:03.949 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.5.62
02:04:03.952 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.5.61
02:04:03.958 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.5.60
02:04:04.050 [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=	
02:04:04.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:04.051595 18950 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:04.057 [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=	
02:04:04.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:04.058007 18948 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:04.172 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:04.175 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:04.178 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:04.208 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x7378cbfb, L:/127.0.0.1:60344 - R:/127.18.5.61:44275] using SASL/PLAIN
02:04:04.210 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x562c76ca, L:/127.0.0.1:35860 - R:/127.18.5.60:43385] using SASL/PLAIN
02:04:04.204 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x8f9df6bc, L:/127.0.0.1:60694 - R:/127.18.5.62:40485] using SASL/PLAIN
02:04:04.280 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:04:04.286 [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)
02:04:04.287 [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)

02:04:04.288 [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=3f78790a-d58f-4aa7-be10-4d545951bcf2, 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)	
02:04:04.292 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:04.295 [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/hive9278352697527766985/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=3f78790a-d58f-4aa7-be10-4d545951bcf2, 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)
02:04:04.298 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9278352697527766985/external-warehouse/table
02:04:04.324 [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)
02:04:04.325 [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)

02:04:04.326 [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=37762081-ac37-4fdf-9092-29a6d114a651, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:04.330 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:04.334 [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/hive9278352697527766985/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=37762081-ac37-4fdf-9092-29a6d114a651, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:04.336 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9278352697527766985/external-warehouse/table
02:04:04.418 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:04.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:04.419123 19055 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:04.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:04.441082 19066 catalog_manager.cc:1295] Loaded cluster ID: 469f857f6cf246948db620a6a6860537
02:04:04.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:04.441819 19066 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa: loading cluster ID for follower catalog manager: success
02:04:04.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:04.450423 19066 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa: acquiring CA information for follower catalog manager: success
02:04:04.453 [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	
02:04:04.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:04.457535 19066 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 44952d858d254a7ca092472f98692aaa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:04.607 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:04.618 [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	
02:04:05.035 [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.
02:04:05.064 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:05.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:05.065531 18950 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:05.069 [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=	
02:04:05.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:05.070083 18948 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:05.433 [INFO - Metastore-Handler-Pool: Thread-64] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:05.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:05.434417 19055 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:05.662 [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.
02:04:05.760 [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.
02:04:05.848 [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
02:04:06.048 [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=fe2edbc1-d9b8-4bed-8121-4efda4502adb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:06.055 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:06.058 [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/hive9278352697527766985/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=fe2edbc1-d9b8-4bed-8121-4efda4502adb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.5.60:43385,127.18.5.62:40485,127.18.5.61:44275}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:06.061 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9278352697527766985/external-warehouse/table
02:04:06.085 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:06.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:06.086380 18950 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:06.087 [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=	
02:04:06.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:06.089012 18948 client.h:373] Failed to connect to Hive Metastore (localhost:46055): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:06.127 [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	
02:04:06.171 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:06.173 [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	
02:04:06.268 [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
02:04:06.298 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:04:06.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:06.299595 18452 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 18475
02:04:06.385 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:04:06.385 [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
02:04:06.386 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:04:06.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:06.420701 18452 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 18609
02:04:06.423 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.5.62:40485(127.18.5.62:40485)] handling channelInactive
02:04:06.423 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.5.62:40485(127.18.5.62:40485)] cleaning up while in state READY due to: connection closed
02:04:06.463 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.18.5.61:44275(127.18.5.61:44275)] handling channelInactive
02:04:06.463 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.18.5.61:44275(127.18.5.61:44275)] cleaning up while in state READY due to: connection closed
02:04:06.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:06.466202 18452 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 18744
02:04:06.505 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.5.60:43385(127.18.5.60:43385)] handling channelInactive
02:04:06.505 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.5.60:43385(127.18.5.60:43385)] cleaning up while in state READY due to: connection closed
02:04:07.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:07Z chronyd exiting
.02:04:08.837 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:08.837 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:08.838 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:08.854 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1265466271603306440
02:04:08.855 [INFO - Thread-43] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:04:08.855 [INFO - Thread-43] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:04:08.857 [INFO - Thread-43] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:08.857 [INFO - Thread-43] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:08.858 [INFO - Thread-43] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:04:08.862 [INFO - Thread-43] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:04:08.865 [INFO - Thread-43] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:04:08.865 [INFO - Thread-43] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:04:08.866 [INFO - Thread-43] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:04:08.866 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:04:08.867 [INFO - Thread-43] (HikariDataSource.java:80) objectstore - Starting...
02:04:08.957 [INFO - Thread-43] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:08.958 [INFO - Thread-43] (HikariDataSource.java:82) objectstore - Start completed.
02:04:08.958 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:04:08.960 [INFO - Thread-43] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:04:08.963 [INFO - Thread-43] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:08.963 [INFO - Thread-43] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:04:08.984 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:04:08.985 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:04:08.985 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:04:09.043 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:09.044 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:09.045 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:09.045 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:09.046 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:09.046 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:09.325 [INFO - Thread-43] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:04:09.325 [INFO - Thread-43] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61e81849, with PersistenceManager: null will be shutdown
02:04:09.326 [INFO - Thread-43] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61e81849, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@74595b35 created in the thread with id: 68
02:04:09.328 [WARN - Thread-43] (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
02:04:09.329 [INFO - Thread-43] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@61e81849
02:04:09.472 [INFO - Thread-43] (HMSHandler.java:595) Started creating a default database with name: default
02:04:09.497 [INFO - Thread-43] (HMSHandler.java:605) Successfully created a default database with name: default
02:04:09.533 [INFO - Thread-43] (HMSHandler.java:668) Added admin role in metastore
02:04:09.536 [INFO - Thread-43] (HMSHandler.java:677) Added public role in metastore
02:04:09.574 [INFO - Thread-43] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:04:09.575 [INFO - Thread-43] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:04:09.575 [INFO - Thread-43] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:04:09.575 [INFO - Thread-43] (HiveMetaStore.java:697) Direct SQL optimization = true
02:04:09.576 [WARN - Thread-43] (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)
02:04:09.576 [INFO - Thread-43] (HiveMetaStore.java:632) Started the new metaserver on port [41117]...
02:04:09.576 [INFO - Thread-43] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:04:09.576 [INFO - Thread-43] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:04:09.577 [INFO - Thread-43] (HiveMetaStore.java:635) TCP keepalive = true
02:04:09.577 [INFO - Thread-43] (HiveMetaStore.java:636) Enable SSL = false
02:04:09.857 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:09.858 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:09.858 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:09.860 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:04:09.860 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41117]
02:04:09.860 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41117) in binary transport mode
02:04:09.861 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41117) current connections: 1
02:04:09.862 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task1KKAIL/test-tmp
02:04:09.863 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:04:09.863 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task1KKAIL/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:04:09.866 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41117"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:04:10.200 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:10.200 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:04:10.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.203848 19176 mini_oidc.cc:150] Starting JWKS server
02:04:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.207010 19176 webserver.cc:533] Webserver started at http://127.0.0.1:37081/ using document root <none> and password file <none>
02:04:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.207384 19176 mini_oidc.cc:186] Starting OIDC Discovery server
02:04:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.209036 19176 webserver.cc:533] Webserver started at http://127.0.0.1:42935/ using document root <none> and password file <none>
02:04:10.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:10Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:04:10.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:10Z Disabled control of system clock
02:04:10.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.271090 19176 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:10.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:10.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/wal
02:04:10.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data
02:04:10.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:10.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:10.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/logs
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data/info.pb
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:10.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.186.62:33865
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.186.62
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.186.20:42987
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37081/jwks.json
02:04:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41117 with env {}
02:04:10.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.572355 19195 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:10.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.572937 19195 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:10.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.573421 19195 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:10.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.605201 19195 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:10.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.605486 19195 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:10.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.605681 19195 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:10.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.605868 19195 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:10.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.606081 19195 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:10.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.606225 19195 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37081/jwks.json
02:04:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.644042 19195 master_runner.cc:387] Master server non-default flags:
02:04:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/logs
02:04:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.186.20:42987
02:04:10.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/wal
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41117
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.186.62:33865
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37081/jwks.json
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data/info.pb
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.186.62
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:10.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:10.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.645364 19195 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:10.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:10.646930 19195 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:10.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.658242 19204 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
02:04:11.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:11.896081 19210 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1235 milliseconds
02:04:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:11.897954 19211 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
02:04:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:10.659199 19207 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
02:04:11.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:11.903143 19195 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.244s	user 0.393s	sys 0.845s
02:04:11.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:11.903461 19195 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.245s	user 0.393s	sys 0.845s
02:04:11.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.903689 19195 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
02:04:11.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.905311 19195 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:11.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.909029 19195 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:11.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.910650 19195 hybrid_clock.cc:648] HybridClock initialized: now 1786500251910525 us; error 121 us; skew 500 ppm
02:04:11.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.911985 19195 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:11.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.921330 19195 webserver.cc:533] Webserver started at http://127.18.186.62:41123/ using document root <none> and password file <none>
02:04:11.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.922703 19195 fs_manager.cc:362] Metadata directory not provided
02:04:11.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.923031 19195 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:11.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.923686 19195 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:11.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.930794 19195 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data/instance:
02:04:11.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "52379a3139324a2d8fbbbc4a05fcb489"
02:04:11.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:11 on dist-test-slave-rwrg"
02:04:11.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.932473 19195 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/wal/instance:
02:04:11.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "52379a3139324a2d8fbbbc4a05fcb489"
02:04:11.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:11 on dist-test-slave-rwrg"
02:04:11.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.943019 19195 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.006s	sys 0.003s
02:04:11.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.951267 19227 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:11.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.952668 19195 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.002s
02:04:11.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.953133 19195 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/wal
02:04:11.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "52379a3139324a2d8fbbbc4a05fcb489"
02:04:11.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:11 on dist-test-slave-rwrg"
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:11.953538 19195 fs_report.cc:389] FS layout report
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/wal
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/wal
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data/data
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:11.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:11.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:11.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:11.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:12.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.031695 19195 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.033269 19195 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
02:04:12.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.033681 19195 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:12.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.106494 19195 rpc_server.cc:307] RPC server started. Bound to: 127.18.186.62:33865
02:04:12.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.106587 19335 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.186.62:33865 every 8 connection(s)
02:04:12.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.109536 19195 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/data/info.pb
02:04:12.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.111537 19176 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 19195
02:04:12.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.112108 19176 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-0/wal/instance
02:04:12.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.115635 19176 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/wal
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/logs
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data/info.pb
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:12.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.186.61:42541
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.186.61
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.186.20:42987
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37081/jwks.json
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41117 with env {}
02:04:12.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.115897 19336 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:12.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.126863 19336 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } has no permanent_uuid. Determining permanent_uuid...
02:04:12.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.153925 19336 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } has no permanent_uuid. Determining permanent_uuid...
02:04:12.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.156251 19234 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:12.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.160324 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.61:42541: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:12.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.209837 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } attempt: 1
02:04:12.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.214463 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.61:42541: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:12.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.282846 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } attempt: 2
02:04:12.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.287362 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.61:42541: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:12.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.378772 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } attempt: 3
02:04:12.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.383219 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.61:42541: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:12.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.432379 19340 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:12.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.433027 19340 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:12.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.433486 19340 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:12.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.465793 19340 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:12.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.466056 19340 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:12.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.466248 19340 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:12.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.466442 19340 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:12.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.466635 19340 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:12.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.466777 19340 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37081/jwks.json
02:04:12.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.503489 19340 master_runner.cc:387] Master server non-default flags:
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/logs
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.186.20:42987
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/wal
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41117
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.186.61:42541
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37081/jwks.json
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data/info.pb
02:04:12.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.186.61
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:12.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.504969 19340 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:12.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.506572 19340 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:12.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.517344 19357 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
02:04:12.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.526623 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } attempt: 4
02:04:12.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.535311 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.61:42541: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:12.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:12.834867 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } attempt: 5
02:04:12.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.843639 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.61:42541: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:13.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:13.391188 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } attempt: 6
02:04:13.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:13.418852 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.61:42541: Network error: Client connection negotiation failed: client connection to 127.18.186.61:42541: connect: Connection refused (error 111)
02:04:14.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:13.922356 19356 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 19340
02:04:14.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.221626 19356 kernel_stack_watchdog.cc:198] Thread 19340 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 401ms:
02:04:14.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
02:04:14.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
02:04:14.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
02:04:14.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
02:04:14.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.222426 19340 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.704s	user 0.002s	sys 0.000s
02:04:14.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:12.518914 19358 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
02:04:14.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.222812 19340 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.705s	user 0.003s	sys 0.000s
02:04:14.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.223050 19362 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1702 milliseconds
02:04:14.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.224524 19363 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
02:04:14.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.224428 19340 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
02:04:14.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.227607 19340 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:14.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.230033 19340 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:14.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.231410 19340 hybrid_clock.cc:648] HybridClock initialized: now 1786500254231373 us; error 33 us; skew 500 ppm
02:04:14.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.232292 19340 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:14.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.238801 19340 webserver.cc:533] Webserver started at http://127.18.186.61:34157/ using document root <none> and password file <none>
02:04:14.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.239789 19340 fs_manager.cc:362] Metadata directory not provided
02:04:14.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.240046 19340 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:14.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.240650 19340 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:14.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.245266 19340 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data/instance:
02:04:14.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d70b80b53194cd782a334452cbc7888"
02:04:14.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:14 on dist-test-slave-rwrg"
02:04:14.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.246577 19340 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/wal/instance:
02:04:14.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d70b80b53194cd782a334452cbc7888"
02:04:14.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:14 on dist-test-slave-rwrg"
02:04:14.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.254503 19340 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.004s
02:04:14.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.261006 19376 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:14.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.262137 19340 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
02:04:14.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.262573 19340 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/wal
02:04:14.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6d70b80b53194cd782a334452cbc7888"
02:04:14.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:14 on dist-test-slave-rwrg"
02:04:14.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.263188 19340 fs_report.cc:389] FS layout report
02:04:14.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:14.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/wal
02:04:14.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/wal
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data/data
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:14.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:14.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.316620 19340 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:14.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.318696 19340 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
02:04:14.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.319257 19340 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:14.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.398350 19340 rpc_server.cc:307] RPC server started. Bound to: 127.18.186.61:42541
02:04:14.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.398397 19477 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.186.61:42541 every 8 connection(s)
02:04:14.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.402331 19340 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/data/info.pb
02:04:14.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.408123 19478 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.412720 19176 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 19340
02:04:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.413177 19176 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-1/wal/instance
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.415788 19176 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/wal
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/logs
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data/info.pb
02:04:14.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.186.60:32805
02:04:14.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.186.60
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.186.20:42987
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37081/jwks.json
02:04:14.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41117 with env {}
02:04:14.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.419286 19478 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } has no permanent_uuid. Determining permanent_uuid...
02:04:14.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.441767 19478 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } has no permanent_uuid. Determining permanent_uuid...
02:04:14.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.457063 19478 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } has no permanent_uuid. Determining permanent_uuid...
02:04:14.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.459972 19379 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.464643 19478 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.479389 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } attempt: 7
02:04:14.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.491106 19336 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } has no permanent_uuid. Determining permanent_uuid...
02:04:14.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.496964 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.514204 19478 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 1
02:04:14.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.519413 19478 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.555464 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 1
02:04:14.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.560750 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.587877 19478 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 2
02:04:14.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.592738 19478 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.642221 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 2
02:04:14.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.646486 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.684157 19478 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 3
02:04:14.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.688836 19478 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.731914 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 3
02:04:14.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.736574 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.761817 19479 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:14.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.762365 19479 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:14.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.762799 19479 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.795058 19479 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.795349 19479 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.795548 19479 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.795751 19479 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.795939 19479 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.796082 19479 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37081/jwks.json
02:04:14.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.832334 19478 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 4
02:04:14.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.833520 19479 master_runner.cc:387] Master server non-default flags:
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/logs
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.186.20:42987
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/wal
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41117
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.186.60:32805
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37081/jwks.json
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data/info.pb
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.186.60
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:14.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:14.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.835248 19479 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.837306 19478 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:14.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.837337 19479 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:14.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.847925 19507 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
02:04:14.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:14.877005 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 4
02:04:14.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.884814 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:15.136672 19478 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 5
02:04:15.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:15.144630 19478 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:15.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:15.168331 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 5
02:04:15.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:15.176355 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:15.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:15.692199 19478 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 6
02:04:15.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:15.728890 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 6
02:04:15.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:15.731877 19478 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:15.748255 19336 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.186.60:32805: Network error: Client connection negotiation failed: client connection to 127.18.186.60:32805: connect: Connection refused (error 111)
02:04:16.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:14.849583 19508 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
02:04:16.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.250797 19513 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
02:04:16.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.252437 19511 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1397 milliseconds
02:04:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.253857 19479 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.405s	user 0.427s	sys 0.954s
02:04:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.254122 19479 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.405s	user 0.427s	sys 0.954s
02:04:16.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.254307 19479 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
02:04:16.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.255465 19479 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:16.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.258126 19479 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.259521 19479 hybrid_clock.cc:648] HybridClock initialized: now 1786500256259482 us; error 51 us; skew 500 ppm
02:04:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.260370 19479 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:16.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.268044 19479 webserver.cc:533] Webserver started at http://127.18.186.60:33221/ using document root <none> and password file <none>
02:04:16.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.269165 19479 fs_manager.cc:362] Metadata directory not provided
02:04:16.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.269459 19479 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:16.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.270006 19479 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.274328 19479 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data/instance:
02:04:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c17f5ff2eb3f457ab532456edf1689f4"
02:04:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:16 on dist-test-slave-rwrg"
02:04:16.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.275496 19479 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/wal/instance:
02:04:16.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c17f5ff2eb3f457ab532456edf1689f4"
02:04:16.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:16 on dist-test-slave-rwrg"
02:04:16.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.284070 19479 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.005s
02:04:16.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.290675 19532 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:16.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.291931 19479 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.000s	sys 0.006s
02:04:16.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.292309 19479 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/wal
02:04:16.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c17f5ff2eb3f457ab532456edf1689f4"
02:04:16.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:16 on dist-test-slave-rwrg"
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.292721 19479 fs_report.cc:389] FS layout report
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/wal
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/wal
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data/data
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:16.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:16.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:16.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:16.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:16.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:16.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:16.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:16.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:16.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.389972 19479 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:16.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.391443 19479 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
02:04:16.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.391868 19479 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:16.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.470929 19479 rpc_server.cc:307] RPC server started. Bound to: 127.18.186.60:32805
02:04:16.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.471027 19627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.186.60:32805 every 8 connection(s)
02:04:16.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.473856 19479 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/data/info.pb
02:04:16.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.476845 19176 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 19479
02:04:16.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.477173 19176 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster1947815187356779727/master-2/wal/instance
02:04:16.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.479928 19629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:16.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.492431 19629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } has no permanent_uuid. Determining permanent_uuid...
02:04:16.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.513019 19629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } has no permanent_uuid. Determining permanent_uuid...
02:04:16.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.526140 19629 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } has no permanent_uuid. Determining permanent_uuid...
02:04:16.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.538504 19176 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:04:16.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.542007 19629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: Bootstrap starting.
02:04:16.545 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:16.546 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:04:16.547 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.186.62"
      port: 33865
    }
    bound_http_address {
      host: "127.18.186.62"
      port: 41123
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.186.61"
      port: 42541
    }
    bound_http_address {
      host: "127.18.186.61"
      port: 34157
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.186.60"
      port: 32805
    }
    bound_http_address {
      host: "127.18.186.60"
      port: 33221
    }
  }
}

02:04:16.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.548363 19629 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: Neither blocks nor log segments found. Creating new log.
02:04:16.548 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:04:16.549 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:16.550 [INFO - Metastore-Handler-Pool: Thread-89] (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=f69bd44f-85ff-4628-8bfc-fe061a27a3b6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:16.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.550740 19629 log.cc:826] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: Log is configured to *not* fsync() on all Append() calls
02:04:16.554 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:16.554 [INFO - Metastore-Handler-Pool: Thread-89] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:16.555 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@70ef6475, with PersistenceManager: null will be shutdown
02:04:16.555 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@70ef6475, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@63d726d3 created in the thread with id: 89
02:04:16.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.555526 19629 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: No bootstrap required, opened a new log
02:04:16.561 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@70ef6475
02:04:16.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.580310 19629 raft_consensus.cc:359] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:16.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.581202 19629 raft_consensus.cc:385] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:16.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.581503 19629 raft_consensus.cc:740] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c17f5ff2eb3f457ab532456edf1689f4, State: Initialized, Role: FOLLOWER
02:04:16.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.582535 19629 consensus_queue.cc:260] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [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: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:16.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.585451 19647 sys_catalog.cc:455] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [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: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:16.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.586079 19647 sys_catalog.cc:458] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [sys.catalog]: This master's current role is: FOLLOWER
02:04:16.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.587419 19629 sys_catalog.cc:565] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [sys.catalog]: configured and running, proceeding with master startup.
02:04:16.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.647802 19547 tablet.cc:2406] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:16.667 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:16.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.668883 19667 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:16.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.700519 19678 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:04:16.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:16.700941 19678 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:04:16.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.681725 19479 master_runner.cc:187] Error getting master registration for 127.18.186.62:33865: OK, instance_id { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" instance_seqno: 1786500252086467 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:16.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.713438 19479 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:16.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.781788 19336 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 7
02:04:16.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.792443 19478 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } attempt: 7
02:04:16.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.837116 19478 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888: Bootstrap starting.
02:04:16.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.851329 19336 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: Bootstrap starting.
02:04:16.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.849119 19478 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888: Neither blocks nor log segments found. Creating new log.
02:04:16.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.856828 19478 log.cc:826] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888: Log is configured to *not* fsync() on all Append() calls
02:04:16.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.870183 19336 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: Neither blocks nor log segments found. Creating new log.
02:04:16.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.873030 19336 log.cc:826] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: Log is configured to *not* fsync() on all Append() calls
02:04:16.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.879426 19478 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888: No bootstrap required, opened a new log
02:04:16.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.890856 19336 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: No bootstrap required, opened a new log
02:04:16.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.945915 19478 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:16.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.947156 19478 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:16.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.947697 19478 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6d70b80b53194cd782a334452cbc7888, State: Initialized, Role: FOLLOWER
02:04:16.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.949061 19478 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [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: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:16.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.950299 19336 raft_consensus.cc:359] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:16.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.951419 19336 raft_consensus.cc:385] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:16.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.951900 19336 raft_consensus.cc:740] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 52379a3139324a2d8fbbbc4a05fcb489, State: Initialized, Role: FOLLOWER
02:04:16.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.953259 19336 consensus_queue.cc:260] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [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: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:16.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.961483 19692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [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: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:16.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.962822 19694 sys_catalog.cc:455] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [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: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:16.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.965392 19692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: This master's current role is: FOLLOWER
02:04:16.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.972388 19692 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:04:16.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.973810 19692 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:16.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.965049 19478 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: configured and running, proceeding with master startup.
02:04:16.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.976694 19694 sys_catalog.cc:458] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [sys.catalog]: This master's current role is: FOLLOWER
02:04:16.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.966454 19336 sys_catalog.cc:565] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [sys.catalog]: configured and running, proceeding with master startup.
02:04:16.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.982275 19280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d70b80b53194cd782a334452cbc7888" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52379a3139324a2d8fbbbc4a05fcb489" is_pre_election: true
02:04:16.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.983192 19280 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d70b80b53194cd782a334452cbc7888 in term 0.
02:04:16.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.985049 19379 leader_election.cc:304] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [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: 52379a3139324a2d8fbbbc4a05fcb489, 6d70b80b53194cd782a334452cbc7888; no voters: 
02:04:16.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.992707 19595 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d70b80b53194cd782a334452cbc7888" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c17f5ff2eb3f457ab532456edf1689f4" is_pre_election: true
02:04:16.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.993639 19595 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6d70b80b53194cd782a334452cbc7888 in term 0.
02:04:16.995 [WARN - Metastore-Handler-Pool: Thread-89] (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.
02:04:16.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.996341 19696 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:04:17.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.001242 19696 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:04:17.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:16.997651 19692 leader_election.cc:290] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 52379a3139324a2d8fbbbc4a05fcb489 (127.18.186.62:33865), c17f5ff2eb3f457ab532456edf1689f4 (127.18.186.60:32805)
02:04:17.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.001823 19696 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 0 FOLLOWER]: Advancing to term 1
02:04:17.006 [WARN - Metastore-Handler-Pool: Thread-89] (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.
02:04:17.006 [WARN - Metastore-Handler-Pool: Thread-89] (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.
02:04:17.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.023142 19696 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:17.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.028891 19280 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d70b80b53194cd782a334452cbc7888" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "52379a3139324a2d8fbbbc4a05fcb489"
02:04:17.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.029480 19280 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [term 0 FOLLOWER]: Advancing to term 1
02:04:17.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.035768 19595 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6d70b80b53194cd782a334452cbc7888" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c17f5ff2eb3f457ab532456edf1689f4"
02:04:17.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.036368 19595 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [term 0 FOLLOWER]: Advancing to term 1
02:04:17.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.037776 19280 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d70b80b53194cd782a334452cbc7888 in term 1.
02:04:17.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.039014 19379 leader_election.cc:304] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [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: 52379a3139324a2d8fbbbc4a05fcb489, 6d70b80b53194cd782a334452cbc7888; no voters: 
02:04:17.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.041095 19692 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 1 FOLLOWER]: Leader election won for term 1
02:04:17.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.045415 19595 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6d70b80b53194cd782a334452cbc7888 in term 1.
02:04:17.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:17.045876 19244 tablet.cc:2406] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:17.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.054517 19692 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [term 1 LEADER]: Becoming Leader. State: Replica: 6d70b80b53194cd782a334452cbc7888, State: Running, Role: LEADER
02:04:17.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.055727 19692 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [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: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } }
02:04:17.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.061249 19696 leader_election.cc:290] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [CANDIDATE]: Term 1 election: Requested vote from peers 52379a3139324a2d8fbbbc4a05fcb489 (127.18.186.62:33865), c17f5ff2eb3f457ab532456edf1689f4 (127.18.186.60:32805)
02:04:17.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.077382 19720 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6d70b80b53194cd782a334452cbc7888. Latest consensus state: current_term: 1 leader_uuid: "6d70b80b53194cd782a334452cbc7888" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:17.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:17.077862 19384 tablet.cc:2406] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:17.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.079618 19720 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: This master's current role is: LEADER
02:04:17.120 [INFO - Metastore-Handler-Pool: Thread-92] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:17.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:17.123605 19743 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:17.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.127691 19737 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:04:17.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.140475 19751 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:04:17.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.170358 19737 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:04:17.183 [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=	
02:04:17.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:17.184325 19748 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:17.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.205524 19759 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:04:17.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.158742 19340 master_runner.cc:187] Error getting master registration for 127.18.186.62:33865: OK, instance_id { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" instance_seqno: 1786500252086467 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:17.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.237377 19340 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:17.251 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:17.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.254964 19595 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [term 1 FOLLOWER]: Refusing update from remote peer 6d70b80b53194cd782a334452cbc7888: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:17.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.257046 19720 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:04:17.260 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive1265466271603306440/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=f69bd44f-85ff-4628-8bfc-fe061a27a3b6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:17.265 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1265466271603306440/external-warehouse/table
02:04:17.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.266278 19280 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [term 1 FOLLOWER]: Refusing update from remote peer 6d70b80b53194cd782a334452cbc7888: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:17.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.268112 19720 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [LEADER]: Connected to new peer: Peer: permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:04:17.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.299467 19694 sys_catalog.cc:455] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6d70b80b53194cd782a334452cbc7888. Latest consensus state: current_term: 1 leader_uuid: "6d70b80b53194cd782a334452cbc7888" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:17.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.300462 19694 sys_catalog.cc:458] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [sys.catalog]: This master's current role is: FOLLOWER
02:04:17.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.315217 19694 sys_catalog.cc:455] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6d70b80b53194cd782a334452cbc7888" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:17.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.315903 19694 sys_catalog.cc:458] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489 [sys.catalog]: This master's current role is: FOLLOWER
02:04:17.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.317766 19760 mvcc.cc:204] Tried to move back new op lower bound from 7317505053663567872 to 7317505052915077120. Current Snapshot: MvccSnapshot[applied={T|T < 7317505053663567872}]
02:04:17.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.325261 19762 sys_catalog.cc:455] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6d70b80b53194cd782a334452cbc7888. Latest consensus state: current_term: 1 leader_uuid: "6d70b80b53194cd782a334452cbc7888" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:17.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.326622 19762 sys_catalog.cc:458] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [sys.catalog]: This master's current role is: FOLLOWER
02:04:17.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.357851 19764 mvcc.cc:204] Tried to move back new op lower bound from 7317505053663567872 to 7317505052915077120. Current Snapshot: MvccSnapshot[applied={T|T < 7317505053663567872}]
02:04:17.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.362057 19692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6d70b80b53194cd782a334452cbc7888" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:17.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.362807 19692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: This master's current role is: LEADER
02:04:17.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.363885 19692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "6d70b80b53194cd782a334452cbc7888" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:17.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.364715 19692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888 [sys.catalog]: This master's current role is: LEADER
02:04:17.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.366523 19762 sys_catalog.cc:455] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "6d70b80b53194cd782a334452cbc7888" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "52379a3139324a2d8fbbbc4a05fcb489" member_type: VOTER last_known_addr { host: "127.18.186.62" port: 33865 } } peers { permanent_uuid: "6d70b80b53194cd782a334452cbc7888" member_type: VOTER last_known_addr { host: "127.18.186.61" port: 42541 } } peers { permanent_uuid: "c17f5ff2eb3f457ab532456edf1689f4" member_type: VOTER last_known_addr { host: "127.18.186.60" port: 32805 } } }
02:04:17.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.367206 19762 sys_catalog.cc:458] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4 [sys.catalog]: This master's current role is: FOLLOWER
02:04:17.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.369267 19737 catalog_manager.cc:1383] Generated new cluster ID: b83879548cf14bc99df642c73856c365
02:04:17.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.369553 19737 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:04:17.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.419261 19737 catalog_manager.cc:1406] Generated new certificate authority record
02:04:17.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.430402 19737 catalog_manager.cc:1540] Loading token signing keys...
02:04:17.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.500342 19737 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 6d70b80b53194cd782a334452cbc7888: Generated new TSK 0
02:04:17.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.503600 19737 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:04:17.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.508400 19737 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:04:17.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.520146 19737 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
02:04:17.661 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:17.679 [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=	
02:04:17.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:17.680557 19667 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:17.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.707003 19678 catalog_manager.cc:1295] Loaded cluster ID: b83879548cf14bc99df642c73856c365
02:04:17.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.707775 19678 catalog_manager.cc:1588] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: loading cluster ID for follower catalog manager: success
02:04:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.715528 19678 catalog_manager.cc:1610] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: acquiring CA information for follower catalog manager: success
02:04:17.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:17.733600 19678 catalog_manager.cc:1638] T 00000000000000000000000000000000 P c17f5ff2eb3f457ab532456edf1689f4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:17.805 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:17.809 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:18.105 [WARN - Metastore-Handler-Pool: Thread-89] (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.
02:04:18.134 [INFO - Metastore-Handler-Pool: Thread-97] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:18.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:18.135040 19743 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:18.208 [INFO - Metastore-Handler-Pool: Thread-98] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:18.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:18.210060 19748 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:18.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:18.226512 19759 catalog_manager.cc:1295] Loaded cluster ID: b83879548cf14bc99df642c73856c365
02:04:18.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:18.236619 19759 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: loading cluster ID for follower catalog manager: success
02:04:18.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:18.245539 19759 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: acquiring CA information for follower catalog manager: success
02:04:18.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:18.259922 19759 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 52379a3139324a2d8fbbbc4a05fcb489: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:18.557 [WARN - Metastore-Handler-Pool: Thread-89] (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.
02:04:18.659 [WARN - Metastore-Handler-Pool: Thread-89] (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.
02:04:18.701 [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=	
02:04:18.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:18.702267 19667 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:18.713 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:19.013 [DEBUG - Metastore-Handler-Pool: Thread-89] (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.
02:04:19.014 [DEBUG - Metastore-Handler-Pool: Thread-89] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:04:19.029 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.18.186.62:33865(127.18.186.62:33865)] connecting to peer
02:04:19.038 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.18.186.61:42541(127.18.186.61:42541)] connecting to peer
02:04:19.040 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.186.62:33865(127.18.186.62:33865)] Successfully connected to peer
02:04:19.049 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.18.186.60:32805(127.18.186.60:32805)] connecting to peer
02:04:19.059 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.186.62
02:04:19.066 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.18.186.60:32805(127.18.186.60:32805)] Successfully connected to peer
02:04:19.072 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.186.61:42541(127.18.186.61:42541)] Successfully connected to peer
02:04:19.090 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.186.60
02:04:19.090 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.18.186.61
02:04:19.138 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:19.146 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4e369634, L:/127.0.0.1:33588 - R:/127.18.186.61:42541] using SASL/PLAIN
02:04:19.151 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:19.153 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:04:19.155 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x8d453c69, L:/127.0.0.1:59524 - R:/127.18.186.62:33865] using SASL/PLAIN
02:04:19.159 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:19.161 [ERROR - Metastore-Handler-Pool: Thread-89] (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)

02:04:19.164 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:19.164 [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=	
02:04:19.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:19.165092 19743 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:19.169 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x49d7db7f, L:/127.0.0.1:53370 - R:/127.18.186.60:32805] using SASL/PLAIN
02:04:19.229 [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=	
02:04:19.229 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:19.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:19.230404 19748 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:19.231 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:19.321 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:19.364 [INFO - Metastore-Handler-Pool: Thread-89] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:04:19.366 [INFO - Metastore-Handler-Pool: Thread-89] (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=f69bd44f-85ff-4628-8bfc-fe061a27a3b6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:19.377 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:19.380 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive1265466271603306440/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=f69bd44f-85ff-4628-8bfc-fe061a27a3b6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.186.62:33865,127.18.186.61:42541,127.18.186.60:32805}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:19.382 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1265466271603306440/external-warehouse/table
02:04:19.492 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:19.538 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:19.542 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:19.609 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:19.658 [INFO - Metastore-Handler-Pool: Thread-89] (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)	
02:04:19.660 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:19.669 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive1265466271603306440/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)
02:04:19.671 [WARN - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:2452) Location: file:/tmp/hive1265466271603306440/external-warehouse/table specified for non-external table:table
02:04:19.671 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1265466271603306440/external-warehouse/table
02:04:19.716 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:19.718 [INFO - Metastore-Handler-Pool: Thread-108] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:19.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:19.719435 19667 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:19.735 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:19.748 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:19.780 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:19.811 [ERROR - Metastore-Handler-Pool: Thread-89] (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)

02:04:19.812 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:19.859 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:19.861 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:19.909 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:19.964 [INFO - Metastore-Handler-Pool: Thread-89] (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)	
02:04:19.967 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:19.969 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive1265466271603306440/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)
02:04:19.971 [WARN - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:2452) Location: file:/tmp/hive1265466271603306440/external-warehouse/table specified for non-external table:table
02:04:19.971 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1265466271603306440/external-warehouse/table
02:04:20.037 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:20.071 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:20.078 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:20.140 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:20.185 [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=	
02:04:20.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:20.186260 19743 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:20.217 [ERROR - Metastore-Handler-Pool: Thread-89] (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)

02:04:20.219 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:20.241 [INFO - Metastore-Handler-Pool: Thread-111] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:20.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:20.241973 19748 client.h:373] Failed to connect to Hive Metastore (localhost:41117): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:20.243 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:20.258 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:20.294 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:20.339 [INFO - Metastore-Handler-Pool: Thread-89] (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)	
02:04:20.343 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:20.349 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive1265466271603306440/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)
02:04:20.351 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1265466271603306440/external-warehouse/table
02:04:20.403 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:20.434 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:20.436 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:20.580 [WARN - Metastore-Handler-Pool: Thread-89] (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
02:04:20.609 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:04:20.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:20.610421 19176 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 19195
02:04:20.614 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:04:20.614 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@70ef6475, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@63d726d3 will be shutdown
02:04:20.614 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:04:20.654 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.186.62:33865(127.18.186.62:33865)] handling channelInactive
02:04:20.654 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.186.62:33865(127.18.186.62:33865)] cleaning up while in state READY due to: connection closed
02:04:20.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:20.656100 19176 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 19340
02:04:20.688 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.186.61:42541(127.18.186.61:42541)] handling channelInactive
02:04:20.688 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.186.61:42541(127.18.186.61:42541)] cleaning up while in state READY due to: connection closed
02:04:20.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:20.688800 19176 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 19479
02:04:20.734 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.18.186.60:32805(127.18.186.60:32805)] handling channelInactive
02:04:20.734 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.18.186.60:32805(127.18.186.60:32805)] cleaning up while in state READY due to: connection closed
02:04:21.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:21Z chronyd exiting
.02:04:22.882 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:22.883 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:22.883 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:22.899 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1518633857197734092
02:04:22.900 [INFO - Thread-77] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:04:22.900 [INFO - Thread-77] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:04:22.903 [INFO - Thread-77] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:22.903 [INFO - Thread-77] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:22.903 [INFO - Thread-77] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:04:22.904 [INFO - Thread-77] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:04:22.905 [INFO - Thread-77] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:04:22.905 [INFO - Thread-77] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:04:22.906 [INFO - Thread-77] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:04:22.906 [INFO - Thread-77] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:04:22.907 [INFO - Thread-77] (HikariDataSource.java:80) objectstore - Starting...
02:04:22.989 [INFO - Thread-77] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:22.990 [INFO - Thread-77] (HikariDataSource.java:82) objectstore - Start completed.
02:04:22.990 [INFO - Thread-77] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:04:22.992 [INFO - Thread-77] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:04:22.993 [INFO - Thread-77] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:22.994 [INFO - Thread-77] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:04:23.011 [INFO - Thread-77] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:04:23.011 [INFO - Thread-77] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:04:23.011 [INFO - Thread-77] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:04:23.039 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:23.040 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:23.040 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:23.041 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:23.041 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:23.041 [WARN - Thread-77] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:23.226 [INFO - Thread-77] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:04:23.226 [INFO - Thread-77] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c8745f9, with PersistenceManager: null will be shutdown
02:04:23.227 [INFO - Thread-77] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c8745f9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@61836f80 created in the thread with id: 113
02:04:23.228 [WARN - Thread-77] (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
02:04:23.229 [INFO - Thread-77] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3c8745f9
02:04:23.347 [INFO - Thread-77] (HMSHandler.java:595) Started creating a default database with name: default
02:04:23.401 [INFO - Thread-77] (HMSHandler.java:605) Successfully created a default database with name: default
02:04:23.431 [INFO - Thread-77] (HMSHandler.java:668) Added admin role in metastore
02:04:23.433 [INFO - Thread-77] (HMSHandler.java:677) Added public role in metastore
02:04:23.461 [INFO - Thread-77] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:04:23.461 [INFO - Thread-77] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:04:23.462 [INFO - Thread-77] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:04:23.462 [INFO - Thread-77] (HiveMetaStore.java:697) Direct SQL optimization = true
02:04:23.462 [WARN - Thread-77] (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)
02:04:23.462 [INFO - Thread-77] (HiveMetaStore.java:632) Started the new metaserver on port [41049]...
02:04:23.463 [INFO - Thread-77] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:04:23.463 [INFO - Thread-77] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:04:23.463 [INFO - Thread-77] (HiveMetaStore.java:635) TCP keepalive = true
02:04:23.463 [INFO - Thread-77] (HiveMetaStore.java:636) Enable SSL = false
02:04:23.902 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:23.902 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:23.903 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:23.904 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:04:23.904 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41049]
02:04:23.905 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41049) in binary transport mode
02:04:23.905 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41049) current connections: 1
02:04:23.907 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task1KKAIL/test-tmp
02:04:23.907 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:04:23.907 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task1KKAIL/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:04:23.910 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41049"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:04:24.230 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:24.230 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:04:24.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.233716 19858 mini_oidc.cc:150] Starting JWKS server
02:04:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.236984 19858 webserver.cc:533] Webserver started at http://127.0.0.1:37565/ using document root <none> and password file <none>
02:04:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.237360 19858 mini_oidc.cc:186] Starting OIDC Discovery server
02:04:24.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.239100 19858 webserver.cc:533] Webserver started at http://127.0.0.1:46193/ using document root <none> and password file <none>
02:04:24.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:24Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:04:24.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:24Z Disabled control of system clock
02:04:24.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.302444 19858 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/wal
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/logs
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data/info.pb
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.100.190:41733
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.100.190
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.100.148:40301
02:04:24.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:24.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:24.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:24.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:24.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.100.190:41733,127.19.100.189:43585,127.19.100.188:40643
02:04:24.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:24.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37565/jwks.json
02:04:24.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41049 with env {}
02:04:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.603096 19884 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:24.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.603694 19884 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.604141 19884 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.636687 19884 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.636988 19884 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.637176 19884 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.637378 19884 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.637573 19884 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:24.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.637717 19884 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37565/jwks.json
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.677774 19884 master_runner.cc:387] Master server non-default flags:
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/logs
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.100.148:40301
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/wal
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41049
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.100.190:41733,127.19.100.189:43585,127.19.100.188:40643
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.100.190:41733
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:24.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37565/jwks.json
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data/info.pb
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.100.190
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:24.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.679389 19884 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:24.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:24.681604 19884 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:24.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.694705 19896 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
02:04:25.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.698408 19909 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
02:04:25.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:24.695502 19902 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
02:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:25.929816 19907 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1232 milliseconds
02:04:25.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.929950 19884 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
02:04:25.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.931450 19884 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:25.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.934680 19884 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:25.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.936153 19884 hybrid_clock.cc:648] HybridClock initialized: now 1786500265936125 us; error 128 us; skew 500 ppm
02:04:25.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.936995 19884 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:25.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.943711 19884 webserver.cc:533] Webserver started at http://127.19.100.190:33537/ using document root <none> and password file <none>
02:04:25.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.944705 19884 fs_manager.cc:362] Metadata directory not provided
02:04:25.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.944893 19884 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:25.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.945309 19884 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:25.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.949515 19884 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data/instance:
02:04:25.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a9620e0d5fd46c897dba270d178a992"
02:04:25.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:25 on dist-test-slave-rwrg"
02:04:25.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.950536 19884 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/wal/instance:
02:04:25.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a9620e0d5fd46c897dba270d178a992"
02:04:25.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:25 on dist-test-slave-rwrg"
02:04:25.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.957613 19884 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
02:04:25.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.963354 19926 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:25.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.964417 19884 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.001s
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.964804 19884 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/wal
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1a9620e0d5fd46c897dba270d178a992"
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:25 on dist-test-slave-rwrg"
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:25.965173 19884 fs_report.cc:389] FS layout report
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/wal
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/wal
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data/data
02:04:25.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:25.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:26.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.043712 19884 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:26.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.045356 19884 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
02:04:26.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.045902 19884 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:26.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.118546 19884 rpc_server.cc:307] RPC server started. Bound to: 127.19.100.190:41733
02:04:26.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.118675 20012 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.100.190:41733 every 8 connection(s)
02:04:26.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.121366 19884 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/data/info.pb
02:04:26.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.126511 19858 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 19884
02:04:26.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.126909 19858 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-0/wal/instance
02:04:26.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.127440 20013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.130316 19858 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/wal
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:26.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/logs
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data/info.pb
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.100.189:43585
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.100.189
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.100.148:40301
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.100.190:41733,127.19.100.189:43585,127.19.100.188:40643
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37565/jwks.json
02:04:26.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41049 with env {}
02:04:26.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.140923 20013 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } has no permanent_uuid. Determining permanent_uuid...
02:04:26.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.168699 20013 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } has no permanent_uuid. Determining permanent_uuid...
02:04:26.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.171505 19931 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:26.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.176308 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.189:43585: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:26.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.225854 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } attempt: 1
02:04:26.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.231092 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.189:43585: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:26.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.299638 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } attempt: 2
02:04:26.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.304556 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.189:43585: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:26.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.396071 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } attempt: 3
02:04:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.400671 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.189:43585: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:26.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.445102 20014 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.445866 20014 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.446491 20014 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.479285 20014 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.479699 20014 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:26.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.480079 20014 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:26.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.480398 20014 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:26.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.480736 20014 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:26.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.480986 20014 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37565/jwks.json
02:04:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.518213 20014 master_runner.cc:387] Master server non-default flags:
02:04:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/logs
02:04:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:26.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.100.148:40301
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/wal
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41049
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.100.190:41733,127.19.100.189:43585,127.19.100.188:40643
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.100.189:43585
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37565/jwks.json
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data/info.pb
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.100.189
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:26.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.520022 20014 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:26.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.521754 20014 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:26.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.533380 20032 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
02:04:26.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.544109 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } attempt: 4
02:04:26.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.549697 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.189:43585: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:26.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:26.849215 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } attempt: 5
02:04:26.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.856582 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.189:43585: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:27.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.404172 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } attempt: 6
02:04:27.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:27.416292 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.189:43585: Network error: Client connection negotiation failed: client connection to 127.19.100.189:43585: connect: Connection refused (error 111)
02:04:27.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:26.534188 20033 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
02:04:27.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:27.764294 20036 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
02:04:27.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:27.767058 20035 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1228 milliseconds
02:04:27.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.767259 20014 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
02:04:27.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.768688 20014 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:27.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.773919 20014 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:27.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.775411 20014 hybrid_clock.cc:648] HybridClock initialized: now 1786500267775387 us; error 46 us; skew 500 ppm
02:04:27.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.776181 20014 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:27.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.786444 20014 webserver.cc:533] Webserver started at http://127.19.100.189:46785/ using document root <none> and password file <none>
02:04:27.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.787573 20014 fs_manager.cc:362] Metadata directory not provided
02:04:27.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.787832 20014 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:27.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.788410 20014 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:27.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.794813 20014 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data/instance:
02:04:27.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d3716711077450b8a736129f52d981f"
02:04:27.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:27 on dist-test-slave-rwrg"
02:04:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.796929 20014 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/wal/instance:
02:04:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d3716711077450b8a736129f52d981f"
02:04:27.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:27 on dist-test-slave-rwrg"
02:04:27.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.808135 20014 fs_manager.cc:696] Time spent creating directory manager: real 0.010s	user 0.009s	sys 0.000s
02:04:27.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.816759 20056 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:27.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.818514 20014 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
02:04:27.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.818876 20014 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/wal
02:04:27.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d3716711077450b8a736129f52d981f"
02:04:27.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:27 on dist-test-slave-rwrg"
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.819394 20014 fs_report.cc:389] FS layout report
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/wal
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/wal
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data/data
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:27.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:27.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.872462 20014 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:27.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.873996 20014 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
02:04:27.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.874403 20014 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:27.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.952986 20014 rpc_server.cc:307] RPC server started. Bound to: 127.19.100.189:43585
02:04:27.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.953078 20158 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.100.189:43585 every 8 connection(s)
02:04:27.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.955662 20014 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/data/info.pb
02:04:27.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.960479 19858 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 20014
02:04:27.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.960923 19858 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-1/wal/instance
02:04:27.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.961617 20161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.962925 19858 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/wal
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/logs
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data/info.pb
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:27.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.100.188:40643
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.100.188
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.100.148:40301
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.100.190:41733,127.19.100.189:43585,127.19.100.188:40643
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37565/jwks.json
02:04:27.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41049 with env {}
02:04:27.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.973083 20161 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } has no permanent_uuid. Determining permanent_uuid...
02:04:27.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:27.999137 20161 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } has no permanent_uuid. Determining permanent_uuid...
02:04:28.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.014472 20161 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } has no permanent_uuid. Determining permanent_uuid...
02:04:28.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.016968 20064 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.021452 20161 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.071048 20161 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 1
02:04:28.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.075642 20161 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.144114 20161 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 2
02:04:28.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.148824 20161 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.240355 20161 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 3
02:04:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.245550 20161 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.278915 20162 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:28.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.279520 20162 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:28.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.279989 20162 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:28.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.313869 20162 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:28.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.314267 20162 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:28.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.314679 20162 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:28.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.314913 20162 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:28.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.315112 20162 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:28.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.315280 20162 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37565/jwks.json
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.351815 20162 master_runner.cc:387] Master server non-default flags:
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/logs
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.100.148:40301
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/wal
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41049
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.100.190:41733,127.19.100.189:43585,127.19.100.188:40643
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:28.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.100.188:40643
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37565/jwks.json
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data/info.pb
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.100.188
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.353338 20162 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:28.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.354918 20162 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:28.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.365358 20178 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
02:04:28.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.388942 20161 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 4
02:04:28.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.397467 20161 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.476974 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } attempt: 7
02:04:28.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.508512 20013 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } has no permanent_uuid. Determining permanent_uuid...
02:04:28.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.529479 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.588691 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 1
02:04:28.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.605341 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.686986 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 2
02:04:28.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.697074 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.696996 20161 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 5
02:04:28.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.709339 20161 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.782771 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 3
02:04:28.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.792981 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:28.933676 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 4
02:04:28.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.943763 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:29.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.227856 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 5
02:04:29.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:29.237007 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:29.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.256980 20161 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 6
02:04:29.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:29.288769 20161 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:29.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:28.367281 20179 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
02:04:29.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:29.737057 20180 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1368 milliseconds
02:04:29.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:29.738165 20183 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
02:04:29.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:29.741592 20162 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.375s	user 0.468s	sys 0.875s
02:04:29.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:29.742034 20162 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.376s	user 0.468s	sys 0.875s
02:04:29.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.742394 20162 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
02:04:29.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.744375 20162 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:29.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.748170 20162 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:29.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.749689 20162 hybrid_clock.cc:648] HybridClock initialized: now 1786500269749642 us; error 46 us; skew 500 ppm
02:04:29.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.750587 20162 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:29.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.758525 20162 webserver.cc:533] Webserver started at http://127.19.100.188:42425/ using document root <none> and password file <none>
02:04:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.759630 20162 fs_manager.cc:362] Metadata directory not provided
02:04:29.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.759903 20162 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:29.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.760452 20162 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.765260 20162 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data/instance:
02:04:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4a470f15bc744ebb7e85763f42da281"
02:04:29.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:29 on dist-test-slave-rwrg"
02:04:29.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.766510 20162 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/wal/instance:
02:04:29.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4a470f15bc744ebb7e85763f42da281"
02:04:29.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:29 on dist-test-slave-rwrg"
02:04:29.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.774783 20162 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.002s	sys 0.007s
02:04:29.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.781443 20200 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:29.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.782719 20162 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
02:04:29.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.783087 20162 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/wal
02:04:29.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4a470f15bc744ebb7e85763f42da281"
02:04:29.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:29 on dist-test-slave-rwrg"
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.783445 20162 fs_report.cc:389] FS layout report
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/wal
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/wal
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data/data
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:29.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:29.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:29.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:29.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:29.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:29.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:29.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:29.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.789661 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 6
02:04:29.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:29.797226 20013 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.100.188:40643: Network error: Client connection negotiation failed: client connection to 127.19.100.188:40643: connect: Connection refused (error 111)
02:04:29.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.881434 20162 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:29.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.883010 20162 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
02:04:29.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.883425 20162 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:29.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.955513 20162 rpc_server.cc:307] RPC server started. Bound to: 127.19.100.188:40643
02:04:29.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.955680 20298 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.100.188:40643 every 8 connection(s)
02:04:29.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.958601 20162 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/data/info.pb
02:04:29.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.959195 19858 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 20162
02:04:29.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.959679 19858 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster14933451594867114065/master-2/wal/instance
02:04:29.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.967272 20299 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:29.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:29.986606 20299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } has no permanent_uuid. Determining permanent_uuid...
02:04:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.006163 20299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } has no permanent_uuid. Determining permanent_uuid...
02:04:30.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.017964 20299 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } has no permanent_uuid. Determining permanent_uuid...
02:04:30.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.029469 19858 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:04:30.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.035125 20299 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281: Bootstrap starting.
02:04:30.037 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:30.037 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:04:30.038 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.100.190"
      port: 41733
    }
    bound_http_address {
      host: "127.19.100.190"
      port: 33537
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.100.189"
      port: 43585
    }
    bound_http_address {
      host: "127.19.100.189"
      port: 46785
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.100.188"
      port: 40643
    }
    bound_http_address {
      host: "127.19.100.188"
      port: 42425
    }
  }
}

02:04:30.040 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:04:30.040 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:30.041 [INFO - Metastore-Handler-Pool: Thread-134] (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)	
02:04:30.043 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:30.043 [INFO - Metastore-Handler-Pool: Thread-134] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:30.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.042913 20299 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281: Neither blocks nor log segments found. Creating new log.
02:04:30.043 [INFO - Metastore-Handler-Pool: Thread-134] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@781581c2, with PersistenceManager: null will be shutdown
02:04:30.043 [INFO - Metastore-Handler-Pool: Thread-134] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@781581c2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@342db977 created in the thread with id: 134
02:04:30.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.045663 20299 log.cc:826] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281: Log is configured to *not* fsync() on all Append() calls
02:04:30.047 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@781581c2
02:04:30.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.051148 20299 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281: No bootstrap required, opened a new log
02:04:30.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.078827 20299 raft_consensus.cc:359] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:30.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.079748 20299 raft_consensus.cc:385] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:30.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.080060 20299 raft_consensus.cc:740] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b4a470f15bc744ebb7e85763f42da281, State: Initialized, Role: FOLLOWER
02:04:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.081290 20299 consensus_queue.cc:260] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [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: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:30.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.089913 20314 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [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: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:30.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.090765 20314 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: This master's current role is: FOLLOWER
02:04:30.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.093786 20299 sys_catalog.cc:565] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: configured and running, proceeding with master startup.
02:04:30.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.138671 20214 tablet.cc:2406] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:30.164 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:30.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.165678 20335 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:30.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.185333 20344 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:04:30.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.185693 20344 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:04:30.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.177096 20162 master_runner.cc:187] Error getting master registration for 127.19.100.190:41733: OK, instance_id { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" instance_seqno: 1786500266098766 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:30.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.209074 20162 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:30.352 [WARN - Metastore-Handler-Pool: Thread-134] (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.
02:04:30.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.352617 20161 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 7
02:04:30.358 [WARN - Metastore-Handler-Pool: Thread-134] (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.
02:04:30.358 [WARN - Metastore-Handler-Pool: Thread-134] (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.
02:04:30.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.362097 20314 raft_consensus.cc:493] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:04:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.362829 20314 raft_consensus.cc:515] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:30.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.366828 20314 leader_election.cc:290] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a9620e0d5fd46c897dba270d178a992 (127.19.100.190:41733), 1d3716711077450b8a736129f52d981f (127.19.100.189:43585)
02:04:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.431511 20161 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: Bootstrap starting.
02:04:30.432 [INFO - Metastore-Handler-Pool: Thread-134] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:04:30.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.447005 20161 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: Neither blocks nor log segments found. Creating new log.
02:04:30.448 [INFO - Metastore-Handler-Pool: Thread-134] (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/hive1518633857197734092/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)
02:04:30.456 [INFO - Metastore-Handler-Pool: Thread-134] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1518633857197734092/external-warehouse/legacy_table
02:04:30.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.471992 20161 log.cc:826] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: Log is configured to *not* fsync() on all Append() calls
02:04:30.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.496206 20161 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: No bootstrap required, opened a new log
02:04:30.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.546217 20161 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:30.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.547091 20161 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:30.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.547537 20161 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d3716711077450b8a736129f52d981f, State: Initialized, Role: FOLLOWER
02:04:30.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.548771 20161 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [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: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.561615 20354 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [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: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.562394 20354 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [sys.catalog]: This master's current role is: FOLLOWER
02:04:30.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.564093 20161 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [sys.catalog]: configured and running, proceeding with master startup.
02:04:30.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.564239 20111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a470f15bc744ebb7e85763f42da281" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d3716711077450b8a736129f52d981f" is_pre_election: true
02:04:30.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.565090 20111 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b4a470f15bc744ebb7e85763f42da281 in term 0.
02:04:30.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.567124 20209 leader_election.cc:304] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [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: 1d3716711077450b8a736129f52d981f, b4a470f15bc744ebb7e85763f42da281; no voters: 
02:04:30.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.568308 20314 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:04:30.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.568714 20314 raft_consensus.cc:493] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:04:30.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.569052 20314 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 0 FOLLOWER]: Advancing to term 1
02:04:30.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.576303 20314 raft_consensus.cc:515] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:30.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.582724 20111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a470f15bc744ebb7e85763f42da281" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d3716711077450b8a736129f52d981f"
02:04:30.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.583370 20111 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [term 0 FOLLOWER]: Advancing to term 1
02:04:30.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.593327 20314 leader_election.cc:290] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [CANDIDATE]: Term 1 election: Requested vote from peers 1a9620e0d5fd46c897dba270d178a992 (127.19.100.190:41733), 1d3716711077450b8a736129f52d981f (127.19.100.189:43585)
02:04:30.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.593690 20111 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b4a470f15bc744ebb7e85763f42da281 in term 1.
02:04:30.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.597525 20209 leader_election.cc:304] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [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: 1d3716711077450b8a736129f52d981f, b4a470f15bc744ebb7e85763f42da281; no voters: 
02:04:30.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.598850 20314 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 1 FOLLOWER]: Leader election won for term 1
02:04:30.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.608223 20314 raft_consensus.cc:697] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [term 1 LEADER]: Becoming Leader. State: Replica: b4a470f15bc744ebb7e85763f42da281, State: Running, Role: LEADER
02:04:30.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.611711 20314 consensus_queue.cc:237] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [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: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:30.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.633617 20067 tablet.cc:2406] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:30.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.645762 20357 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b4a470f15bc744ebb7e85763f42da281. Latest consensus state: current_term: 1 leader_uuid: "b4a470f15bc744ebb7e85763f42da281" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:30.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.646521 20357 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: This master's current role is: LEADER
02:04:30.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.658751 20373 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:04:30.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.673601 20373 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:04:30.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.708048 20111 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [term 1 FOLLOWER]: Refusing update from remote peer b4a470f15bc744ebb7e85763f42da281: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:30.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.711490 20357 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:04:30.739 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:30.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.740175 20383 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:30.789 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:04:30.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.791607 20378 mvcc.cc:204] Tried to move back new op lower bound from 7317505108796796928 to 7317505108468494336. Current Snapshot: MvccSnapshot[applied={T|T < 7317505108796796928}]
02:04:30.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.795516 20354 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [sys.catalog]: SysCatalogTable state changed. Reason: New leader b4a470f15bc744ebb7e85763f42da281. Latest consensus state: current_term: 1 leader_uuid: "b4a470f15bc744ebb7e85763f42da281" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:30.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.801026 20314 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b4a470f15bc744ebb7e85763f42da281" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:30.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.801748 20314 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: This master's current role is: LEADER
02:04:30.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.802829 20373 catalog_manager.cc:1383] Generated new cluster ID: bcab43009b44419caf095c57110e919c
02:04:30.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.803125 20373 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:04:30.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.814469 20354 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [sys.catalog]: This master's current role is: FOLLOWER
02:04:30.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.830683 20013 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } attempt: 7
02:04:30.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.739428 20014 master_runner.cc:187] Error getting master registration for 127.19.100.190:41733: OK, instance_id { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" instance_seqno: 1786500266098766 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:30.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.855790 20014 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:30.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.863380 20394 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:04:30.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:30.863745 20394 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:04:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.864914 20398 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b4a470f15bc744ebb7e85763f42da281" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:30.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.865725 20398 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f [sys.catalog]: This master's current role is: FOLLOWER
02:04:30.880 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:30.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.881824 20373 catalog_manager.cc:1406] Generated new certificate authority record
02:04:30.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.883903 20373 catalog_manager.cc:1540] Loading token signing keys...
02:04:30.900 [INFO - Metastore-Handler-Pool: Thread-134] (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	
02:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.914722 20013 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: Bootstrap starting.
02:04:30.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.924269 20013 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: Neither blocks nor log segments found. Creating new log.
02:04:30.943 [INFO - Metastore-Handler-Pool: Thread-134] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:04:30.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.947842 20373 catalog_manager.cc:6092] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281: Generated new TSK 0
02:04:30.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.949462 20373 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:04:30.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.955638 20013 log.cc:826] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: Log is configured to *not* fsync() on all Append() calls
02:04:30.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.957660 20373 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:04:30.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.963522 20373 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
02:04:30.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:30.973713 20013 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: No bootstrap required, opened a new log
02:04:31.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.031556 20013 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:31.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.044677 20013 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:31.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.045421 20013 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a9620e0d5fd46c897dba270d178a992, State: Initialized, Role: FOLLOWER
02:04:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.046912 20013 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [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: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } }
02:04:31.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.052562 20412 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [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: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:31.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:31.056770 19935 tablet.cc:2406] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.057017 20013 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [sys.catalog]: configured and running, proceeding with master startup.
02:04:31.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.057193 19972 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a470f15bc744ebb7e85763f42da281" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a9620e0d5fd46c897dba270d178a992"
02:04:31.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.058024 19974 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b4a470f15bc744ebb7e85763f42da281" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a9620e0d5fd46c897dba270d178a992" is_pre_election: true
02:04:31.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.059128 19970 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [term 0 FOLLOWER]: Advancing to term 1
02:04:31.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.064953 20412 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [sys.catalog]: This master's current role is: FOLLOWER
02:04:31.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.073083 19970 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [term 1 FOLLOWER]: Refusing update from remote peer b4a470f15bc744ebb7e85763f42da281: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:31.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.075889 20314 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
02:04:31.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.137696 20416 mvcc.cc:204] Tried to move back new op lower bound from 7317505108796796928 to 7317505108468494336. Current Snapshot: MvccSnapshot[applied={T|T < 7317505108796796928}]
02:04:31.186 [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=	
02:04:31.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:31.187498 20335 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:31.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.194135 20432 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b4a470f15bc744ebb7e85763f42da281" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:31.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.195116 20432 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [sys.catalog]: This master's current role is: FOLLOWER
02:04:31.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.196120 20412 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b4a470f15bc744ebb7e85763f42da281. Latest consensus state: current_term: 1 leader_uuid: "b4a470f15bc744ebb7e85763f42da281" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:31.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.197042 20412 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992 [sys.catalog]: This master's current role is: FOLLOWER
02:04:31.212 [INFO - Metastore-Handler-Pool: Thread-134] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:04:31.216 [INFO - Metastore-Handler-Pool: Thread-134] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:04:31.240 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:31.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:31.241498 20448 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:31.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.253681 20454 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:04:31.450 [INFO - Metastore-Handler-Pool: Thread-134] (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	
02:04:31.497 [INFO - Metastore-Handler-Pool: Thread-134] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
02:04:31.573 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
02:04:31.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.578166 20314 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b4a470f15bc744ebb7e85763f42da281" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a9620e0d5fd46c897dba270d178a992" member_type: VOTER last_known_addr { host: "127.19.100.190" port: 41733 } } peers { permanent_uuid: "1d3716711077450b8a736129f52d981f" member_type: VOTER last_known_addr { host: "127.19.100.189" port: 43585 } } peers { permanent_uuid: "b4a470f15bc744ebb7e85763f42da281" member_type: VOTER last_known_addr { host: "127.19.100.188" port: 40643 } } }
02:04:31.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.578931 20314 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4a470f15bc744ebb7e85763f42da281 [sys.catalog]: This master's current role is: LEADER
02:04:31.615 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:31.619 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
02:04:31.750 [INFO - Metastore-Handler-Pool: Thread-142] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:31.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:31.751518 20383 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:31.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.869695 20394 catalog_manager.cc:1295] Loaded cluster ID: bcab43009b44419caf095c57110e919c
02:04:31.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.870503 20394 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: loading cluster ID for follower catalog manager: success
02:04:31.874 [WARN - Metastore-Handler-Pool: Thread-134] (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.
02:04:31.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.883459 20394 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: acquiring CA information for follower catalog manager: success
02:04:31.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:31.900455 20394 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1d3716711077450b8a736129f52d981f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:32.198 [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=	
02:04:32.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:32.198721 20335 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:32.236 [WARN - Metastore-Handler-Pool: Thread-134] (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.
02:04:32.244 [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=	
02:04:32.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:32.245527 20448 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:32.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:32.281716 20454 catalog_manager.cc:1295] Loaded cluster ID: bcab43009b44419caf095c57110e919c
02:04:32.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:32.282295 20454 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: loading cluster ID for follower catalog manager: success
02:04:32.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:32.289831 20454 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: acquiring CA information for follower catalog manager: success
02:04:32.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:32.295498 20454 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1a9620e0d5fd46c897dba270d178a992: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:32.371 [WARN - Metastore-Handler-Pool: Thread-134] (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.
02:04:32.764 [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=	
02:04:32.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:32.765620 20383 client.h:373] Failed to connect to Hive Metastore (localhost:41049): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:32.807 [INFO - Metastore-Handler-Pool: Thread-134] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:04:32.808 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:04:32.809 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:04:32.809 [INFO - Metastore-Handler-Pool: Thread-134] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@781581c2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@342db977 will be shutdown
02:04:32.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:32.809000 19858 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 19884
02:04:32.809 [INFO - Metastore-Handler-Pool: Thread-134] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:04:32.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:32.927419 19858 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 20014
02:04:32.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:32.979998 19858 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 20162
02:04:34.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:34Z chronyd exiting
.02:04:35.241 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:35.242 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:35.242 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:35.266 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive6179977532647513189
02:04:35.267 [INFO - Thread-103] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:04:35.267 [INFO - Thread-103] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:04:35.270 [INFO - Thread-103] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:35.270 [INFO - Thread-103] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:35.270 [INFO - Thread-103] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:04:35.271 [INFO - Thread-103] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:04:35.272 [INFO - Thread-103] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:04:35.272 [INFO - Thread-103] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:04:35.273 [INFO - Thread-103] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:04:35.274 [INFO - Thread-103] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:04:35.275 [INFO - Thread-103] (HikariDataSource.java:80) objectstore - Starting...
02:04:35.358 [INFO - Thread-103] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:35.368 [INFO - Thread-103] (HikariDataSource.java:82) objectstore - Start completed.
02:04:35.369 [INFO - Thread-103] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:04:35.370 [INFO - Thread-103] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:04:35.372 [INFO - Thread-103] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:35.372 [INFO - Thread-103] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:04:35.389 [INFO - Thread-103] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:04:35.389 [INFO - Thread-103] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:04:35.390 [INFO - Thread-103] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:04:35.417 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:35.418 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:35.418 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:35.418 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:35.419 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:35.419 [WARN - Thread-103] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:35.638 [INFO - Thread-103] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:04:35.638 [INFO - Thread-103] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@47e15c23, with PersistenceManager: null will be shutdown
02:04:35.639 [INFO - Thread-103] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@47e15c23, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5e2e60a1 created in the thread with id: 146
02:04:35.640 [WARN - Thread-103] (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
02:04:35.641 [INFO - Thread-103] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@47e15c23
02:04:35.741 [INFO - Thread-103] (HMSHandler.java:595) Started creating a default database with name: default
02:04:35.758 [INFO - Thread-103] (HMSHandler.java:605) Successfully created a default database with name: default
02:04:35.785 [INFO - Thread-103] (HMSHandler.java:668) Added admin role in metastore
02:04:35.786 [INFO - Thread-103] (HMSHandler.java:677) Added public role in metastore
02:04:35.817 [INFO - Thread-103] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:04:35.818 [INFO - Thread-103] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:04:35.818 [INFO - Thread-103] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:04:35.819 [INFO - Thread-103] (HiveMetaStore.java:697) Direct SQL optimization = true
02:04:35.819 [WARN - Thread-103] (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)
02:04:35.819 [INFO - Thread-103] (HiveMetaStore.java:632) Started the new metaserver on port [35659]...
02:04:35.819 [INFO - Thread-103] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:04:35.819 [INFO - Thread-103] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:04:35.819 [INFO - Thread-103] (HiveMetaStore.java:635) TCP keepalive = true
02:04:35.820 [INFO - Thread-103] (HiveMetaStore.java:636) Enable SSL = false
02:04:36.269 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:36.270 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:36.270 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:36.272 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:04:36.272 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35659]
02:04:36.272 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35659) in binary transport mode
02:04:36.272 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35659) current connections: 1
02:04:36.274 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task1KKAIL/test-tmp
02:04:36.274 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:04:36.275 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task1KKAIL/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:04:36.277 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35659"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:04:36.600 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:36.600 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:04:36.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:36.604058 20506 mini_oidc.cc:150] Starting JWKS server
02:04:36.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:36.607156 20506 webserver.cc:533] Webserver started at http://127.0.0.1:36843/ using document root <none> and password file <none>
02:04:36.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:36.607517 20506 mini_oidc.cc:186] Starting OIDC Discovery server
02:04:36.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:36.609267 20506 webserver.cc:533] Webserver started at http://127.0.0.1:33977/ using document root <none> and password file <none>
02:04:36.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:36Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:04:36.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:36Z Disabled control of system clock
02:04:36.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:36.673415 20506 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:36.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:36.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/wal
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/logs
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data/info.pb
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.6.190:42047
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.6.190
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.6.148:38595
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.6.190:42047,127.20.6.189:45247,127.20.6.188:43527
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36843/jwks.json
02:04:36.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35659 with env {}
02:04:36.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:36.975713 20530 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:36.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:36.976284 20530 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:36.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:36.976959 20530 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.010673 20530 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.010943 20530 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.011138 20530 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.011332 20530 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.011515 20530 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:37.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.011655 20530 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36843/jwks.json
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:37.048688 20530 master_runner.cc:387] Master server non-default flags:
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/logs
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.6.148:38595
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/wal
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35659
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.6.190:42047,127.20.6.189:45247,127.20.6.188:43527
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.6.190:42047
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36843/jwks.json
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data/info.pb
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.6.190
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:37.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:37.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:37.049970 20530 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:37.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:37.051618 20530 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:37.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.062110 20545 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
02:04:38.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:37.063438 20547 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
02:04:38.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.317806 20549 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
02:04:38.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.320118 20548 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1251 milliseconds
02:04:38.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.320806 20530 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.259s	user 0.449s	sys 0.809s
02:04:38.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.321153 20530 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.259s	user 0.449s	sys 0.809s
02:04:38.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.321450 20530 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
02:04:38.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.323081 20530 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:38.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.326445 20530 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:38.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.328084 20530 hybrid_clock.cc:648] HybridClock initialized: now 1786500278328048 us; error 95 us; skew 500 ppm
02:04:38.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.329367 20530 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:38.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.338400 20530 webserver.cc:533] Webserver started at http://127.20.6.190:40517/ using document root <none> and password file <none>
02:04:38.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.339883 20530 fs_manager.cc:362] Metadata directory not provided
02:04:38.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.340199 20530 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:38.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.340847 20530 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.346782 20530 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data/instance:
02:04:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d6d58cb3cfe6464bbc5587693256b453"
02:04:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:38 on dist-test-slave-rwrg"
02:04:38.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.347818 20530 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/wal/instance:
02:04:38.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d6d58cb3cfe6464bbc5587693256b453"
02:04:38.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:38 on dist-test-slave-rwrg"
02:04:38.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.356243 20530 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.001s
02:04:38.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.362346 20562 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:38.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.363567 20530 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
02:04:38.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.363917 20530 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/wal
02:04:38.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d6d58cb3cfe6464bbc5587693256b453"
02:04:38.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:38 on dist-test-slave-rwrg"
02:04:38.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.364265 20530 fs_report.cc:389] FS layout report
02:04:38.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/wal
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/wal
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data/data
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:38.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:38.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.434687 20530 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:38.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.436260 20530 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
02:04:38.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.436828 20530 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:38.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.508961 20530 rpc_server.cc:307] RPC server started. Bound to: 127.20.6.190:42047
02:04:38.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.509040 20663 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.6.190:42047 every 8 connection(s)
02:04:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.511852 20530 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/data/info.pb
02:04:38.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.512642 20506 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 20530
02:04:38.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.513026 20506 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-0/wal/instance
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.518592 20506 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/wal
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/logs
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data/info.pb
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.6.189:45247
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.6.189
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.6.148:38595
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.6.190:42047,127.20.6.189:45247,127.20.6.188:43527
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36843/jwks.json
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35659 with env {}
02:04:38.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.519243 20667 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:38.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.530277 20667 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } has no permanent_uuid. Determining permanent_uuid...
02:04:38.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.561271 20667 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } has no permanent_uuid. Determining permanent_uuid...
02:04:38.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.563817 20576 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:38.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.567924 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.189:45247: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:38.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.617462 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } attempt: 1
02:04:38.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.621827 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.189:45247: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:38.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.690249 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } attempt: 2
02:04:38.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.694564 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.189:45247: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:38.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.785975 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } attempt: 3
02:04:38.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.790621 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.189:45247: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:38.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.842338 20668 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:38.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.842900 20668 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:38.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.843418 20668 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:38.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.876124 20668 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:38.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.876398 20668 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:38.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.876670 20668 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:38.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.876964 20668 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:38.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.877171 20668 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:38.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.877318 20668 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36843/jwks.json
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.913076 20668 master_runner.cc:387] Master server non-default flags:
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/logs
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.6.148:38595
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/wal
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35659
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.6.190:42047,127.20.6.189:45247,127.20.6.188:43527
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.6.189:45247
02:04:38.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36843/jwks.json
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data/info.pb
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.6.189
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:38.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.914384 20668 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:38.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.915951 20668 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:38.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.926991 20686 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
02:04:38.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:38.934051 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } attempt: 4
02:04:38.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.940644 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.189:45247: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:39.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:39.240100 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } attempt: 5
02:04:39.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:39.247202 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.189:45247: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:39.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:39.794806 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } attempt: 6
02:04:39.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:39.808604 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.189:45247: Network error: Client connection negotiation failed: client connection to 127.20.6.189:45247: connect: Connection refused (error 111)
02:04:40.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:38.927425 20688 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
02:04:40.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.158990 20693 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
02:04:40.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.162358 20692 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1230 milliseconds
02:04:40.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.162496 20668 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
02:04:40.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.164029 20668 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:40.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.166738 20668 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:40.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.168136 20668 hybrid_clock.cc:648] HybridClock initialized: now 1786500280168100 us; error 35 us; skew 500 ppm
02:04:40.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.169026 20668 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:40.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.175881 20668 webserver.cc:533] Webserver started at http://127.20.6.189:45701/ using document root <none> and password file <none>
02:04:40.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.176973 20668 fs_manager.cc:362] Metadata directory not provided
02:04:40.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.177227 20668 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:40.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.177775 20668 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.182403 20668 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data/instance:
02:04:40.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7"
02:04:40.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:40 on dist-test-slave-rwrg"
02:04:40.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.183614 20668 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/wal/instance:
02:04:40.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7"
02:04:40.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:40 on dist-test-slave-rwrg"
02:04:40.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.190961 20668 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.001s	sys 0.008s
02:04:40.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.197002 20706 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:40.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.198100 20668 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
02:04:40.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.198451 20668 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/wal
02:04:40.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7"
02:04:40.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:40 on dist-test-slave-rwrg"
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.198793 20668 fs_report.cc:389] FS layout report
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/wal
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/wal
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data/data
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:40.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:40.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.258024 20668 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:40.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.259627 20668 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
02:04:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.260176 20668 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:40.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.334303 20668 rpc_server.cc:307] RPC server started. Bound to: 127.20.6.189:45247
02:04:40.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.334362 20791 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.6.189:45247 every 8 connection(s)
02:04:40.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.337384 20668 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/data/info.pb
02:04:40.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.343437 20794 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:40.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.346951 20506 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 20668
02:04:40.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.347337 20506 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-1/wal/instance
02:04:40.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.350344 20506 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:40.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:40.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/wal
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/logs
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data/info.pb
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.6.188:43527
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.6.188
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.6.148:38595
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.6.190:42047,127.20.6.189:45247,127.20.6.188:43527
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:40.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36843/jwks.json
02:04:40.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35659 with env {}
02:04:40.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.355063 20794 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } has no permanent_uuid. Determining permanent_uuid...
02:04:40.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.386011 20794 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } has no permanent_uuid. Determining permanent_uuid...
02:04:40.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.401734 20794 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } has no permanent_uuid. Determining permanent_uuid...
02:04:40.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.404546 20715 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:40.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.409080 20794 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:40.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.458688 20794 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 1
02:04:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.463590 20794 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:40.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.532004 20794 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 2
02:04:40.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.536619 20794 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:40.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.628039 20794 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 3
02:04:40.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.632416 20794 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:40.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.684350 20795 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:40.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.684988 20795 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:40.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.685559 20795 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:40.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.719643 20795 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:40.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.719950 20795 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:40.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.720148 20795 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:40.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.720352 20795 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:40.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.720646 20795 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:40.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.720889 20795 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36843/jwks.json
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.759639 20795 master_runner.cc:387] Master server non-default flags:
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/logs
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.6.148:38595
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/wal
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35659
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.6.190:42047,127.20.6.189:45247,127.20.6.188:43527
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.6.188:43527
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36843/jwks.json
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:40.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data/info.pb
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.6.188
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:40.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.761139 20795 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:40.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.762734 20795 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:40.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.773872 20814 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
02:04:40.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.775904 20794 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 4
02:04:40.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.782902 20794 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:40.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.869300 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } attempt: 7
02:04:40.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:40.906142 20667 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } has no permanent_uuid. Determining permanent_uuid...
02:04:40.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.942341 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:41.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:41.001012 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 1
02:04:41.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:41.010281 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:41.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:41.082415 20794 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 5
02:04:41.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:41.092113 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 2
02:04:41.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:41.093690 20794 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:41.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:41.101931 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:41.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:41.187526 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 3
02:04:41.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:41.196120 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:41.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:41.336690 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 4
02:04:41.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:41.347681 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:41.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:41.631251 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 5
02:04:41.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:41.640203 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:41.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:41.641346 20794 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 6
02:04:41.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:41.681010 20794 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:42.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.195536 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 6
02:04:42.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.220950 20667 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.6.188:43527: Network error: Client connection negotiation failed: client connection to 127.20.6.188:43527: connect: Connection refused (error 111)
02:04:42.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.179664 20813 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 20795
02:04:42.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.460496 20813 kernel_stack_watchdog.cc:198] Thread 20795 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 402ms:
02:04:42.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
02:04:42.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
02:04:42.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
02:04:42.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
02:04:42.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:40.774685 20817 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
02:04:42.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.460868 20795 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.687s	user 0.575s	sys 1.106s
02:04:42.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.462668 20818 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1687 milliseconds
02:04:42.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.462873 20795 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.689s	user 0.575s	sys 1.106s
02:04:42.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.463450 20819 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
02:04:42.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.463544 20795 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
02:04:42.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.467517 20795 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:42.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.470165 20795 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:42.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.471554 20795 hybrid_clock.cc:648] HybridClock initialized: now 1786500282471521 us; error 35 us; skew 500 ppm
02:04:42.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.472442 20795 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:42.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.478703 20795 webserver.cc:533] Webserver started at http://127.20.6.188:46819/ using document root <none> and password file <none>
02:04:42.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.479691 20795 fs_manager.cc:362] Metadata directory not provided
02:04:42.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.479946 20795 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:42.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.480551 20795 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:42.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.484937 20795 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data/instance:
02:04:42.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07c6d2b752b64c1a89269c5b15451df9"
02:04:42.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:42 on dist-test-slave-rwrg"
02:04:42.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.486184 20795 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/wal/instance:
02:04:42.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07c6d2b752b64c1a89269c5b15451df9"
02:04:42.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:42 on dist-test-slave-rwrg"
02:04:42.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.493449 20795 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.003s	sys 0.004s
02:04:42.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.499182 20843 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:42.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.500206 20795 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.001s
02:04:42.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.500583 20795 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/wal
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07c6d2b752b64c1a89269c5b15451df9"
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:42 on dist-test-slave-rwrg"
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.500945 20795 fs_report.cc:389] FS layout report
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/wal
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/wal
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data/data
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:42.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:42.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:42.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:42.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:42.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.559827 20795 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:42.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.561435 20795 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
02:04:42.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.561885 20795 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:42.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.634958 20795 rpc_server.cc:307] RPC server started. Bound to: 127.20.6.188:43527
02:04:42.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.635054 20939 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.6.188:43527 every 8 connection(s)
02:04:42.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.637956 20795 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/data/info.pb
02:04:42.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.642122 20506 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 20795
02:04:42.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.642468 20506 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster4453504680237366465/master-2/wal/instance
02:04:42.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.644438 20941 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:42.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.657842 20941 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } has no permanent_uuid. Determining permanent_uuid...
02:04:42.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.676718 20941 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } has no permanent_uuid. Determining permanent_uuid...
02:04:42.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.689025 20941 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } has no permanent_uuid. Determining permanent_uuid...
02:04:42.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.702310 20506 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:04:42.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.705593 20941 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9: Bootstrap starting.
02:04:42.710 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:42.710 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:04:42.711 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.6.190"
      port: 42047
    }
    bound_http_address {
      host: "127.20.6.190"
      port: 40517
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.6.189"
      port: 45247
    }
    bound_http_address {
      host: "127.20.6.189"
      port: 45701
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.6.188"
      port: 43527
    }
    bound_http_address {
      host: "127.20.6.188"
      port: 46819
    }
  }
}

02:04:42.711 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:04:42.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.711678 20941 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9: Neither blocks nor log segments found. Creating new log.
02:04:42.712 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:42.713 [INFO - Metastore-Handler-Pool: Thread-167] (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=d3f9fc62-bb99-44b4-82a0-3292e1783e70, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.6.189:45247,127.20.6.190:42047,127.20.6.188:43527}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:42.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.713973 20941 log.cc:826] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9: Log is configured to *not* fsync() on all Append() calls
02:04:42.715 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:42.715 [INFO - Metastore-Handler-Pool: Thread-167] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:42.715 [INFO - Metastore-Handler-Pool: Thread-167] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5ee69bf8, with PersistenceManager: null will be shutdown
02:04:42.716 [INFO - Metastore-Handler-Pool: Thread-167] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5ee69bf8, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c649d49 created in the thread with id: 167
02:04:42.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.719399 20941 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9: No bootstrap required, opened a new log
02:04:42.721 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5ee69bf8
02:04:42.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.738713 20941 raft_consensus.cc:359] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:42.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.739399 20941 raft_consensus.cc:385] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:42.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.739715 20941 raft_consensus.cc:740] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07c6d2b752b64c1a89269c5b15451df9, State: Initialized, Role: FOLLOWER
02:04:42.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.740754 20941 consensus_queue.cc:260] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [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: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:42.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.741581 20794 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 7
02:04:42.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.749032 20957 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [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: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:42.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.751089 20941 sys_catalog.cc:565] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: configured and running, proceeding with master startup.
02:04:42.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.750166 20957 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: This master's current role is: FOLLOWER
02:04:42.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.763269 20957 raft_consensus.cc:493] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:04:42.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.764055 20957 raft_consensus.cc:515] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:42.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.773356 20957 leader_election.cc:290] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d6d58cb3cfe6464bbc5587693256b453 (127.20.6.190:42047), b4e3b15ef4384fc0b2970b2d9cf939c7 (127.20.6.189:45247)
02:04:42.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.784659 20794 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: Bootstrap starting.
02:04:42.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.800391 20794 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: Neither blocks nor log segments found. Creating new log.
02:04:42.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.805271 20794 log.cc:826] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: Log is configured to *not* fsync() on all Append() calls
02:04:42.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.817262 20853 tablet.cc:2406] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:42.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.829775 20794 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: No bootstrap required, opened a new log
02:04:42.864 [INFO - Metastore-Handler-Pool: Thread-169] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:42.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.865093 20977 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:42.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.881291 20794 raft_consensus.cc:359] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:42.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.882385 20794 raft_consensus.cc:385] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:42.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.882786 20794 raft_consensus.cc:740] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b4e3b15ef4384fc0b2970b2d9cf939c7, State: Initialized, Role: FOLLOWER
02:04:42.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.883958 20794 consensus_queue.cc:260] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [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: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.893762 20986 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [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: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.894606 20986 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [sys.catalog]: This master's current role is: FOLLOWER
02:04:42.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.895321 20794 sys_catalog.cc:565] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [sys.catalog]: configured and running, proceeding with master startup.
02:04:42.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.895489 20749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07c6d2b752b64c1a89269c5b15451df9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" is_pre_election: true
02:04:42.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.896382 20749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07c6d2b752b64c1a89269c5b15451df9 in term 0.
02:04:42.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.898204 20850 leader_election.cc:304] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [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: 07c6d2b752b64c1a89269c5b15451df9, b4e3b15ef4384fc0b2970b2d9cf939c7; no voters: 
02:04:42.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.899287 20957 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:04:42.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.899672 20957 raft_consensus.cc:493] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:04:42.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.900059 20957 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 0 FOLLOWER]: Advancing to term 1
02:04:42.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.911345 20957 raft_consensus.cc:515] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:42.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.913005 20982 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:04:42.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:42.918499 20982 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:04:42.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.921635 20749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07c6d2b752b64c1a89269c5b15451df9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7"
02:04:42.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.922225 20749 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [term 0 FOLLOWER]: Advancing to term 1
02:04:42.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.925827 20957 leader_election.cc:290] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [CANDIDATE]: Term 1 election: Requested vote from peers d6d58cb3cfe6464bbc5587693256b453 (127.20.6.190:42047), b4e3b15ef4384fc0b2970b2d9cf939c7 (127.20.6.189:45247)
02:04:42.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.938898 20749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07c6d2b752b64c1a89269c5b15451df9 in term 1.
02:04:42.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.948997 20850 leader_election.cc:304] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [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: 07c6d2b752b64c1a89269c5b15451df9, b4e3b15ef4384fc0b2970b2d9cf939c7; no voters: 
02:04:42.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.950531 20957 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 1 FOLLOWER]: Leader election won for term 1
02:04:42.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.878414 20795 master_runner.cc:187] Error getting master registration for 127.20.6.190:42047: OK, instance_id { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" instance_seqno: 1786500278488939 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:42.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.963649 20795 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:42.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.968550 20957 raft_consensus.cc:697] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [term 1 LEADER]: Becoming Leader. State: Replica: 07c6d2b752b64c1a89269c5b15451df9, State: Running, Role: LEADER
02:04:42.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.970176 20957 consensus_queue.cc:237] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [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: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:43.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:42.995373 20993 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07c6d2b752b64c1a89269c5b15451df9. Latest consensus state: current_term: 1 leader_uuid: "07c6d2b752b64c1a89269c5b15451df9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.009097 20993 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: This master's current role is: LEADER
02:04:43.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:43.019290 20719 tablet.cc:2406] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:04:43.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.019982 20998 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:04:43.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.039463 20998 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:04:43.083 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:43.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:43.084820 21008 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:43.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.085115 20749 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [term 1 FOLLOWER]: Refusing update from remote peer 07c6d2b752b64c1a89269c5b15451df9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:43.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.087015 20993 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
02:04:43.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.121711 20668 master_runner.cc:187] Error getting master registration for 127.20.6.190:42047: OK, instance_id { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" instance_seqno: 1786500278488939 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:04:43.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.162930 20986 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07c6d2b752b64c1a89269c5b15451df9. Latest consensus state: current_term: 1 leader_uuid: "07c6d2b752b64c1a89269c5b15451df9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:43.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.163688 20986 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [sys.catalog]: This master's current role is: FOLLOWER
02:04:43.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.163892 20668 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:04:43.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.192819 21007 mvcc.cc:204] Tried to move back new op lower bound from 7317505159448281088 to 7317505159062089728. Current Snapshot: MvccSnapshot[applied={T|T < 7317505159448281088}]
02:04:43.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.213351 21013 mvcc.cc:204] Tried to move back new op lower bound from 7317505159448281088 to 7317505159062089728. Current Snapshot: MvccSnapshot[applied={T|T < 7317505159448281088}]
02:04:43.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.213502 20957 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "07c6d2b752b64c1a89269c5b15451df9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:43.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.214239 20957 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: This master's current role is: LEADER
02:04:43.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.216243 20998 catalog_manager.cc:1383] Generated new cluster ID: 4792f98a94f24a0bb8cd815061122fc1
02:04:43.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.216521 20998 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:04:43.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.218214 20986 sys_catalog.cc:455] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "07c6d2b752b64c1a89269c5b15451df9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:43.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.218897 20986 sys_catalog.cc:458] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7 [sys.catalog]: This master's current role is: FOLLOWER
02:04:43.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.254550 20667 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } attempt: 7
02:04:43.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:43.263754 21012 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:04:43.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:43.267145 21012 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:04:43.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.353310 20667 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453: Bootstrap starting.
02:04:43.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.361215 20998 catalog_manager.cc:1406] Generated new certificate authority record
02:04:43.373 [WARN - Metastore-Handler-Pool: Thread-167] (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.
02:04:43.379 [WARN - Metastore-Handler-Pool: Thread-167] (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.
02:04:43.379 [WARN - Metastore-Handler-Pool: Thread-167] (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.
02:04:43.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.382851 20998 catalog_manager.cc:1540] Loading token signing keys...
02:04:43.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.446372 20667 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453: Neither blocks nor log segments found. Creating new log.
02:04:43.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.479914 20667 log.cc:826] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453: Log is configured to *not* fsync() on all Append() calls
02:04:43.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.572856 20667 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453: No bootstrap required, opened a new log
02:04:43.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.573599 20998 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9: Generated new TSK 0
02:04:43.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.580530 20998 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:04:43.601 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:43.619 [INFO - Metastore-Handler-Pool: Thread-167] (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/hive6179977532647513189/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=d3f9fc62-bb99-44b4-82a0-3292e1783e70, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.6.189:45247,127.20.6.190:42047,127.20.6.188:43527}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:43.621 [INFO - Metastore-Handler-Pool: Thread-167] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6179977532647513189/external-warehouse/table
02:04:43.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.639448 20998 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:04:43.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.717866 20998 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
02:04:43.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.839365 20667 raft_consensus.cc:359] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:43.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.840260 20667 raft_consensus.cc:385] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:43.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.840592 20667 raft_consensus.cc:740] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d6d58cb3cfe6464bbc5587693256b453, State: Initialized, Role: FOLLOWER
02:04:43.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.841696 20667 consensus_queue.cc:260] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [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: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } }
02:04:43.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.844908 21035 sys_catalog.cc:455] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [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: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:43.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.846972 21035 sys_catalog.cc:458] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [sys.catalog]: This master's current role is: FOLLOWER
02:04:43.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.863143 20667 sys_catalog.cc:565] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [sys.catalog]: configured and running, proceeding with master startup.
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.863334 20616 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07c6d2b752b64c1a89269c5b15451df9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6d58cb3cfe6464bbc5587693256b453" is_pre_election: true
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.864233 20616 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07c6d2b752b64c1a89269c5b15451df9 in term 0.
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.864800 20616 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:59336 (request call id 1) took 1096 ms. Trace:
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.865119 20616 rpcz_store.cc:276] 0812 02:04:42.768060 (+     0us) service_pool.cc:167] Inserting onto call queue
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:42.768229 (+   169us) service_pool.cc:224] Handling call
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 02:04:43.864736 (+1096507us) inbound_call.cc:177] Queueing success response
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.866290 20613 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07c6d2b752b64c1a89269c5b15451df9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6d58cb3cfe6464bbc5587693256b453"
02:04:43.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.866910 20613 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [term 0 FOLLOWER]: Advancing to term 1
02:04:43.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.876219 20613 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07c6d2b752b64c1a89269c5b15451df9 in term 1.
02:04:43.877 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.877808 20611 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [term 1 FOLLOWER]: Refusing update from remote peer 07c6d2b752b64c1a89269c5b15451df9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:04:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:43.878264 20977 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:43.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.883255 20957 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:04:43.907 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:43.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.956032 21035 sys_catalog.cc:455] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07c6d2b752b64c1a89269c5b15451df9. Latest consensus state: current_term: 1 leader_uuid: "07c6d2b752b64c1a89269c5b15451df9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:43.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.956780 21035 sys_catalog.cc:458] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [sys.catalog]: This master's current role is: FOLLOWER
02:04:43.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.957950 21054 sys_catalog.cc:455] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "07c6d2b752b64c1a89269c5b15451df9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:43.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:43.958738 21054 sys_catalog.cc:458] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453 [sys.catalog]: This master's current role is: FOLLOWER
02:04:43.987 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:43.989 [INFO - Metastore-Handler-Pool: Thread-167] (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)	
02:04:43.991 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:04:44.001 [INFO - Metastore-Handler-Pool: Thread-167] (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/hive6179977532647513189/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)
02:04:44.003 [INFO - Metastore-Handler-Pool: Thread-167] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6179977532647513189/external-warehouse/legacy_table
02:04:44.014 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:44.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:44.015549 21066 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:44.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:44.017403 21076 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:04:44.039 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:04:44.080 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:44.081 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.097 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:44.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:44.097862 21008 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:44.102 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.234 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.234 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:44.275915 21012 catalog_manager.cc:1295] Loaded cluster ID: 4792f98a94f24a0bb8cd815061122fc1
02:04:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:44.276234 21012 catalog_manager.cc:1588] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: loading cluster ID for follower catalog manager: success
02:04:44.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:44.288008 21012 catalog_manager.cc:1610] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: acquiring CA information for follower catalog manager: success
02:04:44.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:44.297310 21012 catalog_manager.cc:1638] T 00000000000000000000000000000000 P b4e3b15ef4384fc0b2970b2d9cf939c7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:44.298 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:44.307849 20957 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "07c6d2b752b64c1a89269c5b15451df9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d6d58cb3cfe6464bbc5587693256b453" member_type: VOTER last_known_addr { host: "127.20.6.190" port: 42047 } } peers { permanent_uuid: "b4e3b15ef4384fc0b2970b2d9cf939c7" member_type: VOTER last_known_addr { host: "127.20.6.189" port: 45247 } } peers { permanent_uuid: "07c6d2b752b64c1a89269c5b15451df9" member_type: VOTER last_known_addr { host: "127.20.6.188" port: 43527 } } }
02:04:44.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:44.308662 20957 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 [sys.catalog]: This master's current role is: LEADER
02:04:44.331 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.343 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.343 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.352 [DEBUG - Metastore-Handler-Pool: Thread-167] (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.
02:04:44.353 [DEBUG - Metastore-Handler-Pool: Thread-167] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:04:44.371 [DEBUG - Metastore-Handler-Pool: Thread-167] (Connection.java:748) [peer master-127.20.6.189:45247(127.20.6.189:45247)] connecting to peer
02:04:44.385 [DEBUG - Metastore-Handler-Pool: Thread-167] (Connection.java:748) [peer master-127.20.6.190:42047(127.20.6.190:42047)] connecting to peer
02:04:44.387 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.6.189:45247(127.20.6.189:45247)] Successfully connected to peer
02:04:44.397 [DEBUG - Metastore-Handler-Pool: Thread-167] (Connection.java:748) [peer master-127.20.6.188:43527(127.20.6.188:43527)] connecting to peer
02:04:44.399 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.6.190:42047(127.20.6.190:42047)] Successfully connected to peer
02:04:44.409 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.20.6.188:43527(127.20.6.188:43527)] Successfully connected to peer
02:04:44.421 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.6.189
02:04:44.439 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.6.190
02:04:44.458 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.20.6.188
02:04:44.469 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:44.487 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:44.492 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x46748638, L:/127.0.0.1:38172 - R:/127.20.6.189:45247] using SASL/PLAIN
02:04:44.495 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xd88dcbef, L:/127.0.0.1:39980 - R:/127.20.6.188:43527] using SASL/PLAIN
02:04:44.502 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:04:44.506 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:04:44.507 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:04:44.509 [ERROR - Metastore-Handler-Pool: Thread-167] (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)

02:04:44.510 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.513 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x60aae42f, L:/127.0.0.1:59836 - R:/127.20.6.190:42047] using SASL/PLAIN
02:04:44.524 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.544 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.544 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.579 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.590 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.600 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.600 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.607 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.632 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.643 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.644 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.658 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:04:44.659 [ERROR - Metastore-Handler-Pool: Thread-167] (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)

02:04:44.664 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.674 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.710 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.710 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.716 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:04:44.717 [ERROR - Metastore-Handler-Pool: Thread-167] (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)

02:04:44.722 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.732 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.760 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.760 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.795 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.817 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.829 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.829 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.853 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.862 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.872 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.872 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.876 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:04:44.877 [ERROR - Metastore-Handler-Pool: Thread-167] (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)

02:04:44.879 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.887 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.889 [INFO - Metastore-Handler-Pool: Thread-181] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:44.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:44.889793 20977 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:44.898 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.898 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.904 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.912 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.921 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.921 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.926 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.934 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.943 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.943 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:44.949 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:44.957 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:44.965 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:44.966 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:45.033 [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=	
02:04:45.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:45.033632 21066 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:45.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:45.044906 21076 catalog_manager.cc:1295] Loaded cluster ID: 4792f98a94f24a0bb8cd815061122fc1
02:04:45.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:45.057482 21076 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453: loading cluster ID for follower catalog manager: success
02:04:45.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:45.073463 21076 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453: acquiring CA information for follower catalog manager: success
02:04:45.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:45.082371 21076 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d6d58cb3cfe6464bbc5587693256b453: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:04:45.086 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:04:45.088 [ERROR - Metastore-Handler-Pool: Thread-167] (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)

02:04:45.097 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:45.120 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:45.124 [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=	
02:04:45.137 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:45.137 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:45.137167 21008 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:45.148 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:45.157 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:45.165 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:45.165 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:45.173 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:45.181 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:45.190 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:45.190 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:45.196 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:45.204 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:45.205 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:45.310 [WARN - Metastore-Handler-Pool: Thread-167] (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.
02:04:45.490 [WARN - Metastore-Handler-Pool: Thread-167] (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.
02:04:45.597 [WARN - Metastore-Handler-Pool: Thread-167] (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.
02:04:45.892 [WARN - Metastore-Handler-Pool: Thread-167] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive6179977532647513189/warehouse/default/table
02:04:45.893 [INFO - Metastore-Handler-Pool: Thread-167] (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)	
02:04:45.896 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:45.909 [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=	
02:04:45.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:45.910045 20977 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:45.913 [INFO - Metastore-Handler-Pool: Thread-167] (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/hive6179977532647513189/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)
02:04:45.914 [WARN - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:2452) Location: file:/tmp/hive6179977532647513189/external-warehouse/table specified for non-external table:table
02:04:45.915 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:45.915 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:45.973 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:46.037 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:46.045 [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=	
02:04:46.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:46.046075 21066 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:46.051 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:46.086 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:46.149 [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=	
02:04:46.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:46.150023 21008 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:46.176 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:46.176 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:46.185 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:04:46.200 [ERROR - Metastore-Handler-Pool: Thread-167] (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)

02:04:46.207 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:46.242 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:46.297 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:46.299 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:46.308 [ERROR - Metastore-Handler-Pool: Thread-167] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:04:46.326 [ERROR - Metastore-Handler-Pool: Thread-167] (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)

02:04:46.327 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:46.355 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:46.412 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:46.412 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:46.445 [INFO - Metastore-Handler-Pool: Thread-167] (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	
02:04:46.475 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:04:46.503 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:04:46.503 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:04:46.536 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:46.573 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:46.581 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:46.756 [INFO - Metastore-Handler-Pool: Thread-167] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:04:46.761 [INFO - Metastore-Handler-Pool: Thread-167] (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=d3f9fc62-bb99-44b4-82a0-3292e1783e70, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.6.189:45247,127.20.6.190:42047,127.20.6.188:43527}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:04:46.763 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:04:46.770 [INFO - Metastore-Handler-Pool: Thread-167] (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/hive6179977532647513189/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=d3f9fc62-bb99-44b4-82a0-3292e1783e70, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.6.189:45247,127.20.6.190:42047,127.20.6.188:43527}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:04:46.780 [INFO - Metastore-Handler-Pool: Thread-167] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive6179977532647513189/external-warehouse/table
02:04:46.813 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:46.838 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:46.846 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:04:46.881 [INFO - Metastore-Handler-Pool: Thread-167] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:04:46.904 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:473) Updating table stats for table
02:04:46.904 [INFO - Metastore-Handler-Pool: Thread-167] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:04:46.916 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:04:46.921 [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=	
02:04:46.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:46.922264 20977 client.h:373] Failed to connect to Hive Metastore (localhost:35659): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:04:46.934 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:3711) Skipping translation for processor with null
02:04:46.937 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:04:47.028 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:04:47.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:47.029206 20506 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 20530
02:04:47.049 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:04:47.050 [INFO - Metastore-Handler-Pool: Thread-167] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5ee69bf8, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2c649d49 will be shutdown
02:04:47.050 [INFO - Metastore-Handler-Pool: Thread-167] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:04:47.077 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.6.190:42047(127.20.6.190:42047)] handling channelInactive
02:04:47.077 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.6.190:42047(127.20.6.190:42047)] cleaning up while in state READY due to: connection closed
02:04:47.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:47.079468 20844 connection.cc:573] client connection to 127.20.6.190:42047 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:04:47.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:47.079973 20844 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:04:47.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:47.088507 20506 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 20668
02:04:47.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:47.114368 20844 consensus_peers.cc:597] T 00000000000000000000000000000000 P 07c6d2b752b64c1a89269c5b15451df9 -> Peer d6d58cb3cfe6464bbc5587693256b453 (127.20.6.190:42047): Couldn't send request to peer d6d58cb3cfe6464bbc5587693256b453. Status: Network error: Client connection negotiation failed: client connection to 127.20.6.190:42047: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
02:04:47.138 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.6.189:45247(127.20.6.189:45247)] handling channelInactive
02:04:47.138 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.6.189:45247(127.20.6.189:45247)] cleaning up while in state READY due to: connection closed
02:04:47.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:47.139382 20506 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 20795
02:04:47.181 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.20.6.188:43527(127.20.6.188:43527)] handling channelInactive
02:04:47.181 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.20.6.188:43527(127.20.6.188:43527)] cleaning up while in state READY due to: connection closed
02:04:48.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:48Z chronyd exiting
.02:04:49.349 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:49.349 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:49.350 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:49.367 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5710559856280201611
02:04:49.368 [INFO - Thread-135] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:04:49.368 [INFO - Thread-135] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:04:49.370 [INFO - Thread-135] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:49.370 [INFO - Thread-135] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:49.370 [INFO - Thread-135] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:04:49.371 [INFO - Thread-135] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:04:49.372 [INFO - Thread-135] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:04:49.372 [INFO - Thread-135] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:04:49.373 [INFO - Thread-135] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:04:49.374 [INFO - Thread-135] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:04:49.375 [INFO - Thread-135] (HikariDataSource.java:80) objectstore - Starting...
02:04:49.436 [INFO - Thread-135] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:49.437 [INFO - Thread-135] (HikariDataSource.java:82) objectstore - Start completed.
02:04:49.437 [INFO - Thread-135] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:04:49.439 [INFO - Thread-135] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:04:49.440 [INFO - Thread-135] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:49.441 [INFO - Thread-135] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:04:49.451 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:04:49.451 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:04:49.451 [INFO - Thread-135] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:04:49.468 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:49.468 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:49.469 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:49.469 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:49.469 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:49.469 [WARN - Thread-135] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:49.710 [INFO - Thread-135] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:04:49.711 [INFO - Thread-135] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@182eece1, with PersistenceManager: null will be shutdown
02:04:49.712 [INFO - Thread-135] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@182eece1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6004dfd0 created in the thread with id: 189
02:04:49.714 [WARN - Thread-135] (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
02:04:49.715 [INFO - Thread-135] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@182eece1
02:04:49.817 [INFO - Thread-135] (HMSHandler.java:595) Started creating a default database with name: default
02:04:49.836 [INFO - Thread-135] (HMSHandler.java:605) Successfully created a default database with name: default
02:04:49.862 [INFO - Thread-135] (HMSHandler.java:668) Added admin role in metastore
02:04:49.864 [INFO - Thread-135] (HMSHandler.java:677) Added public role in metastore
02:04:49.894 [INFO - Thread-135] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:04:49.895 [INFO - Thread-135] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:04:49.895 [INFO - Thread-135] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:04:49.895 [INFO - Thread-135] (HiveMetaStore.java:697) Direct SQL optimization = true
02:04:49.896 [WARN - Thread-135] (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)
02:04:49.896 [INFO - Thread-135] (HiveMetaStore.java:632) Started the new metaserver on port [38341]...
02:04:49.896 [INFO - Thread-135] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:04:49.896 [INFO - Thread-135] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:04:49.896 [INFO - Thread-135] (HiveMetaStore.java:635) TCP keepalive = true
02:04:49.896 [INFO - Thread-135] (HiveMetaStore.java:636) Enable SSL = false
02:04:50.370 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:50.370 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:50.371 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:50.373 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:04:50.373 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:38341]
02:04:50.373 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:38341) in binary transport mode
02:04:50.374 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:38341) current connections: 1
02:04:50.377 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task1KKAIL/test-tmp
02:04:50.378 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:04:50.378 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task1KKAIL/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:04:50.382 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:38341"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:04:50.710 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:50.711 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:04:50.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:50.714406 21179 mini_oidc.cc:150] Starting JWKS server
02:04:50.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:50.717592 21179 webserver.cc:533] Webserver started at http://127.0.0.1:32879/ using document root <none> and password file <none>
02:04:50.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:50.717968 21179 mini_oidc.cc:186] Starting OIDC Discovery server
02:04:50.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:50.719518 21179 webserver.cc:533] Webserver started at http://127.0.0.1:43899/ using document root <none> and password file <none>
02:04:50.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:50Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:04:50.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:50Z Disabled control of system clock
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:50.782960 21179 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/wal
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/logs
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data/info.pb
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:50.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.174.254:41029
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.174.254
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.174.212:34083
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.174.254:41029,127.20.174.253:36881,127.20.174.252:33355
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32879/jwks.json
02:04:50.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38341 with env {}
02:04:51.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.089166 21196 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:51.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.089756 21196 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:51.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.090377 21196 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:51.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.122805 21196 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:51.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.123093 21196 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:51.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.123282 21196 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:51.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.123566 21196 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:51.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.123768 21196 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:51.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.123920 21196 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32879/jwks.json
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:51.161019 21196 master_runner.cc:387] Master server non-default flags:
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/logs
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.174.212:34083
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data
02:04:51.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/wal
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38341
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.174.254:41029,127.20.174.253:36881,127.20.174.252:33355
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.174.254:41029
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32879/jwks.json
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data/info.pb
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.174.254
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:51.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:51.162284 21196 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:51.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:51.163807 21196 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:51.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.175136 21206 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
02:04:52.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:51.176978 21208 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
02:04:52.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.422266 21211 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
02:04:52.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.424642 21209 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1244 milliseconds
02:04:52.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.424746 21196 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
02:04:52.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.426095 21196 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:52.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.429329 21196 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:52.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.430804 21196 hybrid_clock.cc:648] HybridClock initialized: now 1786500292430757 us; error 131 us; skew 500 ppm
02:04:52.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.431576 21196 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:52.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.438309 21196 webserver.cc:533] Webserver started at http://127.20.174.254:45931/ using document root <none> and password file <none>
02:04:52.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.439198 21196 fs_manager.cc:362] Metadata directory not provided
02:04:52.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.439384 21196 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:52.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.439795 21196 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:52.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.444159 21196 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data/instance:
02:04:52.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3870d11e5e44492b01abc11e64185d1"
02:04:52.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:52 on dist-test-slave-rwrg"
02:04:52.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.445282 21196 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/wal/instance:
02:04:52.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3870d11e5e44492b01abc11e64185d1"
02:04:52.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:52 on dist-test-slave-rwrg"
02:04:52.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.452714 21196 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
02:04:52.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.458382 21225 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:52.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.459580 21196 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.459878 21196 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/wal
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3870d11e5e44492b01abc11e64185d1"
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:52 on dist-test-slave-rwrg"
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.460165 21196 fs_report.cc:389] FS layout report
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/wal
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/wal
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data/data
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:52.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:52.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.524930 21196 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:52.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.526443 21196 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
02:04:52.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.526883 21196 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:52.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.599313 21196 rpc_server.cc:307] RPC server started. Bound to: 127.20.174.254:41029
02:04:52.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.599424 21325 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.174.254:41029 every 8 connection(s)
02:04:52.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.602094 21196 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/data/info.pb
02:04:52.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.607827 21326 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:52.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.611011 21179 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 21196
02:04:52.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.611562 21179 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-0/wal/instance
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.616863 21179 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/wal
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/logs
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data/info.pb
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.174.253:36881
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.174.253
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.174.212:34083
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:52.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:52.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:52.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.174.254:41029,127.20.174.253:36881,127.20.174.252:33355
02:04:52.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:52.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32879/jwks.json
02:04:52.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38341 with env {}
02:04:52.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.623759 21326 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.254" port: 41029 } has no permanent_uuid. Determining permanent_uuid...
02:04:52.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.649829 21326 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } has no permanent_uuid. Determining permanent_uuid...
02:04:52.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.652387 21232 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:52.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.656849 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.253:36881: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:52.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.706466 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } attempt: 1
02:04:52.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.710860 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.253:36881: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:52.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.779281 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } attempt: 2
02:04:52.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.783877 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.253:36881: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:52.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:52.875259 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } attempt: 3
02:04:52.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.879709 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.253:36881: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.930207 21330 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:52.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.930768 21330 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:52.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.931278 21330 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:52.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.965032 21330 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:52.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.965312 21330 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:52.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.965517 21330 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:52.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.965719 21330 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:52.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.965914 21330 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:52.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:52.966063 21330 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32879/jwks.json
02:04:53.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:53.002494 21330 master_runner.cc:387] Master server non-default flags:
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/logs
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.174.212:34083
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/wal
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38341
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.174.254:41029,127.20.174.253:36881,127.20.174.252:33355
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.174.253:36881
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32879/jwks.json
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data/info.pb
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.174.253
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:53.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:53.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:53.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:53.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:53.004042 21330 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:53.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:53.005999 21330 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:53.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:53.017802 21347 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
02:04:53.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:53.023187 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } attempt: 4
02:04:53.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:53.031221 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.253:36881: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:53.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:53.330768 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } attempt: 5
02:04:53.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:53.339262 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.253:36881: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:53.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:53.886807 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } attempt: 6
02:04:53.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:53.914678 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.253:36881: Network error: Client connection negotiation failed: client connection to 127.20.174.253:36881: connect: Connection refused (error 111)
02:04:54.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.421324 21343 debug-util.cc:398] Leaking SignalData structure 0x7b08000374c0 after lost signal to thread 21330
02:04:54.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.455754 21330 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.438s	user 0.527s	sys 0.909s
02:04:54.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:53.018452 21348 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
02:04:54.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.456573 21330 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.439s	user 0.527s	sys 0.909s
02:04:54.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.458639 21350 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
02:04:54.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.461277 21349 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1439 milliseconds
02:04:54.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.461297 21330 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
02:04:54.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.462713 21330 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:54.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.465111 21330 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:54.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.466450 21330 hybrid_clock.cc:648] HybridClock initialized: now 1786500294466423 us; error 54 us; skew 500 ppm
02:04:54.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.467226 21330 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:54.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.473215 21330 webserver.cc:533] Webserver started at http://127.20.174.253:45975/ using document root <none> and password file <none>
02:04:54.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.474094 21330 fs_manager.cc:362] Metadata directory not provided
02:04:54.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.474282 21330 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:54.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.474671 21330 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:54.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.478871 21330 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data/instance:
02:04:54.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c5d7367fa7a44662a9b90a50725b2c06"
02:04:54.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:54 on dist-test-slave-rwrg"
02:04:54.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.479918 21330 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/wal/instance:
02:04:54.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c5d7367fa7a44662a9b90a50725b2c06"
02:04:54.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:54 on dist-test-slave-rwrg"
02:04:54.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.487035 21330 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.005s
02:04:54.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.492462 21364 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.493698 21330 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.493989 21330 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/wal
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c5d7367fa7a44662a9b90a50725b2c06"
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:54 on dist-test-slave-rwrg"
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.494277 21330 fs_report.cc:389] FS layout report
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/wal
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/wal
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data/data
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:54.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:54.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:54.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.548286 21330 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.549806 21330 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
02:04:54.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.550215 21330 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:54.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.624467 21330 rpc_server.cc:307] RPC server started. Bound to: 127.20.174.253:36881
02:04:54.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.624626 21455 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.174.253:36881 every 8 connection(s)
02:04:54.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.627187 21330 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/data/info.pb
02:04:54.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.630374 21179 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 21330
02:04:54.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.630820 21179 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-1/wal/instance
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.633030 21179 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/wal
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/logs
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data/info.pb
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:04:54.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.174.252:33355
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.174.252
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.174.212:34083
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.174.254:41029,127.20.174.253:36881,127.20.174.252:33355
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32879/jwks.json
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38341 with env {}
02:04:54.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.633479 21457 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:54.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.645380 21457 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.254" port: 41029 } has no permanent_uuid. Determining permanent_uuid...
02:04:54.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.667425 21457 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } has no permanent_uuid. Determining permanent_uuid...
02:04:54.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.683270 21457 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } has no permanent_uuid. Determining permanent_uuid...
02:04:54.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.685838 21369 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:54.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.690310 21457 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:54.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.739879 21457 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 1
02:04:54.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.744313 21457 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:54.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.812803 21457 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 2
02:04:54.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.817623 21457 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:54.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.909109 21457 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 3
02:04:54.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.913443 21457 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:54.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.955021 21458 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:04:54.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.955607 21458 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:04:54.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.956043 21458 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:04:54.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.975309 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } attempt: 7
02:04:54.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:54.986846 21326 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } has no permanent_uuid. Determining permanent_uuid...
02:04:54.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.992810 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:54.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.993402 21458 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:04:54.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.993661 21458 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:04:54.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.993891 21458 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:04:54.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.994094 21458 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:04:54.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.994292 21458 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:04:54.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:54.994444 21458 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32879/jwks.json
02:04:55.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.034296 21458 master_runner.cc:387] Master server non-default flags:
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/logs
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.174.212:34083
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/wal
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:38341
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.174.254:41029,127.20.174.253:36881,127.20.174.252:33355
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.174.252:33355
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32879/jwks.json
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data/info.pb
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.174.252
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:04:55.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:04:55.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:04:55.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:04:55.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.035812 21458 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:04:55.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.037505 21458 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:04:55.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.049990 21480 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
02:04:55.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.051554 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 1
02:04:55.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.056879 21457 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 4
02:04:55.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.059891 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:55.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.062819 21457 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:55.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.141407 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 2
02:04:55.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.148371 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.233963 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 3
02:04:55.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.241232 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:55.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.362282 21457 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 5
02:04:55.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.369722 21457 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:55.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.381829 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 4
02:04:55.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.389923 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:55.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.673558 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 5
02:04:55.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.682138 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:55.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:55.917378 21457 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 6
02:04:55.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.929198 21457 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:56.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.234735 21326 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } attempt: 6
02:04:56.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:56.243680 21326 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.174.252:33355: Network error: Client connection negotiation failed: client connection to 127.20.174.252:33355: connect: Connection refused (error 111)
02:04:56.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.060650 21484 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
02:04:56.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:55.050851 21481 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
02:04:56.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:04:56.307957 21483 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1253 milliseconds
02:04:56.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.308086 21458 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
02:04:56.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.309378 21458 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:04:56.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.312002 21458 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:04:56.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.313387 21458 hybrid_clock.cc:648] HybridClock initialized: now 1786500296313357 us; error 42 us; skew 500 ppm
02:04:56.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.314280 21458 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:04:56.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.321062 21458 webserver.cc:533] Webserver started at http://127.20.174.252:36267/ using document root <none> and password file <none>
02:04:56.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.322018 21458 fs_manager.cc:362] Metadata directory not provided
02:04:56.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.322273 21458 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:04:56.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.322846 21458 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:04:56.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.327195 21458 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data/instance:
02:04:56.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b2aa604bca07421e891f85490eb95e2f"
02:04:56.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:56 on dist-test-slave-rwrg"
02:04:56.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.328339 21458 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/wal/instance:
02:04:56.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b2aa604bca07421e891f85490eb95e2f"
02:04:56.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:56 on dist-test-slave-rwrg"
02:04:56.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.335973 21458 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.005s
02:04:56.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.341694 21502 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:04:56.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.342821 21458 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
02:04:56.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.343221 21458 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/wal
02:04:56.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b2aa604bca07421e891f85490eb95e2f"
02:04:56.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:04:56 on dist-test-slave-rwrg"
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.343569 21458 fs_report.cc:389] FS layout report
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/wal
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/wal
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data/data
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:04:56.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:04:56.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.396837 21458 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:04:56.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.398566 21458 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
02:04:56.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.399101 21458 kserver.cc:163] Server-wide thread pool size limit: 3276
02:04:56.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.472126 21458 rpc_server.cc:307] RPC server started. Bound to: 127.20.174.252:33355
02:04:56.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.472180 21580 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.174.252:33355 every 8 connection(s)
02:04:56.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.474946 21458 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/data/info.pb
02:04:56.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.481189 21582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:04:56.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.482975 21179 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 21458
02:04:56.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.483337 21179 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster2750057518172476377/master-2/wal/instance
02:04:56.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.494194 21582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.254" port: 41029 } has no permanent_uuid. Determining permanent_uuid...
02:04:56.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.515960 21582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } has no permanent_uuid. Determining permanent_uuid...
02:04:56.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.527762 21582 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } has no permanent_uuid. Determining permanent_uuid...
02:04:56.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.545867 21179 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:04:56.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.546015 21582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f: Bootstrap starting.
02:04:56.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.554490 21582 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f: Neither blocks nor log segments found. Creating new log.
02:04:56.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.556864 21582 log.cc:826] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f: Log is configured to *not* fsync() on all Append() calls
02:04:56.558 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:56.558 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:04:56.559 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.174.254"
      port: 41029
    }
    bound_http_address {
      host: "127.20.174.254"
      port: 45931
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.174.253"
      port: 36881
    }
    bound_http_address {
      host: "127.20.174.253"
      port: 45975
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.174.252"
      port: 33355
    }
    bound_http_address {
      host: "127.20.174.252"
      port: 36267
    }
  }
}

02:04:56.560 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:04:56.560 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:04:56.561 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:04:56.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.561781 21179 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 21196
02:04:56.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.581094 21582 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f: No bootstrap required, opened a new log
02:04:56.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.599696 21582 raft_consensus.cc:359] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3870d11e5e44492b01abc11e64185d1" member_type: VOTER last_known_addr { host: "127.20.174.254" port: 41029 } } peers { permanent_uuid: "c5d7367fa7a44662a9b90a50725b2c06" member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } } peers { permanent_uuid: "b2aa604bca07421e891f85490eb95e2f" member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } }
02:04:56.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.600322 21582 raft_consensus.cc:385] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:04:56.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.600564 21582 raft_consensus.cc:740] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2aa604bca07421e891f85490eb95e2f, State: Initialized, Role: FOLLOWER
02:04:56.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.601280 21582 consensus_queue.cc:260] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f [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: "d3870d11e5e44492b01abc11e64185d1" member_type: VOTER last_known_addr { host: "127.20.174.254" port: 41029 } } peers { permanent_uuid: "c5d7367fa7a44662a9b90a50725b2c06" member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } } peers { permanent_uuid: "b2aa604bca07421e891f85490eb95e2f" member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } }
02:04:56.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.603838 21597 sys_catalog.cc:455] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f [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: "d3870d11e5e44492b01abc11e64185d1" member_type: VOTER last_known_addr { host: "127.20.174.254" port: 41029 } } peers { permanent_uuid: "c5d7367fa7a44662a9b90a50725b2c06" member_type: VOTER last_known_addr { host: "127.20.174.253" port: 36881 } } peers { permanent_uuid: "b2aa604bca07421e891f85490eb95e2f" member_type: VOTER last_known_addr { host: "127.20.174.252" port: 33355 } } }
02:04:56.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.604952 21597 sys_catalog.cc:458] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f [sys.catalog]: This master's current role is: FOLLOWER
02:04:56.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.606073 21582 sys_catalog.cc:565] T 00000000000000000000000000000000 P b2aa604bca07421e891f85490eb95e2f [sys.catalog]: configured and running, proceeding with master startup.
02:04:56.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.606294 21179 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 21330
02:04:56.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:04:56.642509 21179 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 21458
02:04:56.666 [INFO - Metastore-Handler-Pool: Thread-212] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:04:56.686 [ERROR - Metastore-Handler-Pool: Thread-212] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
02:04:57.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:04:57Z chronyd exiting
.02:04:58.883 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:58.883 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:58.884 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:58.909 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17125001539485950720
02:04:58.909 [INFO - Thread-152] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:04:58.910 [INFO - Thread-152] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:04:58.912 [INFO - Thread-152] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:04:58.912 [INFO - Thread-152] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:04:58.913 [INFO - Thread-152] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:04:58.913 [INFO - Thread-152] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:04:58.914 [INFO - Thread-152] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:04:58.915 [INFO - Thread-152] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:04:58.915 [INFO - Thread-152] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:04:58.916 [INFO - Thread-152] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:04:58.917 [INFO - Thread-152] (HikariDataSource.java:80) objectstore - Starting...
02:04:58.972 [INFO - Thread-152] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:58.973 [INFO - Thread-152] (HikariDataSource.java:82) objectstore - Start completed.
02:04:58.973 [INFO - Thread-152] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:04:58.975 [INFO - Thread-152] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:04:58.977 [INFO - Thread-152] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:04:58.977 [INFO - Thread-152] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:04:58.989 [INFO - Thread-152] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:04:58.989 [INFO - Thread-152] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:04:58.989 [INFO - Thread-152] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:04:59.009 [WARN - Thread-152] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:59.009 [WARN - Thread-152] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:59.010 [WARN - Thread-152] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:59.010 [WARN - Thread-152] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:59.011 [WARN - Thread-152] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:59.011 [WARN - Thread-152] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:04:59.202 [INFO - Thread-152] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:04:59.203 [INFO - Thread-152] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@62c60f0, with PersistenceManager: null will be shutdown
02:04:59.203 [INFO - Thread-152] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@62c60f0, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3d04db9d created in the thread with id: 213
02:04:59.204 [WARN - Thread-152] (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
02:04:59.205 [INFO - Thread-152] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@62c60f0
02:04:59.307 [INFO - Thread-152] (HMSHandler.java:595) Started creating a default database with name: default
02:04:59.322 [INFO - Thread-152] (HMSHandler.java:605) Successfully created a default database with name: default
02:04:59.345 [INFO - Thread-152] (HMSHandler.java:668) Added admin role in metastore
02:04:59.347 [INFO - Thread-152] (HMSHandler.java:677) Added public role in metastore
02:04:59.375 [INFO - Thread-152] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:04:59.375 [INFO - Thread-152] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:04:59.376 [INFO - Thread-152] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:04:59.376 [INFO - Thread-152] (HiveMetaStore.java:697) Direct SQL optimization = true
02:04:59.377 [WARN - Thread-152] (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)
02:04:59.377 [INFO - Thread-152] (HiveMetaStore.java:632) Started the new metaserver on port [39847]...
02:04:59.377 [INFO - Thread-152] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:04:59.377 [INFO - Thread-152] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:04:59.377 [INFO - Thread-152] (HiveMetaStore.java:635) TCP keepalive = true
02:04:59.377 [INFO - Thread-152] (HiveMetaStore.java:636) Enable SSL = false
02:04:59.911 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:04:59.912 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:04:59.912 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:04:59.913 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:04:59.914 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39847]
02:04:59.914 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39847) in binary transport mode
02:04:59.914 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39847) current connections: 1
02:04:59.915 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task1KKAIL/test-tmp
02:04:59.916 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:04:59.916 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task1KKAIL/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:04:59.919 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:05:00.245 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:05:00.246 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:05:00.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.249389 21663 mini_oidc.cc:150] Starting JWKS server
02:05:00.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.252604 21663 webserver.cc:533] Webserver started at http://127.0.0.1:46769/ using document root <none> and password file <none>
02:05:00.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.252985 21663 mini_oidc.cc:186] Starting OIDC Discovery server
02:05:00.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.254594 21663 webserver.cc:533] Webserver started at http://127.0.0.1:40735/ using document root <none> and password file <none>
02:05:00.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:05:00Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:05:00.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:05:00Z Disabled control of system clock
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.317541 21663 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/wal
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/logs
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data/info.pb
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.39.254:42929
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.39.254
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.39.212:41189
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.39.254:42929,127.21.39.253:39049,127.21.39.252:37523
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:05:00.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46769/jwks.json with env {}
02:05:00.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.617650 21687 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:05:00.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.618451 21687 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:05:00.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.619164 21687 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:05:00.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.653440 21687 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:05:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.653823 21687 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:05:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.654237 21687 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:05:00.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.654592 21687 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:05:00.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.654925 21687 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:05:00.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.655175 21687 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46769/jwks.json
02:05:00.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.692404 21687 master_runner.cc:387] Master server non-default flags:
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/logs
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.39.212:41189
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/wal
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.39.254:42929,127.21.39.253:39049,127.21.39.252:37523
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.39.254:42929
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46769/jwks.json
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data/info.pb
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.39.254
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:05:00.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:05:00.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.694205 21687 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:05:00.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:00.695894 21687 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:05:00.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.706475 21702 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
02:05:01.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:00.708140 21703 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
02:05:01.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:01.917232 21705 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
02:05:01.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:01.919693 21704 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1207 milliseconds
02:05:01.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.919795 21687 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
02:05:01.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.921299 21687 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:05:01.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.924703 21687 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:05:01.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.926151 21687 hybrid_clock.cc:648] HybridClock initialized: now 1786500301926115 us; error 128 us; skew 500 ppm
02:05:01.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.926914 21687 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:05:01.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.933593 21687 webserver.cc:533] Webserver started at http://127.21.39.254:45231/ using document root <none> and password file <none>
02:05:01.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.934484 21687 fs_manager.cc:362] Metadata directory not provided
02:05:01.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.934674 21687 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:05:01.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.935067 21687 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:05:01.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.939277 21687 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data/instance:
02:05:01.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8a46ebe7c9f54938ba67114c28191afa"
02:05:01.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:01 on dist-test-slave-rwrg"
02:05:01.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.940323 21687 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/wal/instance:
02:05:01.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8a46ebe7c9f54938ba67114c28191afa"
02:05:01.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:01 on dist-test-slave-rwrg"
02:05:01.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.947747 21687 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.002s
02:05:01.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.953639 21713 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:05:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.954905 21687 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
02:05:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.955219 21687 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/wal
02:05:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8a46ebe7c9f54938ba67114c28191afa"
02:05:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:01 on dist-test-slave-rwrg"
02:05:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:01.955519 21687 fs_report.cc:389] FS layout report
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/wal
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/wal
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data/data
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:05:01.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:05:02.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.017241 21687 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:05:02.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.018689 21687 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
02:05:02.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.019090 21687 kserver.cc:163] Server-wide thread pool size limit: 3276
02:05:02.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.092146 21687 rpc_server.cc:307] RPC server started. Bound to: 127.21.39.254:42929
02:05:02.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.092239 21790 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.21.39.254:42929 every 8 connection(s)
02:05:02.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.094846 21687 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/data/info.pb
02:05:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.099057 21663 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 21687
02:05:02.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.099635 21663 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-0/wal/instance
02:05:02.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.101995 21791 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.104704 21663 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/wal
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/logs
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data/info.pb
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.39.253:39049
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.39.253
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.39.212:41189
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.39.254:42929,127.21.39.253:39049,127.21.39.252:37523
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:05:02.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46769/jwks.json with env {}
02:05:02.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.115720 21791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } has no permanent_uuid. Determining permanent_uuid...
02:05:02.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.148099 21791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } has no permanent_uuid. Determining permanent_uuid...
02:05:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.150794 21715 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:02.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.155047 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.253:39049: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:02.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.204531 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } attempt: 1
02:05:02.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.208786 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.253:39049: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:02.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.277281 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } attempt: 2
02:05:02.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.281802 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.253:39049: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:02.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.373252 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } attempt: 3
02:05:02.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.378334 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.253:39049: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:02.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.464432 21796 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:05:02.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.465435 21796 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:05:02.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.466681 21796 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:05:02.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.501909 21796 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:05:02.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.502260 21796 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:05:02.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.502559 21796 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:05:02.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.502924 21796 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:05:02.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.503273 21796 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:05:02.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.503489 21796 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46769/jwks.json
02:05:02.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.521778 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } attempt: 4
02:05:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.526278 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.253:39049: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.541273 21796 master_runner.cc:387] Master server non-default flags:
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/logs
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.39.212:41189
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/wal
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.39.254:42929,127.21.39.253:39049,127.21.39.252:37523
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:05:02.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.39.253:39049
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46769/jwks.json
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data/info.pb
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.39.253
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:05:02.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.542588 21796 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:05:02.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.544100 21796 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:05:02.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.554376 21822 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
02:05:02.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:02.825786 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } attempt: 5
02:05:02.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.834088 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.253:39049: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:03.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.381680 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } attempt: 6
02:05:03.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:03.413221 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.253:39049: Network error: Client connection negotiation failed: client connection to 127.21.39.253:39049: connect: Connection refused (error 111)
02:05:03.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:02.556450 21824 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
02:05:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:03.941243 21828 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
02:05:03.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:03.944532 21826 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1387 milliseconds
02:05:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:03.946645 21796 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.391s	user 0.539s	sys 0.844s
02:05:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:03.947037 21796 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.391s	user 0.539s	sys 0.844s
02:05:03.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.947391 21796 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
02:05:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.949337 21796 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:05:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.953111 21796 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:05:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.954641 21796 hybrid_clock.cc:648] HybridClock initialized: now 1786500303954591 us; error 37 us; skew 500 ppm
02:05:03.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.956053 21796 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:05:03.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.966493 21796 webserver.cc:533] Webserver started at http://127.21.39.253:39131/ using document root <none> and password file <none>
02:05:03.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.967577 21796 fs_manager.cc:362] Metadata directory not provided
02:05:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.967809 21796 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:05:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.968233 21796 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:05:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.973266 21796 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data/instance:
02:05:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a0f9b953ea4e415eab3d3303b0a7997e"
02:05:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:03 on dist-test-slave-rwrg"
02:05:03.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.974432 21796 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/wal/instance:
02:05:03.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a0f9b953ea4e415eab3d3303b0a7997e"
02:05:03.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:03 on dist-test-slave-rwrg"
02:05:03.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.983636 21796 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.006s	sys 0.004s
02:05:03.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.990867 21843 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:05:03.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.992242 21796 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.000s
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.992646 21796 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/wal
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a0f9b953ea4e415eab3d3303b0a7997e"
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:03 on dist-test-slave-rwrg"
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:03.993031 21796 fs_report.cc:389] FS layout report
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/wal
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/wal
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data/data
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:05:03.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:05:03.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:05:03.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:05:03.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:05:03.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:05:04.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.071774 21796 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:05:04.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.073483 21796 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
02:05:04.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.073974 21796 kserver.cc:163] Server-wide thread pool size limit: 3276
02:05:04.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.154623 21796 rpc_server.cc:307] RPC server started. Bound to: 127.21.39.253:39049
02:05:04.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.154692 21924 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.21.39.253:39049 every 8 connection(s)
02:05:04.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.157536 21796 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/data/info.pb
02:05:04.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.163412 21926 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:05:04.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.163880 21663 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 21796
02:05:04.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.164194 21663 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-1/wal/instance
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.166196 21663 external_mini_cluster.cc:1372] Running /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/wal
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/logs
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data/info.pb
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:05:04.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.39.252:37523
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.39.252
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.39.212:41189
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.39.254:42929,127.21.39.253:39049,127.21.39.252:37523
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:05:04.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46769/jwks.json with env {}
02:05:04.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.176055 21926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } has no permanent_uuid. Determining permanent_uuid...
02:05:04.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.199538 21926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } has no permanent_uuid. Determining permanent_uuid...
02:05:04.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.214597 21926 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } has no permanent_uuid. Determining permanent_uuid...
02:05:04.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.217028 21845 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.221136 21926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.270618 21926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 1
02:05:04.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.274909 21926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.343341 21926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 2
02:05:04.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.348171 21926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.439590 21926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 3
02:05:04.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.443957 21926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.473842 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } attempt: 7
02:05:04.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.485430 21791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } has no permanent_uuid. Determining permanent_uuid...
02:05:04.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.488801 21929 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:05:04.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.489639 21929 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:05:04.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.490492 21929 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:05:04.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.491083 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.524312 21929 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:05:04.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.524755 21929 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:05:04.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.525169 21929 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:05:04.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.525511 21929 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:05:04.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.525851 21929 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:05:04.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.526115 21929 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46769/jwks.json
02:05:04.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.549423 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 1
02:05:04.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.553601 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.564182 21929 master_runner.cc:387] Master server non-default flags:
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/logs
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.21.39.212:41189
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data
02:05:04.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/wal
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.21.39.254:42929,127.21.39.253:39049,127.21.39.252:37523
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.21.39.252:37523
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46769/jwks.json
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data/info.pb
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.21.39.252
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 1d9153c248733781bf69132f2d094d9d3c92b2bc
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 01:45:55 UTC on e7f111948823
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 13299
02:05:04.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:05:04.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.566025 21929 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:05:04.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.567783 21929 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:05:04.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.578588 21946 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
02:05:04.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.587427 21926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 4
02:05:04.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.594854 21926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.634985 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 2
02:05:04.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.643254 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.728713 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 3
02:05:04.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.741735 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.882277 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 4
02:05:04.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.890326 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:04.894467 21926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 5
02:05:04.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.903023 21926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:05.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:05.173887 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 5
02:05:05.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:05.183686 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:05.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:05.450593 21926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 6
02:05:05.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:05.473198 21926 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:05.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:05.736260 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 6
02:05:05.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:05.762732 21791 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.21.39.252:37523: Network error: Client connection negotiation failed: client connection to 127.21.39.252:37523: connect: Connection refused (error 111)
02:05:06.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:04.579207 21948 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
02:05:06.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:05.982610 21945 debug-util.cc:398] Leaking SignalData structure 0x7b080002ee00 after lost signal to thread 21929
02:05:06.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.269064 21945 kernel_stack_watchdog.cc:198] Thread 21929 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 400ms:
02:05:06.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
02:05:06.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
02:05:06.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
02:05:06.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
02:05:06.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.269750 21929 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.691s	user 0.550s	sys 1.134s
02:05:06.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.270138 21929 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.691s	user 0.550s	sys 1.134s
02:05:06.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.273597 21950 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1690 milliseconds
02:05:06.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.274896 21952 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
02:05:06.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.274966 21929 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
02:05:06.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.276292 21929 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:05:06.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.278796 21929 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:05:06.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.280165 21929 hybrid_clock.cc:648] HybridClock initialized: now 1786500306280129 us; error 39 us; skew 500 ppm
02:05:06.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.281116 21929 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:05:06.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.287252 21929 webserver.cc:533] Webserver started at http://127.21.39.252:34531/ using document root <none> and password file <none>
02:05:06.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.288233 21929 fs_manager.cc:362] Metadata directory not provided
02:05:06.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.288545 21929 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:05:06.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.289397 21929 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:05:06.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.293718 21929 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data/instance:
02:05:06.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1789afcec9e9433987527dcf7488c2f3"
02:05:06.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:06 on dist-test-slave-rwrg"
02:05:06.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.294852 21929 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/wal/instance:
02:05:06.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1789afcec9e9433987527dcf7488c2f3"
02:05:06.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:06 on dist-test-slave-rwrg"
02:05:06.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.301939 21929 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.002s
02:05:06.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.307684 21968 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:05:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.308883 21929 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
02:05:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.309265 21929 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data,/tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/wal
02:05:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1789afcec9e9433987527dcf7488c2f3"
02:05:06.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 02:05:06 on dist-test-slave-rwrg"
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.309618 21929 fs_report.cc:389] FS layout report
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/wal
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/wal
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data/data
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:05:06.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:05:06.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.368114 21929 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:05:06.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.369766 21929 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
02:05:06.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.370292 21929 kserver.cc:163] Server-wide thread pool size limit: 3276
02:05:06.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.443176 21929 rpc_server.cc:307] RPC server started. Bound to: 127.21.39.252:37523
02:05:06.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.443267 22058 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.21.39.252:37523 every 8 connection(s)
02:05:06.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.446055 21929 server_base.cc:1193] Dumped server information to /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/data/info.pb
02:05:06.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.452344 22061 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:05:06.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.454119 21663 external_mini_cluster.cc:1434] Started /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu as pid 21929
02:05:06.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.454572 21663 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task1KKAIL/test-tmp/mini-kudu-cluster7896684027240060772/master-2/wal/instance
02:05:06.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.464643 22061 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } has no permanent_uuid. Determining permanent_uuid...
02:05:06.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.482666 22061 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } has no permanent_uuid. Determining permanent_uuid...
02:05:06.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.494951 22061 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } has no permanent_uuid. Determining permanent_uuid...
02:05:06.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.512475 22061 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3: Bootstrap starting.
02:05:06.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.514778 21663 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:05:06.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.519053 22061 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3: Neither blocks nor log segments found. Creating new log.
02:05:06.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.520892 22061 log.cc:826] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3: Log is configured to *not* fsync() on all Append() calls
02:05:06.522 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:05:06.522 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:05:06.523 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.21.39.254"
      port: 42929
    }
    bound_http_address {
      host: "127.21.39.254"
      port: 45231
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.21.39.253"
      port: 39049
    }
    bound_http_address {
      host: "127.21.39.253"
      port: 39131
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.21.39.252"
      port: 37523
    }
    bound_http_address {
      host: "127.21.39.252"
      port: 34531
    }
  }
}

02:05:06.525 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:05:06.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.525892 22061 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3: No bootstrap required, opened a new log
02:05:06.526 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:05:06.527 [INFO - Metastore-Handler-Pool: Thread-234] (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=ebae745f-c89b-4587-83ba-14997c701ca4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.39.254:42929,127.21.39.252:37523,127.21.39.253:39049}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:05:06.529 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:05:06.529 [INFO - Metastore-Handler-Pool: Thread-234] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:05:06.530 [INFO - Metastore-Handler-Pool: Thread-234] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@10637ee1, with PersistenceManager: null will be shutdown
02:05:06.530 [INFO - Metastore-Handler-Pool: Thread-234] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@10637ee1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@363b6fd created in the thread with id: 234
02:05:06.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.533772 21926 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 7
02:05:06.535 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@10637ee1
02:05:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.550297 22061 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.550964 22061 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:05:06.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.551270 22061 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1789afcec9e9433987527dcf7488c2f3, State: Initialized, Role: FOLLOWER
02:05:06.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.552265 22061 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [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: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.554837 21926 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e: Bootstrap starting.
02:05:06.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.558529 22084 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [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: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:06.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.559365 22084 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: This master's current role is: FOLLOWER
02:05:06.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.560309 22061 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: configured and running, proceeding with master startup.
02:05:06.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.563099 21926 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e: Neither blocks nor log segments found. Creating new log.
02:05:06.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.565642 21926 log.cc:826] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e: Log is configured to *not* fsync() on all Append() calls
02:05:06.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.575086 21926 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e: No bootstrap required, opened a new log
02:05:06.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.600935 22084 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:05:06.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.602084 21926 raft_consensus.cc:359] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.602311 22084 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.603262 21926 raft_consensus.cc:385] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:05:06.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.603720 21926 raft_consensus.cc:740] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0f9b953ea4e415eab3d3303b0a7997e, State: Initialized, Role: FOLLOWER
02:05:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.606289 22084 leader_election.cc:290] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8a46ebe7c9f54938ba67114c28191afa (127.21.39.254:42929), a0f9b953ea4e415eab3d3303b0a7997e (127.21.39.253:39049)
02:05:06.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.605070 21926 consensus_queue.cc:260] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [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: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.624935 21883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1789afcec9e9433987527dcf7488c2f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" is_pre_election: true
02:05:06.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.625622 21986 tablet.cc:2406] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:05:06.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.625897 21883 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1789afcec9e9433987527dcf7488c2f3 in term 0.
02:05:06.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.626703 21926 sys_catalog.cc:565] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [sys.catalog]: configured and running, proceeding with master startup.
02:05:06.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.627859 21979 leader_election.cc:304] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [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: 1789afcec9e9433987527dcf7488c2f3, a0f9b953ea4e415eab3d3303b0a7997e; no voters: 
02:05:06.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.628994 22084 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:05:06.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.629359 22084 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:05:06.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.629683 22084 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 0 FOLLOWER]: Advancing to term 1
02:05:06.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.628018 22112 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [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: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:06.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.631538 22112 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [sys.catalog]: This master's current role is: FOLLOWER
02:05:06.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.636641 22084 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.643131 22084 leader_election.cc:290] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [CANDIDATE]: Term 1 election: Requested vote from peers 8a46ebe7c9f54938ba67114c28191afa (127.21.39.254:42929), a0f9b953ea4e415eab3d3303b0a7997e (127.21.39.253:39049)
02:05:06.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.643981 21883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1789afcec9e9433987527dcf7488c2f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a0f9b953ea4e415eab3d3303b0a7997e"
02:05:06.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.644595 21883 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [term 0 FOLLOWER]: Advancing to term 1
02:05:06.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.652127 21883 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1789afcec9e9433987527dcf7488c2f3 in term 1.
02:05:06.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.653582 21979 leader_election.cc:304] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [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: 1789afcec9e9433987527dcf7488c2f3, a0f9b953ea4e415eab3d3303b0a7997e; no voters: 
02:05:06.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.654541 22084 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 1 FOLLOWER]: Leader election won for term 1
02:05:06.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.663309 22110 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:05:06.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 02:05:06.663797 22110 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:05:06.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.673256 22084 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [term 1 LEADER]: Becoming Leader. State: Replica: 1789afcec9e9433987527dcf7488c2f3, State: Running, Role: LEADER
02:05:06.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.674579 22084 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [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: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.695657 22119 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1789afcec9e9433987527dcf7488c2f3. Latest consensus state: current_term: 1 leader_uuid: "1789afcec9e9433987527dcf7488c2f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:06.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.696573 22119 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: This master's current role is: LEADER
02:05:06.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.622447 21929 master_runner.cc:187] Error getting master registration for 127.21.39.254:42929: OK, instance_id { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" instance_seqno: 1786500302072152 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:05:06.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.699867 21929 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:05:06.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.704828 22128 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:05:06.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.724359 22128 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:05:06.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.738937 22144 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:05:06.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.760800 21883 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [term 1 FOLLOWER]: Refusing update from remote peer 1789afcec9e9433987527dcf7488c2f3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:05:06.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.763247 22119 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:05:06.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.743906 21796 master_runner.cc:187] Error getting master registration for 127.21.39.254:42929: OK, instance_id { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" instance_seqno: 1786500302072152 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:05:06.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.779838 21796 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:05:06.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.796306 21791 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } attempt: 7
02:05:06.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.807466 22112 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1789afcec9e9433987527dcf7488c2f3. Latest consensus state: current_term: 1 leader_uuid: "1789afcec9e9433987527dcf7488c2f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:06.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.808451 22112 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [sys.catalog]: This master's current role is: FOLLOWER
02:05:06.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.814174 22143 mvcc.cc:204] Tried to move back new op lower bound from 7317505256445673472 to 7317505256150388736. Current Snapshot: MvccSnapshot[applied={T|T < 7317505256445673472}]
02:05:06.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.817852 22146 mvcc.cc:204] Tried to move back new op lower bound from 7317505256445673472 to 7317505256150388736. Current Snapshot: MvccSnapshot[applied={T|T < 7317505256445673472}]
02:05:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.828677 22084 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1789afcec9e9433987527dcf7488c2f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:06.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.829466 22084 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: This master's current role is: LEADER
02:05:06.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.832698 22128 catalog_manager.cc:1383] Generated new cluster ID: 1263a27b138f403ea3ec3839a18e237b
02:05:06.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.832978 22128 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:05:06.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.836676 21791 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa: Bootstrap starting.
02:05:06.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.842784 22112 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1789afcec9e9433987527dcf7488c2f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:06.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.843475 22112 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e [sys.catalog]: This master's current role is: FOLLOWER
02:05:06.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.848603 21791 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa: Neither blocks nor log segments found. Creating new log.
02:05:06.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.853221 21791 log.cc:826] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa: Log is configured to *not* fsync() on all Append() calls
02:05:06.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.886659 21791 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa: No bootstrap required, opened a new log
02:05:06.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.908735 22128 catalog_manager.cc:1406] Generated new certificate authority record
02:05:06.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.914938 22128 catalog_manager.cc:1540] Loading token signing keys...
02:05:06.926 [WARN - Metastore-Handler-Pool: Thread-234] (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.
02:05:06.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.929940 21791 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.930938 21791 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:05:06.935 [WARN - Metastore-Handler-Pool: Thread-234] (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.
02:05:06.935 [WARN - Metastore-Handler-Pool: Thread-234] (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.
02:05:06.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.936808 21791 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a46ebe7c9f54938ba67114c28191afa, State: Initialized, Role: FOLLOWER
02:05:06.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.937989 21791 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [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: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } }
02:05:06.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.952124 22159 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [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: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:06.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.953486 22159 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [sys.catalog]: This master's current role is: FOLLOWER
02:05:06.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.953909 21791 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [sys.catalog]: configured and running, proceeding with master startup.
02:05:06.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.954119 21748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1789afcec9e9433987527dcf7488c2f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a46ebe7c9f54938ba67114c28191afa" is_pre_election: true
02:05:06.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.955019 21748 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1789afcec9e9433987527dcf7488c2f3 in term 0.
02:05:06.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.956380 21746 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [term 0 FOLLOWER]: Advancing to term 1
02:05:06.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.958585 22128 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3: Generated new TSK 0
02:05:06.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.959720 22128 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:05:06.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.960747 21747 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1789afcec9e9433987527dcf7488c2f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a46ebe7c9f54938ba67114c28191afa"
02:05:06.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.966807 21746 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [term 1 FOLLOWER]: Refusing update from remote peer 1789afcec9e9433987527dcf7488c2f3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:05:06.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:06.969038 22084 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:05:07.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.067634 22159 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1789afcec9e9433987527dcf7488c2f3. Latest consensus state: current_term: 1 leader_uuid: "1789afcec9e9433987527dcf7488c2f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:07.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.069741 22190 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1789afcec9e9433987527dcf7488c2f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:07.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.070632 22190 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [sys.catalog]: This master's current role is: FOLLOWER
02:05:07.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.068348 22159 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa [sys.catalog]: This master's current role is: FOLLOWER
02:05:07.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.119118 22203 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:05:07.134 [INFO - Metastore-Handler-Pool: Thread-234] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:05:07.153 [INFO - Metastore-Handler-Pool: Thread-234] (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/hive17125001539485950720/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=ebae745f-c89b-4587-83ba-14997c701ca4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.21.39.254:42929,127.21.39.252:37523,127.21.39.253:39049}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:05:07.155 [INFO - Metastore-Handler-Pool: Thread-234] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17125001539485950720/external-warehouse/table
02:05:07.286 [DEBUG - Metastore-Handler-Pool: Thread-234] (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.
02:05:07.287 [DEBUG - Metastore-Handler-Pool: Thread-234] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:05:07.291 [DEBUG - Metastore-Handler-Pool: Thread-234] (Connection.java:748) [peer master-127.21.39.254:42929(127.21.39.254:42929)] connecting to peer
02:05:07.293 [DEBUG - Metastore-Handler-Pool: Thread-234] (Connection.java:748) [peer master-127.21.39.252:37523(127.21.39.252:37523)] connecting to peer
02:05:07.295 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.21.39.254:42929(127.21.39.254:42929)] Successfully connected to peer
02:05:07.306 [DEBUG - Metastore-Handler-Pool: Thread-234] (Connection.java:748) [peer master-127.21.39.253:39049(127.21.39.253:39049)] connecting to peer
02:05:07.309 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.21.39.252:37523(127.21.39.252:37523)] Successfully connected to peer
02:05:07.318 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.21.39.254
02:05:07.319 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.21.39.253:39049(127.21.39.253:39049)] Successfully connected to peer
02:05:07.328 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.21.39.252
02:05:07.330 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.21.39.253
02:05:07.350 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:05:07.351 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:05:07.354 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xb4e0714a, L:/127.0.0.1:53088 - R:/127.21.39.254:42929] using SASL/PLAIN
02:05:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.354437 22084 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1789afcec9e9433987527dcf7488c2f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a46ebe7c9f54938ba67114c28191afa" member_type: VOTER last_known_addr { host: "127.21.39.254" port: 42929 } } peers { permanent_uuid: "a0f9b953ea4e415eab3d3303b0a7997e" member_type: VOTER last_known_addr { host: "127.21.39.253" port: 39049 } } peers { permanent_uuid: "1789afcec9e9433987527dcf7488c2f3" member_type: VOTER last_known_addr { host: "127.21.39.252" port: 37523 } } }
02:05:07.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.355127 22084 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1789afcec9e9433987527dcf7488c2f3 [sys.catalog]: This master's current role is: LEADER
02:05:07.363 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xdb5be8d3, L:/127.0.0.1:50482 - R:/127.21.39.253:39049] using SASL/PLAIN
02:05:07.372 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:05:07.384 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xdd66f21b, L:/127.0.0.1:36980 - R:/127.21.39.252:37523] using SASL/PLAIN
02:05:07.397 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:05:07.431 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:05:07.486 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:3711) Skipping translation for processor with null
02:05:07.487 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:05:07.502 [INFO - Metastore-Handler-Pool: Thread-234] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:05:07.595 [INFO - Metastore-Handler-Pool: Thread-234] (MetaStoreServerUtils.java:473) Updating table stats for table
02:05:07.596 [INFO - Metastore-Handler-Pool: Thread-234] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:05:07.683 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:05:07.713 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:3711) Skipping translation for processor with null
02:05:07.714 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:05:07.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.761279 22144 catalog_manager.cc:1295] Loaded cluster ID: 1263a27b138f403ea3ec3839a18e237b
02:05:07.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.761875 22144 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e: loading cluster ID for follower catalog manager: success
02:05:07.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.769471 22144 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e: acquiring CA information for follower catalog manager: success
02:05:07.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:07.775162 22144 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a0f9b953ea4e415eab3d3303b0a7997e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:05:07.906 [WARN - Metastore-Handler-Pool: Thread-234] (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.
02:05:08.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:08.139504 22203 catalog_manager.cc:1295] Loaded cluster ID: 1263a27b138f403ea3ec3839a18e237b
02:05:08.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:08.145462 22203 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa: loading cluster ID for follower catalog manager: success
02:05:08.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:08.173849 22203 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa: acquiring CA information for follower catalog manager: success
02:05:08.180 [WARN - Metastore-Handler-Pool: Thread-234] (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.
02:05:08.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:08.192339 22203 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 8a46ebe7c9f54938ba67114c28191afa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:05:08.255 [WARN - Metastore-Handler-Pool: Thread-234] (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.
02:05:08.510 [INFO - Metastore-Handler-Pool: Thread-234] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:05:08.511 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:05:08.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:08.511490 21663 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 21687
02:05:08.528 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:05:08.528 [INFO - Metastore-Handler-Pool: Thread-234] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@10637ee1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@363b6fd will be shutdown
02:05:08.529 [INFO - Metastore-Handler-Pool: Thread-234] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:05:08.584 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.21.39.254:42929(127.21.39.254:42929)] handling channelInactive
02:05:08.584 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.21.39.254:42929(127.21.39.254:42929)] cleaning up while in state READY due to: connection closed
02:05:08.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:08.586217 21663 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 21796
02:05:08.642 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.21.39.253:39049(127.21.39.253:39049)] handling channelInactive
02:05:08.642 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.21.39.253:39049(127.21.39.253:39049)] cleaning up while in state READY due to: connection closed
02:05:08.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 02:05:08.643697 21663 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task1KKAIL/build/tsan/bin/kudu with pid 21929
02:05:08.689 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.21.39.252:37523(127.21.39.252:37523)] handling channelInactive
02:05:08.690 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.21.39.252:37523(127.21.39.252:37523)] cleaning up while in state READY due to: connection closed
02:05:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T02:05:09Z chronyd exiting

Time: 82.028

OK (6 tests)

