JUnit version 4.13.2
.06:08:56.406 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:08:56.411 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:08:56.412 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:08:56.512 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive2805925876587584248
06:08:56.649 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:08:56.662 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:08:56.888 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:08:56.916 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:08:56.916 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
06:08:56.946 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
06:08:56.963 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:08:56.986 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
06:08:57.918 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:08:57.922 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
06:08:57.944 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:08:57.946 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:08:57.960 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:08:57.961 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:08:58.143 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:08:58.143 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:08:58.146 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:08:58.629 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:08:58.630 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
06:08:58.661 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439e5e61 created in the thread with id: 13
06:08:58.725 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
06:08:58.937 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:08:58.939 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:08:58.940 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:08:58.941 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:08:58.942 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:08:58.942 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:08:59.456 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
06:08:59.456 [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.148
06:08:59.457 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
06:08:59.731 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
06:08:59.771 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
06:08:59.812 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
06:08:59.814 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
06:08:59.877 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:08:59.882 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:09:00.138 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:09:00.145 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
06:09:00.153 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:00.154 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [33567]...
06:09:00.154 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:09:00.154 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:09:00.154 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
06:09:00.154 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
06:09:00.534 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:00.535 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:00.536 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:00.548 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:09:00.548 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33567]
06:09:00.549 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33567) in binary transport mode
06:09:00.562 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33567) current connections: 1
06:09:00.636 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
06:09:00.765 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXI9BQp/test-tmp
06:09:00.768 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
06:09:00.772 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXI9BQp/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
06:09:00.807 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33567"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:09:01.237 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:01.247 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:09:01.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.251089 13483 mini_oidc.cc:150] Starting JWKS server
06:09:01.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.254540 13483 webserver.cc:533] Webserver started at http://127.0.0.1:40083/ using document root <none> and password file <none>
06:09:01.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.254822 13483 mini_oidc.cc:186] Starting OIDC Discovery server
06:09:01.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.255580 13483 webserver.cc:533] Webserver started at http://127.0.0.1:45315/ using document root <none> and password file <none>
06:09:01.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:01Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:09:01.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:01Z Disabled control of system clock
06:09:01.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.292268 13483 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/wal
06:09:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data
06:09:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:01.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/logs
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data/info.pb
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:01.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:01.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.42.254:33707
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.42.254
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.42.212:41811
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:01.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:01.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.42.254:33707,127.13.42.253:32975,127.13.42.252:35273
06:09:01.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:01.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40083/jwks.json
06:09:01.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33567 with env {}
06:09:01.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.639991 13495 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:01.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.640297 13495 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:01.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.640374 13495 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:01.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.648797 13495 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:01.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.648875 13495 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:01.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.648931 13495 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:01.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.648975 13495 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:01.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.649039 13495 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:01.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.649081 13495 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40083/jwks.json
06:09:01.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.658823 13495 master_runner.cc:387] Master server non-default flags:
06:09:01.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/logs
06:09:01.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:01.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.42.212:41811
06:09:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data
06:09:01.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/wal
06:09:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33567
06:09:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.42.254:33707,127.13.42.253:32975,127.13.42.252:35273
06:09:01.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.42.254:33707
06:09:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:01.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40083/jwks.json
06:09:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data/info.pb
06:09:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.42.254
06:09:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:01.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:01.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.660574 13495 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:01.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.662992 13495 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:01.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.672233 13500 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:01.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.672369 13501 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.673902 13503 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:01.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.674356 13495 server_base.cc:1061] running on GCE node
06:09:01.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.675261 13495 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:01.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.676956 13495 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:01.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.678150 13495 hybrid_clock.cc:648] HybridClock initialized: now 1786514941678084 us; error 62 us; skew 500 ppm
06:09:01.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.678489 13495 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:01.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.680497 13495 webserver.cc:533] Webserver started at http://127.13.42.254:44511/ using document root <none> and password file <none>
06:09:01.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.681177 13495 fs_manager.cc:362] Metadata directory not provided
06:09:01.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.681270 13495 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:01.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.681675 13495 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:01.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.684233 13495 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data/instance:
06:09:01.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ceb7afc97c440c78d79ab355f089c53"
06:09:01.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:01 on dist-test-slave-49h3"
06:09:01.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.684999 13495 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/wal/instance:
06:09:01.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ceb7afc97c440c78d79ab355f089c53"
06:09:01.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:01 on dist-test-slave-49h3"
06:09:01.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.690536 13495 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.003s
06:09:01.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.693761 13511 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:01.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.695034 13495 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
06:09:01.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.695200 13495 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/wal
06:09:01.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5ceb7afc97c440c78d79ab355f089c53"
06:09:01.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:01 on dist-test-slave-49h3"
06:09:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.695473 13495 fs_report.cc:389] FS layout report
06:09:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/wal
06:09:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/wal
06:09:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data/data
06:09:01.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:01.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:01.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:01.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.746776 13495 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:01.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.747836 13495 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:01.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.748135 13495 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:01.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.766759 13495 rpc_server.cc:307] RPC server started. Bound to: 127.13.42.254:33707
06:09:01.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.766785 13574 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.42.254:33707 every 8 connection(s)
06:09:01.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.768373 13495 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/data/info.pb
06:09:01.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.772162 13483 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 13495
06:09:01.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.772408 13483 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-0/wal/instance
06:09:01.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.772775 13575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:01.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.774689 13483 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:01.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:01.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/wal
06:09:01.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data
06:09:01.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:01.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:01.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:01.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:01.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:01.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:01.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/logs
06:09:01.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data/info.pb
06:09:01.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:01.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:01.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:01.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.42.253:32975
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.42.253
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.42.212:41811
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:01.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.42.254:33707,127.13.42.253:32975,127.13.42.252:35273
06:09:01.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:01.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40083/jwks.json
06:09:01.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33567 with env {}
06:09:01.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.780455 13575 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
06:09:01.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.801852 13575 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } has no permanent_uuid. Determining permanent_uuid...
06:09:01.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.802820 13514 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.42.253:32975: connect: Connection refused (error 111)
06:09:01.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.804469 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.253:32975: Network error: Client connection negotiation failed: client connection to 127.13.42.253:32975: connect: Connection refused (error 111)
06:09:01.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.853760 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } attempt: 1
06:09:01.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.855651 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.253:32975: Network error: Client connection negotiation failed: client connection to 127.13.42.253:32975: connect: Connection refused (error 111)
06:09:01.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:01.923899 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } attempt: 2
06:09:01.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:01.926118 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.253:32975: Network error: Client connection negotiation failed: client connection to 127.13.42.253:32975: connect: Connection refused (error 111)
06:09:02.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.017366 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } attempt: 3
06:09:02.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.019526 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.253:32975: Network error: Client connection negotiation failed: client connection to 127.13.42.253:32975: connect: Connection refused (error 111)
06:09:02.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.128737 13576 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:02.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.129067 13576 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:02.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.129155 13576 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:02.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.137758 13576 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.137842 13576 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.137897 13576 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.137938 13576 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.137989 13576 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.138023 13576 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40083/jwks.json
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.148845 13576 master_runner.cc:387] Master server non-default flags:
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/logs
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.42.212:41811
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/wal
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33567
06:09:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.42.254:33707,127.13.42.253:32975,127.13.42.252:35273
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.42.253:32975
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40083/jwks.json
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data/info.pb
06:09:02.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.42.253
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:02.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.150521 13576 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:02.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.152858 13576 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:02.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.161245 13585 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:02.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.161399 13586 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:02.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.162752 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } attempt: 4
06:09:02.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.164726 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.253:32975: Network error: Client connection negotiation failed: client connection to 127.13.42.253:32975: connect: Connection refused (error 111)
06:09:02.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.165691 13576 server_base.cc:1061] running on GCE node
06:09:02.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.166420 13588 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:02.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.167164 13576 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:02.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.168413 13576 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:02.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.169591 13576 hybrid_clock.cc:648] HybridClock initialized: now 1786514942169524 us; error 61 us; skew 500 ppm
06:09:02.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.169898 13576 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:02.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.171996 13576 webserver.cc:533] Webserver started at http://127.13.42.253:46169/ using document root <none> and password file <none>
06:09:02.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.172644 13576 fs_manager.cc:362] Metadata directory not provided
06:09:02.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.172732 13576 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:02.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.173012 13576 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:02.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.175230 13576 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data/instance:
06:09:02.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70"
06:09:02.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:02 on dist-test-slave-49h3"
06:09:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.175935 13576 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/wal/instance:
06:09:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70"
06:09:02.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:02 on dist-test-slave-49h3"
06:09:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.180877 13576 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
06:09:02.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.184625 13594 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:02.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.186286 13576 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
06:09:02.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.186452 13576 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/wal
06:09:02.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70"
06:09:02.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:02 on dist-test-slave-49h3"
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.186687 13576 fs_report.cc:389] FS layout report
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/wal
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/wal
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data/data
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:02.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:02.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:02.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:02.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:02.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:02.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:02.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:02.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.208521 13576 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:02.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.209265 13576 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:02.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.209527 13576 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.231822 13576 rpc_server.cc:307] RPC server started. Bound to: 127.13.42.253:32975
06:09:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.231870 13656 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.42.253:32975 every 8 connection(s)
06:09:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.233359 13576 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/data/info.pb
06:09:02.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.237357 13657 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:02.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.242331 13483 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 13576
06:09:02.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.242489 13483 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-1/wal/instance
06:09:02.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.242870 13657 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
06:09:02.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.243626 13483 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:02.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/wal
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/logs
06:09:02.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data/info.pb
06:09:02.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:02.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.42.252:35273
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.42.252
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.42.212:41811
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.42.254:33707,127.13.42.253:32975,127.13.42.252:35273
06:09:02.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:02.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40083/jwks.json
06:09:02.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33567 with env {}
06:09:02.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.258818 13657 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } has no permanent_uuid. Determining permanent_uuid...
06:09:02.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.268399 13657 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } has no permanent_uuid. Determining permanent_uuid...
06:09:02.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.269601 13595 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.271179 13657 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.320489 13657 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 1
06:09:02.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.322831 13657 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.391052 13657 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 2
06:09:02.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.393175 13657 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.463999 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } attempt: 5
06:09:02.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.471024 13575 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } has no permanent_uuid. Determining permanent_uuid...
06:09:02.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.472888 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.484417 13657 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 3
06:09:02.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.486245 13657 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.524099 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 1
06:09:02.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.526147 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.585381 13659 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:02.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.585682 13659 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:02.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.585758 13659 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.593817 13659 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.593894 13659 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.593948 13659 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.593987 13659 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.594038 13659 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.594070 13659 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40083/jwks.json
06:09:02.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.594359 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 2
06:09:02.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.596354 13575 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.604169 13659 master_runner.cc:387] Master server non-default flags:
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/logs
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.42.212:41811
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/wal
06:09:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33567
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.42.254:33707,127.13.42.253:32975,127.13.42.252:35273
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.42.252:35273
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40083/jwks.json
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:02.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data/info.pb
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.42.252
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:02.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:02.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:02.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.606175 13659 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:02.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.608412 13659 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:02.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.616165 13670 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:02.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.616091 13669 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:02.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.616746 13675 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:02.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.617311 13659 server_base.cc:1061] running on GCE node
06:09:02.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.618053 13659 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:02.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.619410 13659 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:02.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.620625 13659 hybrid_clock.cc:648] HybridClock initialized: now 1786514942620564 us; error 44 us; skew 500 ppm
06:09:02.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.621011 13659 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:02.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.623148 13659 webserver.cc:533] Webserver started at http://127.13.42.252:44795/ using document root <none> and password file <none>
06:09:02.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.623888 13659 fs_manager.cc:362] Metadata directory not provided
06:09:02.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.623997 13659 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:02.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.624450 13659 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:02.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.626834 13659 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data/instance:
06:09:02.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07473d8b556348c29b5c820f1d0b3b9e"
06:09:02.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:02 on dist-test-slave-49h3"
06:09:02.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.627712 13659 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/wal/instance:
06:09:02.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07473d8b556348c29b5c820f1d0b3b9e"
06:09:02.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:02 on dist-test-slave-49h3"
06:09:02.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.629508 13657 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 4
06:09:02.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.631304 13657 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.42.252:35273: Network error: Client connection negotiation failed: client connection to 127.13.42.252:35273: connect: Connection refused (error 111)
06:09:02.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.632974 13659 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
06:09:02.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.636221 13681 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:02.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.637548 13659 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.637706 13659 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/wal
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "07473d8b556348c29b5c820f1d0b3b9e"
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:02 on dist-test-slave-49h3"
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.637946 13659 fs_report.cc:389] FS layout report
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/wal
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/wal
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data/data
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:02.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:02.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:02.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.656612 13659 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:02.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.657538 13659 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:02.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.657827 13659 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.678920 13659 rpc_server.cc:307] RPC server started. Bound to: 127.13.42.252:35273
06:09:02.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.678941 13740 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.42.252:35273 every 8 connection(s)
06:09:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.680485 13659 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/data/info.pb
06:09:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.682490 13483 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 13659
06:09:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.682677 13483 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster1149624789547609388/master-2/wal/instance
06:09:02.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.684518 13741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:02.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.691121 13741 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
06:09:02.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.701014 13741 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } has no permanent_uuid. Determining permanent_uuid...
06:09:02.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.702579 13575 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 3
06:09:02.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.709677 13741 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } has no permanent_uuid. Determining permanent_uuid...
06:09:02.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.721340 13741 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e: Bootstrap starting.
06:09:02.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.722469 13575 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53: Bootstrap starting.
06:09:02.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.725267 13741 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e: Neither blocks nor log segments found. Creating new log.
06:09:02.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.727670 13741 log.cc:826] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e: Log is configured to *not* fsync() on all Append() calls
06:09:02.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.728617 13575 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53: Neither blocks nor log segments found. Creating new log.
06:09:02.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.730247 13575 log.cc:826] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53: Log is configured to *not* fsync() on all Append() calls
06:09:02.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.735033 13483 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:09:02.738 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:02.739 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:09:02.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.744421 13741 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e: No bootstrap required, opened a new log
06:09:02.748 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.42.254"
      port: 33707
    }
    bound_http_address {
      host: "127.13.42.254"
      port: 44511
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.42.253"
      port: 32975
    }
    bound_http_address {
      host: "127.13.42.253"
      port: 46169
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.42.252"
      port: 35273
    }
    bound_http_address {
      host: "127.13.42.252"
      port: 44795
    }
  }
}

06:09:02.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.751555 13575 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53: No bootstrap required, opened a new log
06:09:02.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.752887 13741 raft_consensus.cc:359] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.753254 13741 raft_consensus.cc:385] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:02.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.753378 13741 raft_consensus.cc:740] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 07473d8b556348c29b5c820f1d0b3b9e, State: Initialized, Role: FOLLOWER
06:09:02.754 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

06:09:02.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.754240 13741 consensus_queue.cc:260] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [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: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.754 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:02.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.755302 13749 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [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: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:02.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.756196 13749 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: This master's current role is: FOLLOWER
06:09:02.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.756546 13741 sys_catalog.cc:565] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: configured and running, proceeding with master startup.
06:09:02.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.758194 13749 raft_consensus.cc:493] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:09:02.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.758642 13749 raft_consensus.cc:515] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.758910 13575 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.759420 13575 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:02.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.759727 13575 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5ceb7afc97c440c78d79ab355f089c53, State: Initialized, Role: FOLLOWER
06:09:02.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.760944 13575 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [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: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.762816 13749 leader_election.cc:290] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5ceb7afc97c440c78d79ab355f089c53 (127.13.42.254:33707), 8a936b0500ee41a0b8efc1e6f9cd9b70 (127.13.42.253:32975)
06:09:02.774 [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=821f3932-2f1e-47a2-ac9f-6b6c842afa32, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:02.777 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:02.777 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:02.780 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: null will be shutdown
06:09:02.782 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b8079d2 created in the thread with id: 36
06:09:02.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.796813 13546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07473d8b556348c29b5c820f1d0b3b9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ceb7afc97c440c78d79ab355f089c53" is_pre_election: true
06:09:02.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.796795 13575 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [sys.catalog]: configured and running, proceeding with master startup.
06:09:02.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.799890 13546 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 07473d8b556348c29b5c820f1d0b3b9e in term 0.
06:09:02.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.801999 13683 leader_election.cc:304] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [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: 07473d8b556348c29b5c820f1d0b3b9e, 5ceb7afc97c440c78d79ab355f089c53; no voters: 
06:09:02.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.802807 13749 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Leader pre-election won for term 1
06:09:02.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.802980 13749 raft_consensus.cc:493] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:09:02.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.803066 13749 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 0 FOLLOWER]: Advancing to term 1
06:09:02.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.807282 13749 raft_consensus.cc:515] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.809588 13546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07473d8b556348c29b5c820f1d0b3b9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5ceb7afc97c440c78d79ab355f089c53"
06:09:02.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.809800 13546 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [term 0 FOLLOWER]: Advancing to term 1
06:09:02.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.814486 13546 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 07473d8b556348c29b5c820f1d0b3b9e in term 1.
06:09:02.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.815425 13683 leader_election.cc:304] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [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: 07473d8b556348c29b5c820f1d0b3b9e, 5ceb7afc97c440c78d79ab355f089c53; no voters: 
06:09:02.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.816136 13762 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 1 FOLLOWER]: Leader election won for term 1
06:09:02.816 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf
06:09:02.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.817307 13749 leader_election.cc:290] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [CANDIDATE]: Term 1 election: Requested vote from peers 5ceb7afc97c440c78d79ab355f089c53 (127.13.42.254:33707), 8a936b0500ee41a0b8efc1e6f9cd9b70 (127.13.42.253:32975)
06:09:02.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.819352 13751 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [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: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:02.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.820632 13751 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [sys.catalog]: This master's current role is: FOLLOWER
06:09:02.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.821877 13762 raft_consensus.cc:697] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [term 1 LEADER]: Becoming Leader. State: Replica: 07473d8b556348c29b5c820f1d0b3b9e, State: Running, Role: LEADER
06:09:02.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.822778 13762 consensus_queue.cc:237] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [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: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.834561 13749 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07473d8b556348c29b5c820f1d0b3b9e. Latest consensus state: current_term: 1 leader_uuid: "07473d8b556348c29b5c820f1d0b3b9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:02.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.834834 13749 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: This master's current role is: LEADER
06:09:02.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.836057 13769 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:09:02.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.842149 13769 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:09:02.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.900126 13546 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [term 1 FOLLOWER]: Refusing update from remote peer 07473d8b556348c29b5c820f1d0b3b9e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:02.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.901863 13749 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [LEADER]: Connected to new peer: Peer: permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:02.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.909857 13687 tablet.cc:2406] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:02.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.928922 13751 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07473d8b556348c29b5c820f1d0b3b9e. Latest consensus state: current_term: 1 leader_uuid: "07473d8b556348c29b5c820f1d0b3b9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:02.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.929171 13751 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [sys.catalog]: This master's current role is: FOLLOWER
06:09:02.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.930495 13657 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } attempt: 5
06:09:02.932 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:02.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.932331 13785 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:02.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:02.934865 13779 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:02.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.946714 13657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70: Bootstrap starting.
06:09:02.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.948042 13771 mvcc.cc:204] Tried to move back new op lower bound from 7317565206101757952 to 7317565205808246784. Current Snapshot: MvccSnapshot[applied={T|T < 7317565206101757952}]
06:09:02.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.949000 13762 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "07473d8b556348c29b5c820f1d0b3b9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:02.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.949282 13762 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: This master's current role is: LEADER
06:09:02.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.949779 13782 mvcc.cc:204] Tried to move back new op lower bound from 7317565206101757952 to 7317565205808246784. Current Snapshot: MvccSnapshot[applied={T|T < 7317565206101757952}]
06:09:02.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.938524 13495 master_runner.cc:187] Error getting master registration for 127.13.42.253:32975: OK, instance_id { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" instance_seqno: 1786514942226637 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:02.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.953460 13657 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70: Neither blocks nor log segments found. Creating new log.
06:09:02.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.954859 13657 log.cc:826] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70: Log is configured to *not* fsync() on all Append() calls
06:09:02.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.955865 13751 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "07473d8b556348c29b5c820f1d0b3b9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:02.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.956270 13495 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:02.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.956347 13751 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53 [sys.catalog]: This master's current role is: FOLLOWER
06:09:02.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.956424 13769 catalog_manager.cc:1384] Generated new cluster ID: 87d564c706fa4287bf21b8645f5f8de8
06:09:02.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.956511 13769 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:09:02.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.972958 13657 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70: No bootstrap required, opened a new log
06:09:02.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.983119 13657 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.993573 13657 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:02.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.994014 13657 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a936b0500ee41a0b8efc1e6f9cd9b70, State: Initialized, Role: FOLLOWER
06:09:02.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.995133 13657 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [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: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } }
06:09:02.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.996714 13789 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [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: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:02.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:02.997366 13789 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [sys.catalog]: This master's current role is: FOLLOWER
06:09:03.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.001230 13657 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [sys.catalog]: configured and running, proceeding with master startup.
06:09:03.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.002694 13626 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [term 0 FOLLOWER]: Advancing to term 1
06:09:03.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.005559 13628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07473d8b556348c29b5c820f1d0b3b9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" is_pre_election: true
06:09:03.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.006518 13627 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "07473d8b556348c29b5c820f1d0b3b9e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70"
06:09:03.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.008236 13626 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [term 1 FOLLOWER]: Refusing update from remote peer 07473d8b556348c29b5c820f1d0b3b9e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:03.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.008818 13769 catalog_manager.cc:1407] Generated new certificate authority record
06:09:03.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.009050 13762 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:03.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.010521 13769 catalog_manager.cc:1560] Loading token signing keys...
06:09:03.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.027290 13769 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e: Generated new TSK 0
06:09:03.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.028623 13769 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:09:03.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.037684 13802 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "07473d8b556348c29b5c820f1d0b3b9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:03.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.038376 13802 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [sys.catalog]: This master's current role is: FOLLOWER
06:09:03.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.038507 13789 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 07473d8b556348c29b5c820f1d0b3b9e. Latest consensus state: current_term: 1 leader_uuid: "07473d8b556348c29b5c820f1d0b3b9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:03.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.038501 13763 sys_catalog.cc:455] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "07473d8b556348c29b5c820f1d0b3b9e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5ceb7afc97c440c78d79ab355f089c53" member_type: VOTER last_known_addr { host: "127.13.42.254" port: 33707 } } peers { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" member_type: VOTER last_known_addr { host: "127.13.42.253" port: 32975 } } peers { permanent_uuid: "07473d8b556348c29b5c820f1d0b3b9e" member_type: VOTER last_known_addr { host: "127.13.42.252" port: 35273 } } }
06:09:03.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.038743 13789 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70 [sys.catalog]: This master's current role is: FOLLOWER
06:09:03.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.038743 13763 sys_catalog.cc:458] T 00000000000000000000000000000000 P 07473d8b556348c29b5c820f1d0b3b9e [sys.catalog]: This master's current role is: LEADER
06:09:03.040 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:03.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:03.042482 13795 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:03.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.045331 13799 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:03.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.052001 13659 master_runner.cc:187] Error getting master registration for 127.13.42.253:32975: OK, instance_id { permanent_uuid: "8a936b0500ee41a0b8efc1e6f9cd9b70" instance_seqno: 1786514942226637 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:03.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.060829 13659 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:03.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.066479 13791 mvcc.cc:204] Tried to move back new op lower bound from 7317565206509637632 to 7317565205808246784. Current Snapshot: MvccSnapshot[applied={T|T < 7317565206509637632 or (T in {7317565206509637632})}]
06:09:03.096 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:03.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:03.098519 13812 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:03.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.162717 13816 catalog_manager.cc:1296] Loaded cluster ID: 87d564c706fa4287bf21b8645f5f8de8
06:09:03.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.163496 13816 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70: loading cluster ID for follower catalog manager: success
06:09:03.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.168272 13816 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70: acquiring CA information for follower catalog manager: success
06:09:03.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.185225 13816 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 8a936b0500ee41a0b8efc1e6f9cd9b70: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:03.593 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:03.625 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:03.625 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:03.882 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:03.896 [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/hive2805925876587584248/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=821f3932-2f1e-47a2-ac9f-6b6c842afa32, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.949312 13785 catalog_manager.cc:1296] Loaded cluster ID: 87d564c706fa4287bf21b8645f5f8de8
06:09:03.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.949476 13785 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53: loading cluster ID for follower catalog manager: success
06:09:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.953613 13785 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53: acquiring CA information for follower catalog manager: success
06:09:03.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:03.956459 13785 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 5ceb7afc97c440c78d79ab355f089c53: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:03.980 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:03.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:03.981251 13779 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:03.993 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2805925876587584248/external-warehouse/table
06:09:04.052 [INFO - Metastore-Handler-Pool: Thread-48] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:04.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:04.052814 13795 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:04.107 [INFO - Metastore-Handler-Pool: Thread-49] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:04.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:04.108347 13812 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:04.177 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:09:04.187 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:04.190 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:04.229 [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.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:04.259 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:04.271 [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/hive2805925876587584248/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.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:04.276 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2805925876587584248/external-warehouse/table
06:09:04.304 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:09:04.305 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:04.306 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:04.307 [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=98fd3d7a-4cdc-4316-91a9-44c5c6b8a01b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:04.311 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:04.314 [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/hive2805925876587584248/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=98fd3d7a-4cdc-4316-91a9-44c5c6b8a01b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:04.317 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2805925876587584248/external-warehouse/table
06:09:04.342 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
06:09:04.349 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
06:09:04.349 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
06:09:04.357 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@36e9c8ab
06:09:04.389 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
06:09:04.389 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
06:09:04.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
06:09:04.390 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
06:09:04.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
06:09:04.391 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
06:09:04.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
06:09:04.392 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
06:09:04.393 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
06:09:04.394 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
06:09:04.395 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
06:09:04.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
06:09:04.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
06:09:04.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
06:09:04.397 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
06:09:04.398 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
06:09:04.398 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
06:09:04.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
06:09:04.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
06:09:04.410 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
06:09:04.469 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
06:09:04.494 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
06:09:04.507 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
06:09:04.508 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
06:09:04.517 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
06:09:04.517 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
06:09:04.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
06:09:04.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
06:09:04.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
06:09:04.569 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
06:09:04.570 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
06:09:04.587 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:04.590 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
06:09:04.617 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:09:04.790 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.42.253:32975(127.13.42.253:32975)] connecting to peer
06:09:04.798 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 13424 (auto-detected)
06:09:04.801 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
06:09:04.801 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
06:09:04.803 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
06:09:04.804 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
06:09:04.805 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:47:ff:fe:48:c5:e3 (auto-detected)
06:09:04.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
06:09:04.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
06:09:04.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
06:09:04.835 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
06:09:04.840 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.42.252:35273(127.13.42.252:35273)] connecting to peer
06:09:04.841 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.42.254:33707(127.13.42.254:33707)] connecting to peer
06:09:04.879 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.42.252:35273(127.13.42.252:35273)] Successfully connected to peer
06:09:04.881 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.42.253:32975(127.13.42.253:32975)] Successfully connected to peer
06:09:04.892 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
06:09:04.892 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
06:09:04.893 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@7d1d67e5
06:09:04.898 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.13.42.254:33707(127.13.42.254:33707)] Successfully connected to peer
06:09:04.898 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
06:09:04.898 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
06:09:04.899 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
06:09:04.899 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
06:09:04.899 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
06:09:04.971 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.42.254
06:09:04.973 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.42.252
06:09:04.973 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.42.253
06:09:04.983 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:04.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:04.985734 13779 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:05.060 [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=	
06:09:05.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:05.061375 13795 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:05.111 [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=	
06:09:05.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:05.112454 13812 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:05.176 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:05.176 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:05.177 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:05.196 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xed6f4c9b, L:/127.0.0.1:49072 - R:/127.13.42.253:32975] using SASL/PLAIN
06:09:05.197 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xe70de936, L:/127.0.0.1:58544 - R:/127.13.42.252:35273] using SASL/PLAIN
06:09:05.196 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xd0a7a370, L:/127.0.0.1:47080 - R:/127.13.42.254:33707] using SASL/PLAIN
06:09:05.241 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:09:05.247 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:05.248 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:05.251 [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=675cf089-1aca-4afa-a721-2c5eaf9b312b, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:05.255 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:05.259 [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/hive2805925876587584248/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=675cf089-1aca-4afa-a721-2c5eaf9b312b, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:05.262 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2805925876587584248/external-warehouse/table
06:09:05.281 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:05.281 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:05.283 [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=884fc409-79af-4ed6-98b4-d33305ec4209, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:05.286 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:05.289 [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/hive2805925876587584248/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=884fc409-79af-4ed6-98b4-d33305ec4209, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:05.292 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2805925876587584248/external-warehouse/table
06:09:05.376 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:05.449 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:05.456 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:05.596 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:05.915 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:05.966 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:05.992 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:05.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:05.993263 13779 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:06.014 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:06.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=	
06:09:06.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:06.068491 13795 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:06.119 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:06.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:06.119912 13812 client.h:373] Failed to connect to Hive Metastore (localhost:33567): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:06.167 [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=862628e7-a22e-4519-84eb-f14a930039c3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:06.170 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:06.173 [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/hive2805925876587584248/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=862628e7-a22e-4519-84eb-f14a930039c3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.42.253:32975,127.13.42.252:35273,127.13.42.254:33707}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:06.176 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2805925876587584248/external-warehouse/table
06:09:06.208 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:06.236 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:06.238 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:06.295 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:06.315 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:09:06.316 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:09:06.316 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73b9d0cf, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2b8079d2 will be shutdown
06:09:06.317 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:09:06.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.316457 13483 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 13495
06:09:06.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.318368 13570 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:06.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.424677 13483 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 13495
06:09:06.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.444666 13483 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 13576
06:09:06.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.445864 13652 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:06.447 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.13.42.254:33707(127.13.42.254:33707)] handling channelInactive
06:09:06.448 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.13.42.254:33707(127.13.42.254:33707)] cleaning up while in state READY due to: connection closed
06:09:06.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.550107 13483 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 13576
06:09:06.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.572846 13483 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 13659
06:09:06.573 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.42.253:32975(127.13.42.253:32975)] handling channelInactive
06:09:06.573 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.42.253:32975(127.13.42.253:32975)] cleaning up while in state READY due to: connection closed
06:09:06.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.574316 13736 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:06.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:06.679288 13483 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 13659
06:09:06.702 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.42.252:35273(127.13.42.252:35273)] handling channelInactive
06:09:06.702 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.42.252:35273(127.13.42.252:35273)] cleaning up while in state READY due to: connection closed
06:09:06.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:06Z chronyd exiting
.06:09:06.829 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:06.829 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:06.829 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:06.845 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive110736871867089160
06:09:06.846 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:09:06.846 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:09:06.849 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:06.849 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:06.849 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:09:06.853 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:09:06.856 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:09:06.856 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:09:06.857 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:09:06.857 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:09:06.858 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
06:09:06.946 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:06.947 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
06:09:06.947 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:09:06.950 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:09:06.951 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:06.952 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:09:06.972 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:09:06.973 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:09:06.973 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:09:07.012 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:07.013 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:07.014 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:07.014 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:07.015 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:07.015 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:07.235 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:09:07.235 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cbd0378, with PersistenceManager: null will be shutdown
06:09:07.236 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cbd0378, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@41dcef8c created in the thread with id: 65
06:09:07.238 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
06:09:07.239 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cbd0378
06:09:07.408 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
06:09:07.426 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
06:09:07.457 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
06:09:07.459 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
06:09:07.495 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:09:07.495 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:09:07.496 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:09:07.496 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
06:09:07.496 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:07.497 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [45789]...
06:09:07.497 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:09:07.497 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:09:07.497 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
06:09:07.497 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
06:09:07.848 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:07.849 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:07.849 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:07.853 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:09:07.853 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45789]
06:09:07.853 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45789) in binary transport mode
06:09:07.854 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45789) current connections: 1
06:09:07.856 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXI9BQp/test-tmp
06:09:07.856 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
06:09:07.856 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXI9BQp/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
06:09:07.859 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45789"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:09:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.179456 13893 mini_oidc.cc:150] Starting JWKS server
06:09:08.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.181770 13893 webserver.cc:533] Webserver started at http://127.0.0.1:36555/ using document root <none> and password file <none>
06:09:08.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.182037 13893 mini_oidc.cc:186] Starting OIDC Discovery server
06:09:08.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.182595 13893 webserver.cc:533] Webserver started at http://127.0.0.1:41087/ using document root <none> and password file <none>
06:09:08.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:08Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:09:08.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:08Z Disabled control of system clock
06:09:08.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.208652 13893 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:08.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/wal
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/logs
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data/info.pb
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.145.126:41709
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.145.126
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.145.84:34327
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.145.126:41709,127.13.145.125:34501,127.13.145.124:41249
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36555/jwks.json
06:09:08.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45789 with env {}
06:09:08.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.515105 13906 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:08.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.515379 13906 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:08.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.515451 13906 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:08.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.523538 13906 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.523638 13906 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.523722 13906 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.523777 13906 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.523847 13906 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:08.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.523892 13906 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36555/jwks.json
06:09:08.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.533540 13906 master_runner.cc:387] Master server non-default flags:
06:09:08.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/logs
06:09:08.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:08.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:08.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.145.84:34327
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/wal
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45789
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.145.126:41709,127.13.145.125:34501,127.13.145.124:41249
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.145.126:41709
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36555/jwks.json
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data/info.pb
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.145.126
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:08.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:08.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:08.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:08.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:08.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:08.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:08.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:08.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.535516 13906 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:08.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.537235 13906 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:08.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.544798 13912 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:08.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.544843 13913 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:08.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.544870 13915 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:08.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.546226 13906 server_base.cc:1061] running on GCE node
06:09:08.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.546923 13906 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:08.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.548216 13906 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:08.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.549422 13906 hybrid_clock.cc:648] HybridClock initialized: now 1786514948549414 us; error 70 us; skew 500 ppm
06:09:08.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.549793 13906 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:08.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.551873 13906 webserver.cc:533] Webserver started at http://127.13.145.126:46777/ using document root <none> and password file <none>
06:09:08.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.552572 13906 fs_manager.cc:362] Metadata directory not provided
06:09:08.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.552675 13906 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:08.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.553066 13906 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:08.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.555351 13906 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data/instance:
06:09:08.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38b800980e724fc4b38a4a18f7a7660a"
06:09:08.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:08 on dist-test-slave-49h3"
06:09:08.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.556149 13906 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/wal/instance:
06:09:08.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38b800980e724fc4b38a4a18f7a7660a"
06:09:08.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:08 on dist-test-slave-49h3"
06:09:08.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.561031 13906 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
06:09:08.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.564175 13921 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:08.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.565372 13906 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
06:09:08.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.565567 13906 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/wal
06:09:08.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "38b800980e724fc4b38a4a18f7a7660a"
06:09:08.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:08 on dist-test-slave-49h3"
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.565775 13906 fs_report.cc:389] FS layout report
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/wal
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/wal
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data/data
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:08.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:08.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.577551 13906 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:08.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.578325 13906 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:08.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.578600 13906 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:08.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.596748 13906 rpc_server.cc:307] RPC server started. Bound to: 127.13.145.126:41709
06:09:08.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.596755 13981 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.145.126:41709 every 8 connection(s)
06:09:08.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.598201 13906 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/data/info.pb
06:09:08.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.601646 13893 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 13906
06:09:08.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.601948 13893 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-0/wal/instance
06:09:08.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.602106 13982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.604243 13893 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/wal
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/logs
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data/info.pb
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:08.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.145.125:34501
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.145.125
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.145.84:34327
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.145.126:41709,127.13.145.125:34501,127.13.145.124:41249
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36555/jwks.json
06:09:08.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45789 with env {}
06:09:08.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.607590 13982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } has no permanent_uuid. Determining permanent_uuid...
06:09:08.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.626832 13982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } has no permanent_uuid. Determining permanent_uuid...
06:09:08.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.628032 13923 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.145.125:34501: connect: Connection refused (error 111)
06:09:08.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.629588 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.125:34501: Network error: Client connection negotiation failed: client connection to 127.13.145.125:34501: connect: Connection refused (error 111)
06:09:08.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.678889 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } attempt: 1
06:09:08.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.680840 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.125:34501: Network error: Client connection negotiation failed: client connection to 127.13.145.125:34501: connect: Connection refused (error 111)
06:09:08.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.749071 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } attempt: 2
06:09:08.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.751086 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.125:34501: Network error: Client connection negotiation failed: client connection to 127.13.145.125:34501: connect: Connection refused (error 111)
06:09:08.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.842312 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } attempt: 3
06:09:08.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.844316 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.125:34501: Network error: Client connection negotiation failed: client connection to 127.13.145.125:34501: connect: Connection refused (error 111)
06:09:08.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.923173 13984 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:08.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.923456 13984 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:08.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.923529 13984 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:08.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.931596 13984 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:08.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.931674 13984 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:08.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.931728 13984 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:08.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.931767 13984 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:08.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.931818 13984 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:08.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.931852 13984 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36555/jwks.json
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.941771 13984 master_runner.cc:387] Master server non-default flags:
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/logs
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.145.84:34327
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/wal
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45789
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.145.126:41709,127.13.145.125:34501,127.13.145.124:41249
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.145.125:34501
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36555/jwks.json
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data/info.pb
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.145.125
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:08.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:08.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.943239 13984 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:08.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.945041 13984 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.952816 13994 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.952998 13993 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:08.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.953794 13997 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:08.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.954322 13984 server_base.cc:1061] running on GCE node
06:09:08.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.955011 13984 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:08.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.956328 13984 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:08.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.957532 13984 hybrid_clock.cc:648] HybridClock initialized: now 1786514948957467 us; error 62 us; skew 500 ppm
06:09:08.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.957836 13984 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:08.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.959913 13984 webserver.cc:533] Webserver started at http://127.13.145.125:37177/ using document root <none> and password file <none>
06:09:08.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.960604 13984 fs_manager.cc:362] Metadata directory not provided
06:09:08.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.960691 13984 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:08.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.960986 13984 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:08.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.963306 13984 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data/instance:
06:09:08.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9c6bd481760a418d88aa314e98ce88ce"
06:09:08.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:08 on dist-test-slave-49h3"
06:09:08.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.964020 13984 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/wal/instance:
06:09:08.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9c6bd481760a418d88aa314e98ce88ce"
06:09:08.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:08 on dist-test-slave-49h3"
06:09:08.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.969079 13984 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
06:09:08.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.972348 14004 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:08.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.973681 13984 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
06:09:08.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.973816 13984 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/wal
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9c6bd481760a418d88aa314e98ce88ce"
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:08 on dist-test-slave-49h3"
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.973984 13984 fs_report.cc:389] FS layout report
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/wal
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/wal
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data/data
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:08.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:08.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:08.987524 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } attempt: 4
06:09:08.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:08.989398 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.125:34501: Network error: Client connection negotiation failed: client connection to 127.13.145.125:34501: connect: Connection refused (error 111)
06:09:09.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.013581 13984 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:09.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.014451 13984 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:09.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.014686 13984 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:09.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.034091 13984 rpc_server.cc:307] RPC server started. Bound to: 127.13.145.125:34501
06:09:09.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.034103 14067 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.145.125:34501 every 8 connection(s)
06:09:09.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.035511 13984 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/data/info.pb
06:09:09.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.038009 13893 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 13984
06:09:09.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.038151 13893 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-1/wal/instance
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.039084 13893 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/wal
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/logs
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data/info.pb
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:09.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.145.124:41249
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.145.124
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.145.84:34327
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.145.126:41709,127.13.145.125:34501,127.13.145.124:41249
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36555/jwks.json
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45789 with env {}
06:09:09.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.039820 14068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:09.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.046067 14068 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } has no permanent_uuid. Determining permanent_uuid...
06:09:09.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.058279 14068 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } has no permanent_uuid. Determining permanent_uuid...
06:09:09.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.067302 14068 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } has no permanent_uuid. Determining permanent_uuid...
06:09:09.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.068332 14008 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.069958 14068 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.119221 14068 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 1
06:09:09.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.121263 14068 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.189489 14068 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 2
06:09:09.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.191527 14068 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.282747 14068 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 3
06:09:09.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.284664 14068 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.288645 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } attempt: 5
06:09:09.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.294874 13982 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } has no permanent_uuid. Determining permanent_uuid...
06:09:09.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.296614 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.347811 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 1
06:09:09.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.349709 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.359979 14069 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:09.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.360286 14069 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:09.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.360395 14069 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:09.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.368433 14069 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:09.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.368518 14069 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:09.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.368606 14069 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:09.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.368666 14069 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:09.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.368742 14069 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:09.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.368793 14069 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36555/jwks.json
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.379418 14069 master_runner.cc:387] Master server non-default flags:
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/logs
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.145.84:34327
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/wal
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45789
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.145.126:41709,127.13.145.125:34501,127.13.145.124:41249
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.145.124:41249
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36555/jwks.json
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data/info.pb
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.145.124
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:09.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:09.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.381362 14069 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:09.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.383138 14069 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:09.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.391147 14077 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:09.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.391068 14078 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:09.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.391603 14080 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:09.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.392204 14069 server_base.cc:1061] running on GCE node
06:09:09.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.392897 14069 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:09.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.394207 14069 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:09.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.395426 14069 hybrid_clock.cc:648] HybridClock initialized: now 1786514949395366 us; error 37 us; skew 500 ppm
06:09:09.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.395779 14069 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:09.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.397799 14069 webserver.cc:533] Webserver started at http://127.13.145.124:34957/ using document root <none> and password file <none>
06:09:09.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.398483 14069 fs_manager.cc:362] Metadata directory not provided
06:09:09.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.398587 14069 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:09.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.398963 14069 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:09.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.401142 14069 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data/instance:
06:09:09.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c21d91f1ea6448efb35d3ceb212b81a2"
06:09:09.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:09 on dist-test-slave-49h3"
06:09:09.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.401959 14069 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/wal/instance:
06:09:09.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c21d91f1ea6448efb35d3ceb212b81a2"
06:09:09.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:09 on dist-test-slave-49h3"
06:09:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.406679 14069 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
06:09:09.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.410014 14089 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.411194 14069 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.411372 14069 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/wal
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c21d91f1ea6448efb35d3ceb212b81a2"
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:09 on dist-test-slave-49h3"
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.411593 14069 fs_report.cc:389] FS layout report
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/wal
06:09:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/wal
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data/data
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:09.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.417917 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 2
06:09:09.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.419673 13982 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.427871 14068 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 4
06:09:09.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.429559 14068 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.145.124:41249: Network error: Client connection negotiation failed: client connection to 127.13.145.124:41249: connect: Connection refused (error 111)
06:09:09.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.433465 14069 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:09.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.434314 14069 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:09.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.434604 14069 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.453181 14069 rpc_server.cc:307] RPC server started. Bound to: 127.13.145.124:41249
06:09:09.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.453217 14149 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.145.124:41249 every 8 connection(s)
06:09:09.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.454650 14069 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/data/info.pb
06:09:09.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.458616 14150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:09.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.463007 13893 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 14069
06:09:09.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.463195 13893 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster10017833784317128204/master-2/wal/instance
06:09:09.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.464079 14150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } has no permanent_uuid. Determining permanent_uuid...
06:09:09.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.477964 14150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } has no permanent_uuid. Determining permanent_uuid...
06:09:09.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.484287 14150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } has no permanent_uuid. Determining permanent_uuid...
06:09:09.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.494680 14150 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: Bootstrap starting.
06:09:09.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.498080 13893 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:09:09.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.498250 14150 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: Neither blocks nor log segments found. Creating new log.
06:09:09.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.499460 14150 log.cc:826] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: Log is configured to *not* fsync() on all Append() calls
06:09:09.500 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:09.500 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:09:09.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.502094 14150 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: No bootstrap required, opened a new log
06:09:09.501 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.145.126"
      port: 41709
    }
    bound_http_address {
      host: "127.13.145.126"
      port: 46777
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.145.125"
      port: 34501
    }
    bound_http_address {
      host: "127.13.145.125"
      port: 37177
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.145.124"
      port: 41249
    }
    bound_http_address {
      host: "127.13.145.124"
      port: 34957
    }
  }
}

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

06:09:09.503 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:09.504 [INFO - Metastore-Handler-Pool: Thread-86] (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=d9ce4d6f-f023-407a-a687-f527ac5d61d9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.145.124:41249,127.13.145.126:41709,127.13.145.125:34501}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:09.508 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:09.508 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:09.508 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69e04830, with PersistenceManager: null will be shutdown
06:09:09.508 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69e04830, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1accf2cc created in the thread with id: 86
06:09:09.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.509361 14150 raft_consensus.cc:359] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.509737 14150 raft_consensus.cc:385] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:09.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.509859 14150 raft_consensus.cc:740] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c21d91f1ea6448efb35d3ceb212b81a2, State: Initialized, Role: FOLLOWER
06:09:09.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.510565 14150 consensus_queue.cc:260] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [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: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.511831 14157 sys_catalog.cc:455] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [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: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.512310 14157 sys_catalog.cc:458] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [sys.catalog]: This master's current role is: FOLLOWER
06:09:09.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.512955 14150 sys_catalog.cc:565] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [sys.catalog]: configured and running, proceeding with master startup.
06:09:09.514 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69e04830
06:09:09.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.525875 13982 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 3
06:09:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.539534 13982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a: Bootstrap starting.
06:09:09.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.543916 13982 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a: Neither blocks nor log segments found. Creating new log.
06:09:09.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.553697 13982 log.cc:826] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a: Log is configured to *not* fsync() on all Append() calls
06:09:09.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.562160 13982 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a: No bootstrap required, opened a new log
06:09:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.570232 13982 raft_consensus.cc:359] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.571069 13982 raft_consensus.cc:385] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:09.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.571400 13982 raft_consensus.cc:740] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38b800980e724fc4b38a4a18f7a7660a, State: Initialized, Role: FOLLOWER
06:09:09.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.572291 13982 consensus_queue.cc:260] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [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: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.573261 14170 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [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: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.573784 14170 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: This master's current role is: FOLLOWER
06:09:09.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.574527 13982 sys_catalog.cc:565] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: configured and running, proceeding with master startup.
06:09:09.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.580922 13928 tablet.cc:2406] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:09.589 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:09.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.590673 14180 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:09.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.612414 14069 master_runner.cc:187] Error getting master registration for 127.13.145.126:41709: OK, instance_id { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" instance_seqno: 1786514948591982 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:09.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.618343 14069 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.628113 14189 catalog_manager.cc:1614] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:09:09.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.628484 14189 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:09:09.632 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:09.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.635699 14194 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:09.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.641836 14199 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:09.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.646885 13906 master_runner.cc:187] Error getting master registration for 127.13.145.125:34501: OK, instance_id { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" instance_seqno: 1786514949028940 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:09.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.653069 13906 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:09.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.678397 14170 raft_consensus.cc:493] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:09:09.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.678678 14170 raft_consensus.cc:515] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.680565 14170 leader_election.cc:290] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9c6bd481760a418d88aa314e98ce88ce (127.13.145.125:34501), c21d91f1ea6448efb35d3ceb212b81a2 (127.13.145.124:41249)
06:09:09.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.681579 14122 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38b800980e724fc4b38a4a18f7a7660a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" is_pre_election: true
06:09:09.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.682171 14122 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 38b800980e724fc4b38a4a18f7a7660a in term 0.
06:09:09.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.682870 13924 leader_election.cc:304] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [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: 38b800980e724fc4b38a4a18f7a7660a, c21d91f1ea6448efb35d3ceb212b81a2; no voters: 
06:09:09.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.683524 14170 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Leader pre-election won for term 1
06:09:09.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.683666 14170 raft_consensus.cc:493] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:09:09.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.683753 14170 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 0 FOLLOWER]: Advancing to term 1
06:09:09.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:09.686669 14097 tablet.cc:2406] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:09.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.689320 14170 raft_consensus.cc:515] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.691998 14122 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38b800980e724fc4b38a4a18f7a7660a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c21d91f1ea6448efb35d3ceb212b81a2"
06:09:09.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.692198 14122 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [term 0 FOLLOWER]: Advancing to term 1
06:09:09.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.695843 14122 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 38b800980e724fc4b38a4a18f7a7660a in term 1.
06:09:09.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.696355 13924 leader_election.cc:304] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [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: 38b800980e724fc4b38a4a18f7a7660a, c21d91f1ea6448efb35d3ceb212b81a2; no voters: 
06:09:09.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.700659 14170 leader_election.cc:290] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [CANDIDATE]: Term 1 election: Requested vote from peers 9c6bd481760a418d88aa314e98ce88ce (127.13.145.125:34501), c21d91f1ea6448efb35d3ceb212b81a2 (127.13.145.124:41249)
06:09:09.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.701972 14170 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 1 FOLLOWER]: Leader election won for term 1
06:09:09.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.702952 14170 raft_consensus.cc:697] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [term 1 LEADER]: Becoming Leader. State: Replica: 38b800980e724fc4b38a4a18f7a7660a, State: Running, Role: LEADER
06:09:09.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.705719 14170 consensus_queue.cc:237] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [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: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.725783 14200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38b800980e724fc4b38a4a18f7a7660a. Latest consensus state: current_term: 1 leader_uuid: "38b800980e724fc4b38a4a18f7a7660a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.726099 14200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: This master's current role is: LEADER
06:09:09.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.728773 14068 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } attempt: 5
06:09:09.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.744091 14068 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce: Bootstrap starting.
06:09:09.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.757958 14068 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce: Neither blocks nor log segments found. Creating new log.
06:09:09.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.760205 14202 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:09:09.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.767191 14068 log.cc:826] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce: Log is configured to *not* fsync() on all Append() calls
06:09:09.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.794217 14068 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce: No bootstrap required, opened a new log
06:09:09.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.804989 14202 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:09:09.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.839694 14068 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.842823 14068 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:09.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.844244 14068 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9c6bd481760a418d88aa314e98ce88ce, State: Initialized, Role: FOLLOWER
06:09:09.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.849875 14068 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [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: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } }
06:09:09.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.863040 14122 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [term 1 FOLLOWER]: Refusing update from remote peer 38b800980e724fc4b38a4a18f7a7660a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:09.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.864419 14200 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:09.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.888494 14068 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [sys.catalog]: configured and running, proceeding with master startup.
06:09:09.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.893890 14157 sys_catalog.cc:455] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38b800980e724fc4b38a4a18f7a7660a. Latest consensus state: current_term: 1 leader_uuid: "38b800980e724fc4b38a4a18f7a7660a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.894133 14157 sys_catalog.cc:458] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [sys.catalog]: This master's current role is: FOLLOWER
06:09:09.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.888928 14039 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [term 0 FOLLOWER]: Advancing to term 1
06:09:09.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.889127 14041 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38b800980e724fc4b38a4a18f7a7660a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c6bd481760a418d88aa314e98ce88ce" is_pre_election: true
06:09:09.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.889415 14040 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38b800980e724fc4b38a4a18f7a7660a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9c6bd481760a418d88aa314e98ce88ce"
06:09:09.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.901389 14039 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [term 1 FOLLOWER]: Refusing update from remote peer 38b800980e724fc4b38a4a18f7a7660a: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:09.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.903597 14170 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:09.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.903838 14206 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.904134 14206 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [sys.catalog]: This master's current role is: FOLLOWER
06:09:09.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.907855 14170 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "38b800980e724fc4b38a4a18f7a7660a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.908110 14170 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: This master's current role is: LEADER
06:09:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.910286 14157 sys_catalog.cc:455] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "38b800980e724fc4b38a4a18f7a7660a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.910490 14157 sys_catalog.cc:458] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2 [sys.catalog]: This master's current role is: FOLLOWER
06:09:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.911216 14202 catalog_manager.cc:1384] Generated new cluster ID: 8e583b8d42fa4550b0ba0e3157899dcf
06:09:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.911339 14202 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:09:09.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.917305 14208 mvcc.cc:204] Tried to move back new op lower bound from 7317565234616156160 to 7317565234020937728. Current Snapshot: MvccSnapshot[applied={T|T < 7317565234616156160 or (T in {7317565234616156160})}]
06:09:09.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.932526 14202 catalog_manager.cc:1407] Generated new certificate authority record
06:09:09.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.934180 14202 catalog_manager.cc:1560] Loading token signing keys...
06:09:09.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.970260 14206 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38b800980e724fc4b38a4a18f7a7660a. Latest consensus state: current_term: 1 leader_uuid: "38b800980e724fc4b38a4a18f7a7660a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.970530 14206 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [sys.catalog]: This master's current role is: FOLLOWER
06:09:09.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.971659 14200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "38b800980e724fc4b38a4a18f7a7660a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.971892 14200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a [sys.catalog]: This master's current role is: LEADER
06:09:09.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.974924 14219 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "38b800980e724fc4b38a4a18f7a7660a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38b800980e724fc4b38a4a18f7a7660a" member_type: VOTER last_known_addr { host: "127.13.145.126" port: 41709 } } peers { permanent_uuid: "9c6bd481760a418d88aa314e98ce88ce" member_type: VOTER last_known_addr { host: "127.13.145.125" port: 34501 } } peers { permanent_uuid: "c21d91f1ea6448efb35d3ceb212b81a2" member_type: VOTER last_known_addr { host: "127.13.145.124" port: 41249 } } }
06:09:09.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.975405 14219 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce [sys.catalog]: This master's current role is: FOLLOWER
06:09:09.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.990399 14202 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 38b800980e724fc4b38a4a18f7a7660a: Generated new TSK 0
06:09:09.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.991704 14202 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:09:09.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.992935 14202 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:09:09.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:09.998890 14202 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:09:10.022 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:10.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:10.025874 14227 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:10.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:10.027320 14232 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:10.342 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:10.352 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:10.352 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:10.505 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:10.511 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive110736871867089160/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=d9ce4d6f-f023-407a-a687-f527ac5d61d9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.145.124:41249,127.13.145.126:41709,127.13.145.125:34501}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:10.513 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive110736871867089160/external-warehouse/table
06:09:10.606 [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=	
06:09:10.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:10.607049 14180 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:10.618 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:10.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:10.631140 14189 catalog_manager.cc:1296] Loaded cluster ID: 8e583b8d42fa4550b0ba0e3157899dcf
06:09:10.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:10.631258 14189 catalog_manager.cc:1608] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: loading cluster ID for follower catalog manager: success
06:09:10.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:10.635269 14189 catalog_manager.cc:1630] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: acquiring CA information for follower catalog manager: success
06:09:10.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:10.638475 14189 catalog_manager.cc:1658] T 00000000000000000000000000000000 P c21d91f1ea6448efb35d3ceb212b81a2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:10.638 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:10.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:10.647861 14194 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:10.657 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:10.658 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:10.777 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:11.029 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:11.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:11.030287 14227 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:11.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:11.036645 14232 catalog_manager.cc:1296] Loaded cluster ID: 8e583b8d42fa4550b0ba0e3157899dcf
06:09:11.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:11.036765 14232 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce: loading cluster ID for follower catalog manager: success
06:09:11.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:11.040709 14232 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce: acquiring CA information for follower catalog manager: success
06:09:11.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:11.043851 14232 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 9c6bd481760a418d88aa314e98ce88ce: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:11.055 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:11.119 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:11.155 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:11.333 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
06:09:11.334 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:09:11.335 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.145.124:41249(127.13.145.124:41249)] connecting to peer
06:09:11.350 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.145.126:41709(127.13.145.126:41709)] connecting to peer
06:09:11.351 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.13.145.125:34501(127.13.145.125:34501)] connecting to peer
06:09:11.352 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.145.126:41709(127.13.145.126:41709)] Successfully connected to peer
06:09:11.366 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.13.145.125:34501(127.13.145.125:34501)] Successfully connected to peer
06:09:11.373 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.145.126
06:09:11.381 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.145.124:41249(127.13.145.124:41249)] Successfully connected to peer
06:09:11.403 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.145.125
06:09:11.422 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.13.145.124
06:09:11.430 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:11.448 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:11.464 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x18eef4f4, L:/127.0.0.1:37776 - R:/127.13.145.126:41709] using SASL/PLAIN
06:09:11.468 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x00b7dd2f, L:/127.0.0.1:35162 - R:/127.13.145.125:34501] using SASL/PLAIN
06:09:11.468 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:11.472 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:09:11.479 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:11.509 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:11.521 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x49768a8a, L:/127.0.0.1:58632 - R:/127.13.145.124:41249] using SASL/PLAIN
06:09:11.554 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:11.555 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:11.609 [INFO - Metastore-Handler-Pool: Thread-100] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:11.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:11.610219 14180 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:11.624 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:11.641 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:09:11.643 [INFO - Metastore-Handler-Pool: Thread-86] (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=d9ce4d6f-f023-407a-a687-f527ac5d61d9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.145.124:41249,127.13.145.126:41709,127.13.145.125:34501}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:11.645 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:11.648 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive110736871867089160/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=d9ce4d6f-f023-407a-a687-f527ac5d61d9, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.145.124:41249,127.13.145.126:41709,127.13.145.125:34501}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:11.650 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive110736871867089160/external-warehouse/table
06:09:11.657 [INFO - Metastore-Handler-Pool: Thread-101] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:11.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:11.657717 14194 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:11.686 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:11.696 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:11.698 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:11.716 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:11.731 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:11.733 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:11.735 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive110736871867089160/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:11.737 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive110736871867089160/external-warehouse/table specified for non-external table:table
06:09:11.738 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive110736871867089160/external-warehouse/table
06:09:11.756 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:11.768 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:11.769 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:11.786 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:11.801 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:11.802 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:11.814 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:11.815 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:11.830 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:11.845 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:11.848 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:11.850 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive110736871867089160/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:11.851 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive110736871867089160/external-warehouse/table specified for non-external table:table
06:09:11.852 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive110736871867089160/external-warehouse/table
06:09:11.869 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:11.879 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:11.881 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:11.899 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:11.914 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:11.915 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:11.924 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:11.926 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:11.942 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:11.956 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:11.959 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:11.961 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive110736871867089160/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:11.963 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive110736871867089160/external-warehouse/table
06:09:11.980 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:11.991 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:11.992 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:12.022 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
06:09:12.038 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:09:12.038 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:12.039 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:09:12.039 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69e04830, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1accf2cc will be shutdown
06:09:12.039 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:09:12.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.038691 13893 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 13906
06:09:12.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:12.038825 14227 client.h:373] Failed to connect to Hive Metastore (localhost:45789): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:12.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.040669 13975 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:12.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.176976 13893 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 13906
06:09:12.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:12.198567 14094 connection.cc:573] server connection from 127.0.0.1:58618 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
06:09:12.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.199409 13893 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 13984
06:09:12.199 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.145.126:41709(127.13.145.126:41709)] handling channelInactive
06:09:12.199 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.145.126:41709(127.13.145.126:41709)] cleaning up while in state READY due to: connection closed
06:09:12.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.200482 14063 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:12.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.302332 13893 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 13984
06:09:12.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.322316 13893 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 14069
06:09:12.323 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.13.145.125:34501(127.13.145.125:34501)] handling channelInactive
06:09:12.323 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.13.145.125:34501(127.13.145.125:34501)] cleaning up while in state READY due to: connection closed
06:09:12.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.323539 14144 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:12.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:12.442927 13893 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 14069
06:09:12.466 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.145.124:41249(127.13.145.124:41249)] handling channelInactive
06:09:12.467 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.145.124:41249(127.13.145.124:41249)] cleaning up while in state READY due to: connection closed
06:09:12.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:12Z chronyd exiting
.06:09:12.593 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:12.593 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:12.593 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:12.611 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive14234539749987046216
06:09:12.611 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:09:12.611 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:09:12.613 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:12.613 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:12.613 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:09:12.614 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:09:12.615 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:09:12.615 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:09:12.616 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:09:12.616 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:09:12.618 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
06:09:12.708 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:12.708 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
06:09:12.709 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:09:12.710 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:09:12.711 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:12.712 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:09:12.727 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:09:12.727 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:09:12.727 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:09:12.753 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:12.754 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:12.754 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:12.754 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:12.755 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:12.755 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:12.927 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:09:12.928 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66bdb85e, with PersistenceManager: null will be shutdown
06:09:12.928 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66bdb85e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@52bf86d4 created in the thread with id: 107
06:09:12.929 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
06:09:12.930 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66bdb85e
06:09:13.028 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
06:09:13.046 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
06:09:13.072 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
06:09:13.073 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
06:09:13.127 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:09:13.127 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:09:13.128 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:09:13.128 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
06:09:13.128 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:13.129 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [41397]...
06:09:13.129 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:09:13.129 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:09:13.129 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
06:09:13.129 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
06:09:13.613 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:13.614 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:13.615 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:13.618 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:09:13.618 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41397]
06:09:13.618 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41397) in binary transport mode
06:09:13.619 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41397) current connections: 1
06:09:13.620 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXI9BQp/test-tmp
06:09:13.621 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
06:09:13.621 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXI9BQp/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
06:09:13.623 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41397"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:09:13.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:13.935531 14294 mini_oidc.cc:150] Starting JWKS server
06:09:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:13.938345 14294 webserver.cc:533] Webserver started at http://127.0.0.1:35347/ using document root <none> and password file <none>
06:09:13.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:13.938624 14294 mini_oidc.cc:186] Starting OIDC Discovery server
06:09:13.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:13.939195 14294 webserver.cc:533] Webserver started at http://127.0.0.1:38345/ using document root <none> and password file <none>
06:09:13.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:13Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:09:13.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:13Z Disabled control of system clock
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:13.964951 14294 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/wal
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/logs
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data/info.pb
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.245.190:36317
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.245.190
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.245.148:37609
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.245.190:36317,127.13.245.189:43207,127.13.245.188:35111
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35347/jwks.json
06:09:13.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41397 with env {}
06:09:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.269680 14308 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.270007 14308 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:14.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.270118 14308 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:14.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.278254 14308 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:14.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.278340 14308 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:14.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.278419 14308 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:14.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.278472 14308 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:14.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.278544 14308 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:14.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.278594 14308 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35347/jwks.json
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.287955 14308 master_runner.cc:387] Master server non-default flags:
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/logs
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.245.148:37609
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/wal
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41397
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.245.190:36317,127.13.245.189:43207,127.13.245.188:35111
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.245.190:36317
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:14.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35347/jwks.json
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data/info.pb
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.245.190
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:14.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:14.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.289920 14308 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:14.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.291622 14308 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.299419 14319 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:14.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.299372 14314 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:14.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.299453 14313 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:14.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.300362 14308 server_base.cc:1061] running on GCE node
06:09:14.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.301007 14308 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:14.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.302290 14308 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:14.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.303498 14308 hybrid_clock.cc:648] HybridClock initialized: now 1786514954303409 us; error 79 us; skew 500 ppm
06:09:14.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.303843 14308 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:14.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.305889 14308 webserver.cc:533] Webserver started at http://127.13.245.190:44907/ using document root <none> and password file <none>
06:09:14.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.306599 14308 fs_manager.cc:362] Metadata directory not provided
06:09:14.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.306707 14308 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:14.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.307096 14308 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:14.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.309290 14308 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data/instance:
06:09:14.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f201fb892c664658b508a9ad0788f967"
06:09:14.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:14 on dist-test-slave-49h3"
06:09:14.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.310163 14308 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/wal/instance:
06:09:14.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f201fb892c664658b508a9ad0788f967"
06:09:14.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:14 on dist-test-slave-49h3"
06:09:14.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.315035 14308 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
06:09:14.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.318182 14326 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:14.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.319677 14308 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.319864 14308 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/wal
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f201fb892c664658b508a9ad0788f967"
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:14 on dist-test-slave-49h3"
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.320099 14308 fs_report.cc:389] FS layout report
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/wal
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/wal
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data/data
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:14.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:14.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.343320 14308 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.344049 14308 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:14.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.344270 14308 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:14.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.362246 14308 rpc_server.cc:307] RPC server started. Bound to: 127.13.245.190:36317
06:09:14.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.362277 14386 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.245.190:36317 every 8 connection(s)
06:09:14.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.363631 14308 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/data/info.pb
06:09:14.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.366765 14294 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 14308
06:09:14.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.367069 14294 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-0/wal/instance
06:09:14.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.368113 14387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.369936 14294 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/wal
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/logs
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data/info.pb
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.245.189:43207
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.245.189
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:14.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.245.148:37609
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.245.190:36317,127.13.245.189:43207,127.13.245.188:35111
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35347/jwks.json
06:09:14.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41397 with env {}
06:09:14.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.375152 14387 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } has no permanent_uuid. Determining permanent_uuid...
06:09:14.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.392678 14387 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } has no permanent_uuid. Determining permanent_uuid...
06:09:14.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.393864 14332 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.245.189:43207: connect: Connection refused (error 111)
06:09:14.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.395361 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.189:43207: Network error: Client connection negotiation failed: client connection to 127.13.245.189:43207: connect: Connection refused (error 111)
06:09:14.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.444679 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } attempt: 1
06:09:14.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.446620 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.189:43207: Network error: Client connection negotiation failed: client connection to 127.13.245.189:43207: connect: Connection refused (error 111)
06:09:14.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.514856 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } attempt: 2
06:09:14.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.516779 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.189:43207: Network error: Client connection negotiation failed: client connection to 127.13.245.189:43207: connect: Connection refused (error 111)
06:09:14.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.607999 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } attempt: 3
06:09:14.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.610018 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.189:43207: Network error: Client connection negotiation failed: client connection to 127.13.245.189:43207: connect: Connection refused (error 111)
06:09:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.693881 14389 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.694165 14389 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:14.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.694245 14389 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.702366 14389 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.702443 14389 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.702502 14389 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.702540 14389 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.702591 14389 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:14.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.702625 14389 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35347/jwks.json
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.712395 14389 master_runner.cc:387] Master server non-default flags:
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/logs
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.245.148:37609
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:14.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/wal
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41397
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.245.190:36317,127.13.245.189:43207,127.13.245.188:35111
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.245.189:43207
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35347/jwks.json
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data/info.pb
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.245.189
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:14.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:14.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.713961 14389 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:14.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.715663 14389 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:14.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.723022 14398 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:14.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.723775 14397 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:14.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.723806 14400 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:14.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.724309 14389 server_base.cc:1061] running on GCE node
06:09:14.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.724937 14389 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:14.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.726266 14389 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:14.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.727481 14389 hybrid_clock.cc:648] HybridClock initialized: now 1786514954727428 us; error 39 us; skew 500 ppm
06:09:14.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.727843 14389 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:14.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.729905 14389 webserver.cc:533] Webserver started at http://127.13.245.189:39225/ using document root <none> and password file <none>
06:09:14.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.730611 14389 fs_manager.cc:362] Metadata directory not provided
06:09:14.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.730719 14389 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:14.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.731101 14389 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:14.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.733351 14389 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data/instance:
06:09:14.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "164ea8c0c77841e5b66b75c789f2dcae"
06:09:14.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:14 on dist-test-slave-49h3"
06:09:14.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.734206 14389 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/wal/instance:
06:09:14.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "164ea8c0c77841e5b66b75c789f2dcae"
06:09:14.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:14 on dist-test-slave-49h3"
06:09:14.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.739372 14389 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
06:09:14.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.742626 14409 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.744199 14389 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.744374 14389 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/wal
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "164ea8c0c77841e5b66b75c789f2dcae"
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:14 on dist-test-slave-49h3"
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.744609 14389 fs_report.cc:389] FS layout report
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/wal
06:09:14.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/wal
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data/data
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:14.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:14.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.753249 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } attempt: 4
06:09:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.755074 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.189:43207: Network error: Client connection negotiation failed: client connection to 127.13.245.189:43207: connect: Connection refused (error 111)
06:09:14.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.771144 14389 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.771951 14389 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.772236 14389 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.791009 14389 rpc_server.cc:307] RPC server started. Bound to: 127.13.245.189:43207
06:09:14.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.791028 14469 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.245.189:43207 every 8 connection(s)
06:09:14.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.792511 14389 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/data/info.pb
06:09:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.794831 14294 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 14389
06:09:14.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.794960 14294 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-1/wal/instance
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.795882 14294 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/wal
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/logs
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data/info.pb
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:14.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.245.188:35111
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.245.188
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.245.148:37609
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.245.190:36317,127.13.245.189:43207,127.13.245.188:35111
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35347/jwks.json
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41397 with env {}
06:09:14.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.796816 14470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:14.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.803009 14470 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } has no permanent_uuid. Determining permanent_uuid...
06:09:14.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.815593 14470 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } has no permanent_uuid. Determining permanent_uuid...
06:09:14.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.825065 14470 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } has no permanent_uuid. Determining permanent_uuid...
06:09:14.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.826182 14414 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:14.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.827903 14470 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:14.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.877215 14470 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 1
06:09:14.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.879184 14470 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:14.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:14.947443 14470 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 2
06:09:14.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:14.949537 14470 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:15.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.040784 14470 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 3
06:09:15.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.042898 14470 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:15.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.054294 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } attempt: 5
06:09:15.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.060317 14387 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } has no permanent_uuid. Determining permanent_uuid...
06:09:15.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.061954 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:15.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.113204 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 1
06:09:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.114992 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:15.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.118919 14471 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:15.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.119174 14471 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:15.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.119242 14471 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.127125 14471 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.127194 14471 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.127249 14471 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.127287 14471 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.127337 14471 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.127369 14471 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35347/jwks.json
06:09:15.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.136801 14471 master_runner.cc:387] Master server non-default flags:
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/logs
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.245.148:37609
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/wal
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41397
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.245.190:36317,127.13.245.189:43207,127.13.245.188:35111
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.245.188:35111
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35347/jwks.json
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data/info.pb
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.245.188
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:15.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:15.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.138286 14471 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:15.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.139927 14471 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:15.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.147182 14482 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:15.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.147213 14483 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:15.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.148068 14485 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:15.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.148451 14471 server_base.cc:1061] running on GCE node
06:09:15.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.149067 14471 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:15.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.150339 14471 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:15.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.151561 14471 hybrid_clock.cc:648] HybridClock initialized: now 1786514955151492 us; error 54 us; skew 500 ppm
06:09:15.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.151846 14471 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:15.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.153786 14471 webserver.cc:533] Webserver started at http://127.13.245.188:36849/ using document root <none> and password file <none>
06:09:15.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.154413 14471 fs_manager.cc:362] Metadata directory not provided
06:09:15.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.154496 14471 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:15.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.154790 14471 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.156921 14471 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data/instance:
06:09:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b44fa29051c410d9fe9430ade8bd62c"
06:09:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:15 on dist-test-slave-49h3"
06:09:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.157686 14471 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/wal/instance:
06:09:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b44fa29051c410d9fe9430ade8bd62c"
06:09:15.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:15 on dist-test-slave-49h3"
06:09:15.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.162412 14471 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
06:09:15.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.165385 14492 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:15.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.166653 14471 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
06:09:15.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.166787 14471 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/wal
06:09:15.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b44fa29051c410d9fe9430ade8bd62c"
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:15 on dist-test-slave-49h3"
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.166944 14471 fs_report.cc:389] FS layout report
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/wal
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/wal
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data/data
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:15.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.180997 14471 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:15.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.181775 14471 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:15.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.181989 14471 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.183252 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 2
06:09:15.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.184998 14387 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:15.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.186139 14470 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 4
06:09:15.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.187964 14470 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.245.188:35111: Network error: Client connection negotiation failed: client connection to 127.13.245.188:35111: connect: Connection refused (error 111)
06:09:15.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.201700 14471 rpc_server.cc:307] RPC server started. Bound to: 127.13.245.188:35111
06:09:15.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.201759 14553 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.245.188:35111 every 8 connection(s)
06:09:15.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.203147 14471 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/data/info.pb
06:09:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.206969 14554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.211997 14294 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 14471
06:09:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.212175 14294 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster6878530171376271775/master-2/wal/instance
06:09:15.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.212234 14554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } has no permanent_uuid. Determining permanent_uuid...
06:09:15.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.225548 14554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } has no permanent_uuid. Determining permanent_uuid...
06:09:15.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.231353 14554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } has no permanent_uuid. Determining permanent_uuid...
06:09:15.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.242255 14554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c: Bootstrap starting.
06:09:15.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.245901 14554 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c: Neither blocks nor log segments found. Creating new log.
06:09:15.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.246582 14294 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:09:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.247087 14554 log.cc:826] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c: Log is configured to *not* fsync() on all Append() calls
06:09:15.248 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:15.249 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:09:15.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.249619 14554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c: No bootstrap required, opened a new log
06:09:15.250 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.245.190"
      port: 36317
    }
    bound_http_address {
      host: "127.13.245.190"
      port: 44907
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.245.189"
      port: 43207
    }
    bound_http_address {
      host: "127.13.245.189"
      port: 39225
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.245.188"
      port: 35111
    }
    bound_http_address {
      host: "127.13.245.188"
      port: 36849
    }
  }
}

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

06:09:15.252 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:15.254 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:15.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.256048 14554 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.256364 14554 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:15.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.256484 14554 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b44fa29051c410d9fe9430ade8bd62c, State: Initialized, Role: FOLLOWER
06:09:15.256 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:15.256 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:15.257 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52255a1, with PersistenceManager: null will be shutdown
06:09:15.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.257181 14554 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [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: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.257 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52255a1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@a307884 created in the thread with id: 128
06:09:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.258252 14560 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [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: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.258749 14560 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: This master's current role is: FOLLOWER
06:09:15.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.259447 14554 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: configured and running, proceeding with master startup.
06:09:15.262 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52255a1
06:09:15.280 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:15.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.283952 14574 client.h:373] Failed to connect to Hive Metastore (localhost:41397): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.280577 14471 master_runner.cc:187] Error getting master registration for 127.13.245.190:36317: OK, instance_id { permanent_uuid: "f201fb892c664658b508a9ad0788f967" instance_seqno: 1786514954357310 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:15.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.286576 14471 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:15.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.291253 14387 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 3
06:09:15.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.295017 14578 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:09:15.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.295315 14578 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:09:15.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.304896 14387 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: Bootstrap starting.
06:09:15.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.309176 14387 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: Neither blocks nor log segments found. Creating new log.
06:09:15.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.310804 14387 log.cc:826] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: Log is configured to *not* fsync() on all Append() calls
06:09:15.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.320158 14387 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: No bootstrap required, opened a new log
06:09:15.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.327909 14387 raft_consensus.cc:359] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.328502 14387 raft_consensus.cc:385] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:15.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.328778 14387 raft_consensus.cc:740] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f201fb892c664658b508a9ad0788f967, State: Initialized, Role: FOLLOWER
06:09:15.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.329785 14387 consensus_queue.cc:260] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [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: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.336969 14582 sys_catalog.cc:455] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [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: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.339357 14582 sys_catalog.cc:458] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [sys.catalog]: This master's current role is: FOLLOWER
06:09:15.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.339218 14387 sys_catalog.cc:565] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [sys.catalog]: configured and running, proceeding with master startup.
06:09:15.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.346652 14336 tablet.cc:2406] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:15.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.382601 14560 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:09:15.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.382956 14560 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.384980 14560 leader_election.cc:290] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f201fb892c664658b508a9ad0788f967 (127.13.245.190:36317), 164ea8c0c77841e5b66b75c789f2dcae (127.13.245.189:43207)
06:09:15.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.386720 14359 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b44fa29051c410d9fe9430ade8bd62c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f201fb892c664658b508a9ad0788f967" is_pre_election: true
06:09:15.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.387253 14359 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2b44fa29051c410d9fe9430ade8bd62c in term 0.
06:09:15.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.388055 14493 leader_election.cc:304] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [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: 2b44fa29051c410d9fe9430ade8bd62c, f201fb892c664658b508a9ad0788f967; no voters: 
06:09:15.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.388701 14560 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Leader pre-election won for term 1
06:09:15.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.388860 14560 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:09:15.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.388967 14560 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 0 FOLLOWER]: Advancing to term 1
06:09:15.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.391978 14560 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.393007 14359 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b44fa29051c410d9fe9430ade8bd62c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f201fb892c664658b508a9ad0788f967"
06:09:15.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.393209 14359 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [term 0 FOLLOWER]: Advancing to term 1
06:09:15.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.396327 14359 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2b44fa29051c410d9fe9430ade8bd62c in term 1.
06:09:15.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.397373 14493 leader_election.cc:304] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [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: 2b44fa29051c410d9fe9430ade8bd62c, f201fb892c664658b508a9ad0788f967; no voters: 
06:09:15.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.401042 14560 leader_election.cc:290] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [CANDIDATE]: Term 1 election: Requested vote from peers f201fb892c664658b508a9ad0788f967 (127.13.245.190:36317), 164ea8c0c77841e5b66b75c789f2dcae (127.13.245.189:43207)
06:09:15.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.407166 14560 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 1 FOLLOWER]: Leader election won for term 1
06:09:15.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.408349 14560 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [term 1 LEADER]: Becoming Leader. State: Replica: 2b44fa29051c410d9fe9430ade8bd62c, State: Running, Role: LEADER
06:09:15.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.411653 14560 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [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: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.433789 14499 tablet.cc:2406] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.439478 14591 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b44fa29051c410d9fe9430ade8bd62c. Latest consensus state: current_term: 1 leader_uuid: "2b44fa29051c410d9fe9430ade8bd62c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.440243 14591 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: This master's current role is: LEADER
06:09:15.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.444996 14596 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:09:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.451218 14596 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:09:15.472 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:15.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.473678 14598 client.h:373] Failed to connect to Hive Metastore (localhost:41397): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:15.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.478128 14359 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [term 1 FOLLOWER]: Refusing update from remote peer 2b44fa29051c410d9fe9430ade8bd62c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:15.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.479362 14591 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [LEADER]: Connected to new peer: Peer: permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:15.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.487210 14470 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } attempt: 5
06:09:15.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.500602 14470 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae: Bootstrap starting.
06:09:15.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.508522 14470 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae: Neither blocks nor log segments found. Creating new log.
06:09:15.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.512610 14470 log.cc:826] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae: Log is configured to *not* fsync() on all Append() calls
06:09:15.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.522987 14470 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae: No bootstrap required, opened a new log
06:09:15.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.528028 14582 sys_catalog.cc:455] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b44fa29051c410d9fe9430ade8bd62c. Latest consensus state: current_term: 1 leader_uuid: "2b44fa29051c410d9fe9430ade8bd62c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.528295 14582 sys_catalog.cc:458] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [sys.catalog]: This master's current role is: FOLLOWER
06:09:15.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.522337 14308 master_runner.cc:187] Error getting master registration for 127.13.245.189:43207: OK, instance_id { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" instance_seqno: 1786514954786001 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:15.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.530396 14308 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:15.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.538396 14470 raft_consensus.cc:359] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.539016 14470 raft_consensus.cc:385] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:15.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.539254 14470 raft_consensus.cc:740] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 164ea8c0c77841e5b66b75c789f2dcae, State: Initialized, Role: FOLLOWER
06:09:15.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.540423 14470 consensus_queue.cc:260] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [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: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } }
06:09:15.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.540871 14600 mvcc.cc:204] Tried to move back new op lower bound from 7317565257620271104 to 7317565257399848960. Current Snapshot: MvccSnapshot[applied={T|T < 7317565257620271104}]
06:09:15.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.554533 14560 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2b44fa29051c410d9fe9430ade8bd62c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.554824 14560 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: This master's current role is: LEADER
06:09:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.559542 14582 sys_catalog.cc:455] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2b44fa29051c410d9fe9430ade8bd62c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.559753 14582 sys_catalog.cc:458] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967 [sys.catalog]: This master's current role is: FOLLOWER
06:09:15.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.567027 14610 sys_catalog.cc:455] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [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: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.567392 14610 sys_catalog.cc:458] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [sys.catalog]: This master's current role is: FOLLOWER
06:09:15.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.568296 14596 catalog_manager.cc:1384] Generated new cluster ID: 40ea0458052c48b5bdf8d507444f90eb
06:09:15.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.568423 14596 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:09:15.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.569676 14442 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b44fa29051c410d9fe9430ade8bd62c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "164ea8c0c77841e5b66b75c789f2dcae" is_pre_election: true
06:09:15.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.570101 14440 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2b44fa29051c410d9fe9430ade8bd62c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "164ea8c0c77841e5b66b75c789f2dcae"
06:09:15.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.570246 14604 catalog_manager.cc:1614] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:09:15.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.570349 14604 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:09:15.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.572363 14439 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [term 0 FOLLOWER]: Advancing to term 1
06:09:15.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.575541 14439 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [term 1 FOLLOWER]: Refusing update from remote peer 2b44fa29051c410d9fe9430ade8bd62c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:15.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.579757 14560 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [LEADER]: Connected to new peer: Peer: permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:15.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.581691 14440 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2b44fa29051c410d9fe9430ade8bd62c in term 1.
06:09:15.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.587028 14470 sys_catalog.cc:565] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [sys.catalog]: configured and running, proceeding with master startup.
06:09:15.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.593906 14596 catalog_manager.cc:1407] Generated new certificate authority record
06:09:15.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.595598 14596 catalog_manager.cc:1560] Loading token signing keys...
06:09:15.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.626365 14610 sys_catalog.cc:455] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2b44fa29051c410d9fe9430ade8bd62c. Latest consensus state: current_term: 1 leader_uuid: "2b44fa29051c410d9fe9430ade8bd62c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.626633 14610 sys_catalog.cc:458] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [sys.catalog]: This master's current role is: FOLLOWER
06:09:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.628381 14591 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2b44fa29051c410d9fe9430ade8bd62c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.628665 14591 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c [sys.catalog]: This master's current role is: LEADER
06:09:15.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.634109 14618 sys_catalog.cc:455] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2b44fa29051c410d9fe9430ade8bd62c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f201fb892c664658b508a9ad0788f967" member_type: VOTER last_known_addr { host: "127.13.245.190" port: 36317 } } peers { permanent_uuid: "164ea8c0c77841e5b66b75c789f2dcae" member_type: VOTER last_known_addr { host: "127.13.245.189" port: 43207 } } peers { permanent_uuid: "2b44fa29051c410d9fe9430ade8bd62c" member_type: VOTER last_known_addr { host: "127.13.245.188" port: 35111 } } }
06:09:15.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.635018 14618 sys_catalog.cc:458] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae [sys.catalog]: This master's current role is: FOLLOWER
06:09:15.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.677245 14596 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 2b44fa29051c410d9fe9430ade8bd62c: Generated new TSK 0
06:09:15.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.678671 14596 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:09:15.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.680156 14596 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:09:15.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.681818 14596 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:09:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:15.708813 14635 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:15.714 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:15.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:15.715036 14631 client.h:373] Failed to connect to Hive Metastore (localhost:41397): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:15.717 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:15.724 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:15.724 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:15.930 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
06:09:15.945 [INFO - Metastore-Handler-Pool: Thread-128] (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/hive14234539749987046216/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:15.947 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14234539749987046216/external-warehouse/legacy_table
06:09:16.083 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
06:09:16.128 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:16.135 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
06:09:16.152 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
06:09:16.231 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
06:09:16.231 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
06:09:16.286 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:16.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:16.287051 14574 client.h:373] Failed to connect to Hive Metastore (localhost:41397): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:16.332 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
06:09:16.358 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
06:09:16.401 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
06:09:16.411 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:16.412 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
06:09:16.476 [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=	
06:09:16.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:16.477118 14598 client.h:373] Failed to connect to Hive Metastore (localhost:41397): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:16.558 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:16.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.572616 14604 catalog_manager.cc:1296] Loaded cluster ID: 40ea0458052c48b5bdf8d507444f90eb
06:09:16.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.572739 14604 catalog_manager.cc:1608] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: loading cluster ID for follower catalog manager: success
06:09:16.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.577150 14604 catalog_manager.cc:1630] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: acquiring CA information for follower catalog manager: success
06:09:16.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.580101 14604 catalog_manager.cc:1658] T 00000000000000000000000000000000 P f201fb892c664658b508a9ad0788f967: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:16.691 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:16.726 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:16.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:16.726989 14631 client.h:373] Failed to connect to Hive Metastore (localhost:41397): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:16.729 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:16.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.736636 14635 catalog_manager.cc:1296] Loaded cluster ID: 40ea0458052c48b5bdf8d507444f90eb
06:09:16.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.736783 14635 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae: loading cluster ID for follower catalog manager: success
06:09:16.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.740756 14635 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae: acquiring CA information for follower catalog manager: success
06:09:16.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.743323 14635 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 164ea8c0c77841e5b66b75c789f2dcae: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:16.840 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:09:16.841 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:09:16.841 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:09:16.841 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@52255a1, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@a307884 will be shutdown
06:09:16.842 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:09:16.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.842022 14294 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 14308
06:09:16.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.843712 14381 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:16.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.974388 14294 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 14308
06:09:16.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.992931 14294 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 14389
06:09:16.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:16.994226 14465 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:17.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:17.097215 14294 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 14389
06:09:17.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:17.118539 14294 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 14471
06:09:17.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:17.119693 14546 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:17.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:17.223485 14294 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 14471
06:09:17.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:17Z chronyd exiting
.06:09:17.370 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:17.370 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:17.370 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:17.386 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4293734632607365893
06:09:17.387 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:09:17.387 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:09:17.389 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:17.389 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:17.389 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:09:17.390 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:09:17.391 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:09:17.391 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:09:17.392 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:09:17.392 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:09:17.393 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
06:09:17.453 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:17.454 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
06:09:17.454 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:09:17.456 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:09:17.457 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:17.460 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:09:17.473 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:09:17.473 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:09:17.474 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:09:17.495 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:17.496 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:17.496 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:17.496 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:17.497 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:17.497 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:17.713 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:09:17.713 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e, with PersistenceManager: null will be shutdown
06:09:17.714 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@38bb01b0 created in the thread with id: 138
06:09:17.715 [WARN - Thread-95] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
06:09:17.716 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e
06:09:17.823 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
06:09:17.840 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
06:09:17.863 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
06:09:17.865 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
06:09:17.896 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:09:17.897 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:09:17.897 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:09:17.898 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
06:09:17.898 [WARN - Thread-95] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:17.898 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [36983]...
06:09:17.898 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:09:17.898 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:09:17.898 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
06:09:17.898 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
06:09:18.388 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:18.389 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:18.389 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:18.391 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:09:18.391 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36983]
06:09:18.391 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36983) in binary transport mode
06:09:18.391 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36983) current connections: 1
06:09:18.392 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXI9BQp/test-tmp
06:09:18.393 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
06:09:18.393 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXI9BQp/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
06:09:18.395 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36983"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:09:18.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:18.709040 14681 mini_oidc.cc:150] Starting JWKS server
06:09:18.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:18.711089 14681 webserver.cc:533] Webserver started at http://127.0.0.1:37997/ using document root <none> and password file <none>
06:09:18.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:18.711298 14681 mini_oidc.cc:186] Starting OIDC Discovery server
06:09:18.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:18.711767 14681 webserver.cc:533] Webserver started at http://127.0.0.1:42519/ using document root <none> and password file <none>
06:09:18.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:18Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:09:18.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:18Z Disabled control of system clock
06:09:18.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:18.736737 14681 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:18.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:18.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/wal
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/logs
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data/info.pb
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.86.126:34387
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.86.126
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.86.84:44841
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.86.126:34387,127.14.86.125:36641,127.14.86.124:37961
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37997/jwks.json
06:09:18.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36983 with env {}
06:09:19.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.043536 14693 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.043848 14693 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:19.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.043953 14693 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:19.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.051977 14693 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:19.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.052066 14693 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:19.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.052150 14693 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:19.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.052202 14693 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:19.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.052274 14693 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:19.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.052323 14693 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37997/jwks.json
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.061841 14693 master_runner.cc:387] Master server non-default flags:
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/logs
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.86.84:44841
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/wal
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36983
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.86.126:34387,127.14.86.125:36641,127.14.86.124:37961
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.86.126:34387
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37997/jwks.json
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data/info.pb
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.86.126
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:19.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:19.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.063762 14693 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:19.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.065506 14693 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:19.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.073069 14698 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.073354 14699 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.074046 14701 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.075074 14693 server_base.cc:1061] running on GCE node
06:09:19.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.075723 14693 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:19.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.077020 14693 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:19.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.078228 14693 hybrid_clock.cc:648] HybridClock initialized: now 1786514959078172 us; error 42 us; skew 500 ppm
06:09:19.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.078603 14693 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:19.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.080667 14693 webserver.cc:533] Webserver started at http://127.14.86.126:45893/ using document root <none> and password file <none>
06:09:19.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.081427 14693 fs_manager.cc:362] Metadata directory not provided
06:09:19.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.081569 14693 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:19.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.081990 14693 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.084268 14693 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data/instance:
06:09:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d917d3ee717b463ea8429f4b36e00a49"
06:09:19.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.085084 14693 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/wal/instance:
06:09:19.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d917d3ee717b463ea8429f4b36e00a49"
06:09:19.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.090178 14693 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
06:09:19.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.093321 14710 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:19.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.094589 14693 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.094766 14693 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/wal
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d917d3ee717b463ea8429f4b36e00a49"
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.094975 14693 fs_report.cc:389] FS layout report
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/wal
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/wal
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data/data
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:19.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:19.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.123374 14693 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.124300 14693 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:19.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.124588 14693 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.142854 14693 rpc_server.cc:307] RPC server started. Bound to: 127.14.86.126:34387
06:09:19.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.142875 14768 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.86.126:34387 every 8 connection(s)
06:09:19.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.144356 14693 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/data/info.pb
06:09:19.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.148559 14681 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 14693
06:09:19.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.148741 14769 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:19.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.148888 14681 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-0/wal/instance
06:09:19.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.151779 14681 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:19.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/wal
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/logs
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data/info.pb
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.86.125:36641
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.86.125
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.86.84:44841
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.86.126:34387,127.14.86.125:36641,127.14.86.124:37961
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37997/jwks.json
06:09:19.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36983 with env {}
06:09:19.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.156183 14769 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } has no permanent_uuid. Determining permanent_uuid...
06:09:19.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.170775 14769 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } has no permanent_uuid. Determining permanent_uuid...
06:09:19.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.171936 14712 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.86.125:36641: connect: Connection refused (error 111)
06:09:19.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.173511 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.125:36641: Network error: Client connection negotiation failed: client connection to 127.14.86.125:36641: connect: Connection refused (error 111)
06:09:19.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.222790 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } attempt: 1
06:09:19.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.224713 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.125:36641: Network error: Client connection negotiation failed: client connection to 127.14.86.125:36641: connect: Connection refused (error 111)
06:09:19.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.292935 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } attempt: 2
06:09:19.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.295243 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.125:36641: Network error: Client connection negotiation failed: client connection to 127.14.86.125:36641: connect: Connection refused (error 111)
06:09:19.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.386492 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } attempt: 3
06:09:19.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.388365 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.125:36641: Network error: Client connection negotiation failed: client connection to 127.14.86.125:36641: connect: Connection refused (error 111)
06:09:19.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.475380 14770 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:19.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.475701 14770 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:19.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.475811 14770 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:19.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.483978 14770 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:19.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.484076 14770 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:19.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.484157 14770 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:19.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.484213 14770 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:19.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.484303 14770 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:19.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.484355 14770 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37997/jwks.json
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.494113 14770 master_runner.cc:387] Master server non-default flags:
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/logs
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.86.84:44841
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/wal
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36983
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.86.126:34387,127.14.86.125:36641,127.14.86.124:37961
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:19.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.86.125:36641
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37997/jwks.json
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data/info.pb
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.86.125
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:19.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:19.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.496140 14770 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:19.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.497994 14770 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:19.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.506428 14782 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.506253 14779 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.506300 14778 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.507301 14770 server_base.cc:1061] running on GCE node
06:09:19.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.508013 14770 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:19.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.509339 14770 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:19.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.510547 14770 hybrid_clock.cc:648] HybridClock initialized: now 1786514959510496 us; error 58 us; skew 500 ppm
06:09:19.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.510921 14770 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:19.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.513005 14770 webserver.cc:533] Webserver started at http://127.14.86.125:38113/ using document root <none> and password file <none>
06:09:19.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.513774 14770 fs_manager.cc:362] Metadata directory not provided
06:09:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.513890 14770 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:19.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.514276 14770 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:19.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.516541 14770 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data/instance:
06:09:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "779126113b424345b9d43b204213f36d"
06:09:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.517362 14770 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/wal/instance:
06:09:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "779126113b424345b9d43b204213f36d"
06:09:19.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.522414 14770 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.000s
06:09:19.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.525635 14788 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.526911 14770 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.527081 14770 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/wal
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "779126113b424345b9d43b204213f36d"
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.527308 14770 fs_report.cc:389] FS layout report
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/wal
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/wal
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data/data
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:19.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:19.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:19.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:19.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:19.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.531589 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } attempt: 4
06:09:19.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.533468 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.125:36641: Network error: Client connection negotiation failed: client connection to 127.14.86.125:36641: connect: Connection refused (error 111)
06:09:19.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.547605 14770 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:19.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.548357 14770 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:19.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.548573 14770 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:19.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.567523 14770 rpc_server.cc:307] RPC server started. Bound to: 127.14.86.125:36641
06:09:19.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.567530 14848 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.86.125:36641 every 8 connection(s)
06:09:19.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.568881 14770 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/data/info.pb
06:09:19.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.572896 14849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.577154 14681 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 14770
06:09:19.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.577334 14681 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-1/wal/instance
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.578649 14681 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/wal
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:19.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/logs
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data/info.pb
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.86.124:37961
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.86.124
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.86.84:44841
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.86.126:34387,127.14.86.125:36641,127.14.86.124:37961
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37997/jwks.json
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36983 with env {}
06:09:19.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.579231 14849 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } has no permanent_uuid. Determining permanent_uuid...
06:09:19.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.595603 14849 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } has no permanent_uuid. Determining permanent_uuid...
06:09:19.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.605381 14849 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } has no permanent_uuid. Determining permanent_uuid...
06:09:19.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.606521 14792 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.608184 14849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.657542 14849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 1
06:09:19.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.659679 14849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.727912 14849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 2
06:09:19.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.730012 14849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.821244 14849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 3
06:09:19.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.823417 14849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.832706 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } attempt: 5
06:09:19.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.838882 14769 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } has no permanent_uuid. Determining permanent_uuid...
06:09:19.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.840524 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.891729 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 1
06:09:19.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.893656 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.903815 14850 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:19.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.904085 14850 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:19.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.904157 14850 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:19.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.912267 14850 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:19.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.912343 14850 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:19.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.912400 14850 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:19.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.912438 14850 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:19.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.912488 14850 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:19.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.912521 14850 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37997/jwks.json
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.922206 14850 master_runner.cc:387] Master server non-default flags:
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/logs
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.86.84:44841
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/wal
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36983
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.86.126:34387,127.14.86.125:36641,127.14.86.124:37961
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:19.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.86.124:37961
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37997/jwks.json
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data/info.pb
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.86.124
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:19.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.923749 14850 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:19.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.925521 14850 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:19.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.933478 14861 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.933429 14860 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.934228 14864 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:19.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.934476 14850 server_base.cc:1061] running on GCE node
06:09:19.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.935163 14850 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:19.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.936573 14850 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:19.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.937777 14850 hybrid_clock.cc:648] HybridClock initialized: now 1786514959937685 us; error 88 us; skew 500 ppm
06:09:19.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.938175 14850 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:19.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.941484 14850 webserver.cc:533] Webserver started at http://127.14.86.124:35529/ using document root <none> and password file <none>
06:09:19.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.942379 14850 fs_manager.cc:362] Metadata directory not provided
06:09:19.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.942670 14850 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:19.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.943112 14850 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:19.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.946257 14850 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data/instance:
06:09:19.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02734a6f0eeb4b1a9cdf44023a93a648"
06:09:19.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.947257 14850 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/wal/instance:
06:09:19.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02734a6f0eeb4b1a9cdf44023a93a648"
06:09:19.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.953665 14850 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.003s
06:09:19.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.957086 14871 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:19.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.958374 14850 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
06:09:19.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.958534 14850 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/wal
06:09:19.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "02734a6f0eeb4b1a9cdf44023a93a648"
06:09:19.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:19 on dist-test-slave-49h3"
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.958767 14850 fs_report.cc:389] FS layout report
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/wal
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/wal
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data/data
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:19.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:19.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.961881 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 2
06:09:19.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.963685 14769 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.966626 14849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 4
06:09:19.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:19.968271 14849 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.86.124:37961: Network error: Client connection negotiation failed: client connection to 127.14.86.124:37961: connect: Connection refused (error 111)
06:09:19.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.977243 14850 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:19.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.978096 14850 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:19.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.978375 14850 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:19.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.996619 14850 rpc_server.cc:307] RPC server started. Bound to: 127.14.86.124:37961
06:09:19.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.996663 14934 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.86.124:37961 every 8 connection(s)
06:09:19.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:19.998131 14850 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/data/info.pb
06:09:20.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.002296 14935 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:20.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.005105 14681 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 14850
06:09:20.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.005301 14681 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster16164359138548399475/master-2/wal/instance
06:09:20.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.008023 14935 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } has no permanent_uuid. Determining permanent_uuid...
06:09:20.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.019965 14935 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } has no permanent_uuid. Determining permanent_uuid...
06:09:20.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.027491 14935 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } has no permanent_uuid. Determining permanent_uuid...
06:09:20.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.039402 14935 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: Bootstrap starting.
06:09:20.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.039587 14681 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:09:20.041 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:20.041 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:09:20.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.042699 14935 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: Neither blocks nor log segments found. Creating new log.
06:09:20.042 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.86.126"
      port: 34387
    }
    bound_http_address {
      host: "127.14.86.126"
      port: 45893
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.86.125"
      port: 36641
    }
    bound_http_address {
      host: "127.14.86.125"
      port: 38113
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.86.124"
      port: 37961
    }
    bound_http_address {
      host: "127.14.86.124"
      port: 35529
    }
  }
}

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

06:09:20.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.044107 14935 log.cc:826] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: Log is configured to *not* fsync() on all Append() calls
06:09:20.044 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:20.045 [INFO - Metastore-Handler-Pool: Thread-159] (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=37090007-499b-4666-89bb-43933b409b9f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.86.124:37961,127.14.86.126:34387,127.14.86.125:36641}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:20.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.047050 14935 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: No bootstrap required, opened a new log
06:09:20.047 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:20.047 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:20.048 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45a4f7c4, with PersistenceManager: null will be shutdown
06:09:20.048 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45a4f7c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3f160586 created in the thread with id: 159
06:09:20.053 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45a4f7c4
06:09:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.054009 14935 raft_consensus.cc:359] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.054534 14935 raft_consensus.cc:385] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:20.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.054683 14935 raft_consensus.cc:740] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02734a6f0eeb4b1a9cdf44023a93a648, State: Initialized, Role: FOLLOWER
06:09:20.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.055449 14935 consensus_queue.cc:260] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [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: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.056416 14941 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [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: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.056664 14941 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [sys.catalog]: This master's current role is: FOLLOWER
06:09:20.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.057798 14935 sys_catalog.cc:565] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [sys.catalog]: configured and running, proceeding with master startup.
06:09:20.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.069888 14769 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 3
06:09:20.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.080440 14959 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:20.081 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:20.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.082926 14769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49: Bootstrap starting.
06:09:20.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:20.082510 14955 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:20.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.088711 14769 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49: Neither blocks nor log segments found. Creating new log.
06:09:20.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.090122 14769 log.cc:826] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49: Log is configured to *not* fsync() on all Append() calls
06:09:20.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.087718 14850 master_runner.cc:187] Error getting master registration for 127.14.86.126:34387: OK, instance_id { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" instance_seqno: 1786514959138042 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:20.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.092000 14850 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:20.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.093127 14769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49: No bootstrap required, opened a new log
06:09:20.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.100395 14769 raft_consensus.cc:359] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.100715 14769 raft_consensus.cc:385] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:20.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.100836 14769 raft_consensus.cc:740] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d917d3ee717b463ea8429f4b36e00a49, State: Initialized, Role: FOLLOWER
06:09:20.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.101595 14769 consensus_queue.cc:260] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [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: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.102645 14961 sys_catalog.cc:455] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [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: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.103116 14961 sys_catalog.cc:458] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: This master's current role is: FOLLOWER
06:09:20.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.103982 14769 sys_catalog.cc:565] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: configured and running, proceeding with master startup.
06:09:20.113 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:20.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:20.113961 14975 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:20.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:20.127192 14717 tablet.cc:2406] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:20.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.122869 14693 master_runner.cc:187] Error getting master registration for 127.14.86.125:36641: OK, instance_id { permanent_uuid: "779126113b424345b9d43b204213f36d" instance_seqno: 1786514959562442 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:20.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.129041 14693 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:20.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:20.131095 14981 catalog_manager.cc:1614] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:09:20.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:20.131362 14981 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:09:20.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:20.230479 14880 tablet.cc:2406] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:20.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.267510 14849 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } attempt: 5
06:09:20.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.282023 14849 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d: Bootstrap starting.
06:09:20.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.286264 14849 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d: Neither blocks nor log segments found. Creating new log.
06:09:20.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.287634 14849 log.cc:826] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d: Log is configured to *not* fsync() on all Append() calls
06:09:20.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.299093 14849 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d: No bootstrap required, opened a new log
06:09:20.300 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:20.306 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:20.306 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:20.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.307495 14849 raft_consensus.cc:359] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.308151 14849 raft_consensus.cc:385] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:20.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.308454 14849 raft_consensus.cc:740] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 779126113b424345b9d43b204213f36d, State: Initialized, Role: FOLLOWER
06:09:20.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.309504 14849 consensus_queue.cc:260] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [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: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.316776 14985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [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: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.319171 14985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [sys.catalog]: This master's current role is: FOLLOWER
06:09:20.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.319046 14849 sys_catalog.cc:565] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [sys.catalog]: configured and running, proceeding with master startup.
06:09:20.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.343248 14961 raft_consensus.cc:493] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:09:20.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.343533 14961 raft_consensus.cc:515] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.347363 14822 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d917d3ee717b463ea8429f4b36e00a49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "779126113b424345b9d43b204213f36d" is_pre_election: true
06:09:20.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.347877 14822 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d917d3ee717b463ea8429f4b36e00a49 in term 0.
06:09:20.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.348582 14906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d917d3ee717b463ea8429f4b36e00a49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" is_pre_election: true
06:09:20.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.349083 14906 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d917d3ee717b463ea8429f4b36e00a49 in term 0.
06:09:20.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.349794 14714 leader_election.cc:304] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [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: 02734a6f0eeb4b1a9cdf44023a93a648, d917d3ee717b463ea8429f4b36e00a49; no voters: 
06:09:20.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.345372 14961 leader_election.cc:290] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 779126113b424345b9d43b204213f36d (127.14.86.125:36641), 02734a6f0eeb4b1a9cdf44023a93a648 (127.14.86.124:37961)
06:09:20.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.351554 15002 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:20.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.353027 14961 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Leader pre-election won for term 1
06:09:20.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.353204 14961 raft_consensus.cc:493] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:09:20.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.353310 14961 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 0 FOLLOWER]: Advancing to term 1
06:09:20.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.356631 14961 raft_consensus.cc:515] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.357359 14961 leader_election.cc:290] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [CANDIDATE]: Term 1 election: Requested vote from peers 779126113b424345b9d43b204213f36d (127.14.86.125:36641), 02734a6f0eeb4b1a9cdf44023a93a648 (127.14.86.124:37961)
06:09:20.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.357808 14822 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d917d3ee717b463ea8429f4b36e00a49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "779126113b424345b9d43b204213f36d"
06:09:20.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.358006 14822 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [term 0 FOLLOWER]: Advancing to term 1
06:09:20.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.361073 14822 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d917d3ee717b463ea8429f4b36e00a49 in term 1.
06:09:20.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.361847 14712 leader_election.cc:304] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [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: 779126113b424345b9d43b204213f36d, d917d3ee717b463ea8429f4b36e00a49; no voters: 
06:09:20.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.362381 14961 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 1 FOLLOWER]: Leader election won for term 1
06:09:20.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.362665 14961 raft_consensus.cc:697] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [term 1 LEADER]: Becoming Leader. State: Replica: d917d3ee717b463ea8429f4b36e00a49, State: Running, Role: LEADER
06:09:20.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.363346 14961 consensus_queue.cc:237] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [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: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } }
06:09:20.370 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:20.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.370409 14906 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d917d3ee717b463ea8429f4b36e00a49" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "02734a6f0eeb4b1a9cdf44023a93a648"
06:09:20.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.370620 14906 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [term 0 FOLLOWER]: Advancing to term 1
06:09:20.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:20.370998 14998 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:20.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.373798 14906 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d917d3ee717b463ea8429f4b36e00a49 in term 1.
06:09:20.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.376168 15003 sys_catalog.cc:455] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d917d3ee717b463ea8429f4b36e00a49. Latest consensus state: current_term: 1 leader_uuid: "d917d3ee717b463ea8429f4b36e00a49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.376502 15003 sys_catalog.cc:458] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: This master's current role is: LEADER
06:09:20.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.395802 15007 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:09:20.400 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:20.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.405901 15007 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:09:20.407 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4293734632607365893/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=37090007-499b-4666-89bb-43933b409b9f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.86.124:37961,127.14.86.126:34387,127.14.86.125:36641}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:20.408 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4293734632607365893/external-warehouse/table
06:09:20.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.422178 14822 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [term 1 FOLLOWER]: Refusing update from remote peer d917d3ee717b463ea8429f4b36e00a49: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:20.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.423409 14906 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [term 1 FOLLOWER]: Refusing update from remote peer d917d3ee717b463ea8429f4b36e00a49: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:20.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.424520 14961 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:20.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.425146 14961 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [LEADER]: Connected to new peer: Peer: permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.456573 14985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [sys.catalog]: SysCatalogTable state changed. Reason: New leader d917d3ee717b463ea8429f4b36e00a49. Latest consensus state: current_term: 1 leader_uuid: "d917d3ee717b463ea8429f4b36e00a49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.456836 14985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [sys.catalog]: This master's current role is: FOLLOWER
06:09:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.457010 14941 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d917d3ee717b463ea8429f4b36e00a49. Latest consensus state: current_term: 1 leader_uuid: "d917d3ee717b463ea8429f4b36e00a49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.457265 14941 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [sys.catalog]: This master's current role is: FOLLOWER
06:09:20.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.460276 15009 mvcc.cc:204] Tried to move back new op lower bound from 7317565277875621888 to 7317565277654847488. Current Snapshot: MvccSnapshot[applied={T|T < 7317565277875621888}]
06:09:20.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.467918 15015 mvcc.cc:204] Tried to move back new op lower bound from 7317565277875621888 to 7317565277654847488. Current Snapshot: MvccSnapshot[applied={T|T < 7317565277875621888}]
06:09:20.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.468544 15003 sys_catalog.cc:455] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d917d3ee717b463ea8429f4b36e00a49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.469316 15003 sys_catalog.cc:458] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: This master's current role is: LEADER
06:09:20.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.469059 14961 sys_catalog.cc:455] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d917d3ee717b463ea8429f4b36e00a49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.469795 14961 sys_catalog.cc:458] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49 [sys.catalog]: This master's current role is: LEADER
06:09:20.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.473579 14985 sys_catalog.cc:455] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d917d3ee717b463ea8429f4b36e00a49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.473796 14985 sys_catalog.cc:458] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d [sys.catalog]: This master's current role is: FOLLOWER
06:09:20.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.475634 14941 sys_catalog.cc:455] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d917d3ee717b463ea8429f4b36e00a49" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d917d3ee717b463ea8429f4b36e00a49" member_type: VOTER last_known_addr { host: "127.14.86.126" port: 34387 } } peers { permanent_uuid: "779126113b424345b9d43b204213f36d" member_type: VOTER last_known_addr { host: "127.14.86.125" port: 36641 } } peers { permanent_uuid: "02734a6f0eeb4b1a9cdf44023a93a648" member_type: VOTER last_known_addr { host: "127.14.86.124" port: 37961 } } }
06:09:20.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.475858 14941 sys_catalog.cc:458] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648 [sys.catalog]: This master's current role is: FOLLOWER
06:09:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.478850 15007 catalog_manager.cc:1384] Generated new cluster ID: fa9832d75a04451fbadc7eda432995a2
06:09:20.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.478965 15007 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:09:20.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.501189 15007 catalog_manager.cc:1407] Generated new certificate authority record
06:09:20.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.503252 15007 catalog_manager.cc:1560] Loading token signing keys...
06:09:20.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.532297 15007 catalog_manager.cc:6112] T 00000000000000000000000000000000 P d917d3ee717b463ea8429f4b36e00a49: Generated new TSK 0
06:09:20.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.533813 15007 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:09:20.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.535778 15007 catalog_manager.cc:1583] Loading latest processed Hive Metastore notification log event ID...
06:09:20.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:20.537214 15007 catalog_manager.cc:5961] Last processed Hive Metastore notification event ID: -1
06:09:20.617 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:20.660 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:20.662 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:20.667 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
06:09:20.669 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4293734632607365893/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:20.671 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4293734632607365893/external-warehouse/legacy_table
06:09:20.690 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
06:09:20.700 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:20.701 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:20.712 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:20.751 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:20.752 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:20.768 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:20.786 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:20.796 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:20.796 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:20.804 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
06:09:20.805 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:09:20.806 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.14.86.124:37961(127.14.86.124:37961)] connecting to peer
06:09:20.807 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.14.86.126:34387(127.14.86.126:34387)] connecting to peer
06:09:20.809 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.86.124:37961(127.14.86.124:37961)] Successfully connected to peer
06:09:20.815 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.14.86.125:36641(127.14.86.125:36641)] connecting to peer
06:09:20.816 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.86.126:34387(127.14.86.126:34387)] Successfully connected to peer
06:09:20.816 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.86.125:36641(127.14.86.125:36641)] Successfully connected to peer
06:09:20.822 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.86.124
06:09:20.824 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.86.125
06:09:20.852 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.14.86.126
06:09:20.857 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:20.863 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x61521c07, L:/127.0.0.1:55674 - R:/127.14.86.125:36641] using SASL/PLAIN
06:09:20.887 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:20.892 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xfcb8b6ae, L:/127.0.0.1:55274 - R:/127.14.86.124:37961] using SASL/PLAIN
06:09:20.895 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:20.899 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x2382b7fc, L:/127.0.0.1:56280 - R:/127.14.86.126:34387] using SASL/PLAIN
06:09:20.907 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:09:20.909 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:09:20.911 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:20.912 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:20.922 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:20.937 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:20.938 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:20.962 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:20.972 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:20.982 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:20.982 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:20.988 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:20.996 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.005 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.005 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.015 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:09:21.016 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:21.017 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.027 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.040 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.040 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.043 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:09:21.044 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:21.046 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.055 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.067 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.067 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.071 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.078 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.089 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.089 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.093 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:21.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:21.093933 14955 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:21.107 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.112507 14959 catalog_manager.cc:1296] Loaded cluster ID: fa9832d75a04451fbadc7eda432995a2
06:09:21.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.112819 14959 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: loading cluster ID for follower catalog manager: success
06:09:21.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.117100 14959 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: acquiring CA information for follower catalog manager: success
06:09:21.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.119794 14959 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 02734a6f0eeb4b1a9cdf44023a93a648: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:21.120 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:21.121 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:21.121234 14975 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:21.131 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.131 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.135 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:09:21.136 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:21.137 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.150 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.160 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.160 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.171 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.180 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.189 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.189 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.195 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.205 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.214 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.214 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.220 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.230 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.244 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.244 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.327 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:09:21.330 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:21.333 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.357532 15002 catalog_manager.cc:1296] Loaded cluster ID: fa9832d75a04451fbadc7eda432995a2
06:09:21.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.357933 15002 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d: loading cluster ID for follower catalog manager: success
06:09:21.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.363163 15002 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d: acquiring CA information for follower catalog manager: success
06:09:21.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:21.366334 15002 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 779126113b424345b9d43b204213f36d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:21.373 [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=	
06:09:21.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:21.373746 14998 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:21.378 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.412 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.412 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.437 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.452 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.467 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.467 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.476 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:21.489 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:21.507 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:21.507 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:21.520 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:21.543 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:21.554 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:21.725 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:21.850 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:21.917 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:22.039 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive4293734632607365893/warehouse/default/table
06:09:22.040 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:22.042 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:22.043 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4293734632607365893/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:22.044 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive4293734632607365893/external-warehouse/table specified for non-external table:table
06:09:22.045 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:22.045 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:22.063 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:22.080 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:22.082 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:22.090 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:22.099 [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=	
06:09:22.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:22.100522 14955 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:22.103 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:22.103 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:22.107 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:09:22.108 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:22.109 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:22.117 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:22.126 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:22.126 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:22.129 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
06:09:22.130 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

06:09:22.131 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:22.131 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:22.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:22.131975 14975 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:22.139 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:22.148 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:22.148 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:22.152 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
06:09:22.160 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
06:09:22.178 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
06:09:22.178 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
06:09:22.185 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:22.192 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:22.193 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:22.239 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:09:22.241 [INFO - Metastore-Handler-Pool: Thread-159] (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=37090007-499b-4666-89bb-43933b409b9f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.86.124:37961,127.14.86.126:34387,127.14.86.125:36641}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:22.243 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:22.245 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4293734632607365893/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=37090007-499b-4666-89bb-43933b409b9f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.86.124:37961,127.14.86.126:34387,127.14.86.125:36641}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:22.246 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4293734632607365893/external-warehouse/table
06:09:22.265 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:22.287 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:22.288 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:22.295 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:22.304 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:22.304 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:22.309 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:22.316 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:22.317 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:22.349 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:09:22.349 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:09:22.349 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@45a4f7c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3f160586 will be shutdown
06:09:22.350 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:09:22.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.350008 14681 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 14693
06:09:22.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.351791 14763 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:22.376 [INFO - Metastore-Handler-Pool: Thread-177] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:22.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:22.376703 14998 client.h:373] Failed to connect to Hive Metastore (localhost:36983): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:22.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.493435 14681 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 14693
06:09:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:22.514070 14875 connection.cc:573] server connection from 127.0.0.1:55254 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
06:09:22.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.514515 14681 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 14770
06:09:22.515 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.86.126:34387(127.14.86.126:34387)] handling channelInactive
06:09:22.515 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.86.126:34387(127.14.86.126:34387)] cleaning up while in state READY due to: connection closed
06:09:22.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.515605 14843 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:22.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.618041 14681 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 14770
06:09:22.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.639628 14681 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 14850
06:09:22.640 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.86.125:36641(127.14.86.125:36641)] handling channelInactive
06:09:22.640 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.86.125:36641(127.14.86.125:36641)] cleaning up while in state READY due to: connection closed
06:09:22.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.640799 14930 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:22.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:22.743659 14681 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 14850
06:09:22.766 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.86.124:37961(127.14.86.124:37961)] handling channelInactive
06:09:22.766 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.86.124:37961(127.14.86.124:37961)] cleaning up while in state READY due to: connection closed
06:09:22.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:22Z chronyd exiting
.06:09:22.892 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:22.892 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:22.893 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:22.909 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive1285830366652817951
06:09:22.909 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:09:22.910 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:09:22.912 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:22.912 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:22.912 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:09:22.913 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:09:22.914 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:09:22.914 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:09:22.915 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:09:22.915 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:09:22.917 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
06:09:22.965 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:22.965 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
06:09:22.966 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:09:22.967 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:09:22.969 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:22.969 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:09:22.979 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:09:22.979 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:09:22.979 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:09:22.999 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:23.000 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:23.001 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:23.001 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:23.001 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:23.002 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:23.153 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:09:23.153 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b23910b, with PersistenceManager: null will be shutdown
06:09:23.154 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b23910b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1edf546e created in the thread with id: 178
06:09:23.155 [WARN - Thread-124] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
06:09:23.156 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b23910b
06:09:23.313 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
06:09:23.332 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
06:09:23.355 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
06:09:23.356 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
06:09:23.377 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:09:23.378 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:09:23.378 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:09:23.378 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
06:09:23.378 [WARN - Thread-124] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:23.379 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [45281]...
06:09:23.379 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:09:23.379 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:09:23.379 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
06:09:23.379 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
06:09:23.911 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:23.912 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:23.913 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:23.916 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:09:23.916 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45281]
06:09:23.916 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45281) in binary transport mode
06:09:23.917 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45281) current connections: 1
06:09:23.918 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXI9BQp/test-tmp
06:09:23.918 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
06:09:23.918 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXI9BQp/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
06:09:23.921 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45281"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

06:09:24.232 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:24.233 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

06:09:24.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.235260 15079 mini_oidc.cc:150] Starting JWKS server
06:09:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.237459 15079 webserver.cc:533] Webserver started at http://127.0.0.1:36145/ using document root <none> and password file <none>
06:09:24.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.237671 15079 mini_oidc.cc:186] Starting OIDC Discovery server
06:09:24.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.238126 15079 webserver.cc:533] Webserver started at http://127.0.0.1:46039/ using document root <none> and password file <none>
06:09:24.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:24Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:09:24.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:24Z Disabled control of system clock
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.263422 15079 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/wal
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/logs
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data/info.pb
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:24.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.185.254:36565
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.185.254
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.185.212:35075
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.185.254:36565,127.14.185.253:39531,127.14.185.252:42957
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36145/jwks.json
06:09:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45281 with env {}
06:09:24.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.568446 15092 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:24.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.568774 15092 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:24.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.568884 15092 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:24.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.576907 15092 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:24.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.576998 15092 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:24.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.577078 15092 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:24.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.577137 15092 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:24.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.577208 15092 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:24.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.577258 15092 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36145/jwks.json
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.586899 15092 master_runner.cc:387] Master server non-default flags:
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/logs
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.185.212:35075
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/wal
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45281
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.185.254:36565,127.14.185.253:39531,127.14.185.252:42957
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.185.254:36565
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36145/jwks.json
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data/info.pb
06:09:24.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.185.254
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:24.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.588873 15092 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:24.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.590718 15092 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:24.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.598259 15097 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:24.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.598328 15098 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:24.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.599015 15101 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:24.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.599321 15092 server_base.cc:1061] running on GCE node
06:09:24.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.599972 15092 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:24.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.601188 15092 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:24.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.602391 15092 hybrid_clock.cc:648] HybridClock initialized: now 1786514964602349 us; error 27 us; skew 500 ppm
06:09:24.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.602753 15092 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:24.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.604759 15092 webserver.cc:533] Webserver started at http://127.14.185.254:33847/ using document root <none> and password file <none>
06:09:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.605473 15092 fs_manager.cc:362] Metadata directory not provided
06:09:24.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.605593 15092 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:24.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.605980 15092 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:24.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.608196 15092 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data/instance:
06:09:24.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6485468fe9cd4465aec4d23328b31c45"
06:09:24.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:24 on dist-test-slave-49h3"
06:09:24.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.608989 15092 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/wal/instance:
06:09:24.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6485468fe9cd4465aec4d23328b31c45"
06:09:24.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:24 on dist-test-slave-49h3"
06:09:24.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.613896 15092 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
06:09:24.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.616905 15108 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.618178 15092 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.618336 15092 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/wal
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6485468fe9cd4465aec4d23328b31c45"
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:24 on dist-test-slave-49h3"
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.618548 15092 fs_report.cc:389] FS layout report
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/wal
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/wal
06:09:24.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data/data
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:24.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:24.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.634253 15092 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:24.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.635627 15092 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:24.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.636068 15092 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:24.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.659374 15092 rpc_server.cc:307] RPC server started. Bound to: 127.14.185.254:36565
06:09:24.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.659407 15164 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.185.254:36565 every 8 connection(s)
06:09:24.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.660706 15092 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/data/info.pb
06:09:24.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.664676 15165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:24.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.665645 15079 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 15092
06:09:24.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.665927 15079 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-0/wal/instance
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.668150 15079 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/wal
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/logs
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data/info.pb
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:24.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.185.253:39531
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.185.253
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.185.212:35075
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.185.254:36565,127.14.185.253:39531,127.14.185.252:42957
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36145/jwks.json
06:09:24.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45281 with env {}
06:09:24.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.670516 15165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.254" port: 36565 } has no permanent_uuid. Determining permanent_uuid...
06:09:24.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.697932 15165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } has no permanent_uuid. Determining permanent_uuid...
06:09:24.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.699163 15110 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.185.253:39531: connect: Connection refused (error 111)
06:09:24.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.700829 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.253:39531: Network error: Client connection negotiation failed: client connection to 127.14.185.253:39531: connect: Connection refused (error 111)
06:09:24.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.750123 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } attempt: 1
06:09:24.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.752174 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.253:39531: Network error: Client connection negotiation failed: client connection to 127.14.185.253:39531: connect: Connection refused (error 111)
06:09:24.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.820399 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } attempt: 2
06:09:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.822541 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.253:39531: Network error: Client connection negotiation failed: client connection to 127.14.185.253:39531: connect: Connection refused (error 111)
06:09:24.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:24.913761 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } attempt: 3
06:09:24.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.915774 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.253:39531: Network error: Client connection negotiation failed: client connection to 127.14.185.253:39531: connect: Connection refused (error 111)
06:09:24.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.997054 15167 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:24.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.997346 15167 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:24.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:24.997419 15167 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:25.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.005343 15167 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:25.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.005432 15167 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:25.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.005522 15167 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:25.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.005564 15167 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:25.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.005616 15167 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:25.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.005656 15167 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36145/jwks.json
06:09:25.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.015633 15167 master_runner.cc:387] Master server non-default flags:
06:09:25.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/logs
06:09:25.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.185.212:35075
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/wal
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45281
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.185.254:36565,127.14.185.253:39531,127.14.185.252:42957
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.185.253:39531
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36145/jwks.json
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data/info.pb
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.185.253
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:25.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:25.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.017149 15167 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:25.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.018886 15167 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:25.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.026520 15176 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:25.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.026551 15177 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:25.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.027325 15180 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:25.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.027738 15167 server_base.cc:1061] running on GCE node
06:09:25.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.028401 15167 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:25.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.029641 15167 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:25.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.030850 15167 hybrid_clock.cc:648] HybridClock initialized: now 1786514965030790 us; error 56 us; skew 500 ppm
06:09:25.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.031131 15167 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:25.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.033089 15167 webserver.cc:533] Webserver started at http://127.14.185.253:42863/ using document root <none> and password file <none>
06:09:25.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.033794 15167 fs_manager.cc:362] Metadata directory not provided
06:09:25.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.033883 15167 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:25.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.034189 15167 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.036376 15167 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data/instance:
06:09:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ec179bf508c649c2a0769fd6c010aae7"
06:09:25.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:25 on dist-test-slave-49h3"
06:09:25.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.037081 15167 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/wal/instance:
06:09:25.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ec179bf508c649c2a0769fd6c010aae7"
06:09:25.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:25 on dist-test-slave-49h3"
06:09:25.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.041962 15167 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
06:09:25.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.044989 15188 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.046268 15167 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.046394 15167 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/wal
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ec179bf508c649c2a0769fd6c010aae7"
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:25 on dist-test-slave-49h3"
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.046571 15167 fs_report.cc:389] FS layout report
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/wal
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/wal
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data/data
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:25.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:25.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:25.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.059015 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } attempt: 4
06:09:25.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.060912 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.253:39531: Network error: Client connection negotiation failed: client connection to 127.14.185.253:39531: connect: Connection refused (error 111)
06:09:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.063956 15167 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.064674 15167 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:25.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.064890 15167 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.083422 15167 rpc_server.cc:307] RPC server started. Bound to: 127.14.185.253:39531
06:09:25.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.083441 15250 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.185.253:39531 every 8 connection(s)
06:09:25.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.084748 15167 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/data/info.pb
06:09:25.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.088076 15079 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 15167
06:09:25.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.088212 15079 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-1/wal/instance
06:09:25.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.088653 15251 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.089115 15079 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/wal
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/logs
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data/info.pb
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:25.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.185.252:42957
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.185.252
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.185.212:35075
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.185.254:36565,127.14.185.253:39531,127.14.185.252:42957
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36145/jwks.json
06:09:25.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45281 with env {}
06:09:25.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.094521 15251 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.254" port: 36565 } has no permanent_uuid. Determining permanent_uuid...
06:09:25.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.106624 15251 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } has no permanent_uuid. Determining permanent_uuid...
06:09:25.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.115531 15251 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } has no permanent_uuid. Determining permanent_uuid...
06:09:25.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.116672 15192 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.118358 15251 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.167701 15251 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } attempt: 1
06:09:25.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.169809 15251 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.238025 15251 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } attempt: 2
06:09:25.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.240309 15251 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.331521 15251 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } attempt: 3
06:09:25.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.333639 15251 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.360163 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } attempt: 5
06:09:25.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.366570 15165 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } has no permanent_uuid. Determining permanent_uuid...
06:09:25.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.368314 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.413475 15252 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:25.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.413764 15252 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:25.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.413839 15252 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:25.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.419510 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } attempt: 1
06:09:25.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.421902 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.422680 15252 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:25.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.422773 15252 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.422856 15252 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.422919 15252 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.422998 15252 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:25.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.423054 15252 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36145/jwks.json
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.433251 15252 master_runner.cc:387] Master server non-default flags:
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/logs
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.185.212:35075
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/wal
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45281
06:09:25.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.185.254:36565,127.14.185.253:39531,127.14.185.252:42957
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.185.252:42957
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36145/jwks.json
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data/info.pb
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.185.252
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:25.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:25.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.435336 15252 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:25.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.437153 15252 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:25.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.445010 15263 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:25.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.445043 15262 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:25.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.445920 15265 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:25.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.446138 15252 server_base.cc:1061] running on GCE node
06:09:25.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.446871 15252 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:25.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.448302 15252 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:25.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.449522 15252 hybrid_clock.cc:648] HybridClock initialized: now 1786514965449466 us; error 39 us; skew 500 ppm
06:09:25.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.449884 15252 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.452005 15252 webserver.cc:533] Webserver started at http://127.14.185.252:36753/ using document root <none> and password file <none>
06:09:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.452730 15252 fs_manager.cc:362] Metadata directory not provided
06:09:25.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.452838 15252 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:25.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.453229 15252 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:25.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.455546 15252 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data/instance:
06:09:25.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8aeed4550b004284a4454b989a23c5e3"
06:09:25.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:25 on dist-test-slave-49h3"
06:09:25.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.456434 15252 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/wal/instance:
06:09:25.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8aeed4550b004284a4454b989a23c5e3"
06:09:25.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:25 on dist-test-slave-49h3"
06:09:25.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.461771 15252 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
06:09:25.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.464856 15271 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.466153 15252 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.466315 15252 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/wal
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8aeed4550b004284a4454b989a23c5e3"
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:25 on dist-test-slave-49h3"
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.466557 15252 fs_report.cc:389] FS layout report
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/wal
06:09:25.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/wal
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data/data
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:25.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:25.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.476836 15251 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } attempt: 4
06:09:25.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.478642 15251 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.489529 15252 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.490105 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } attempt: 2
06:09:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.490384 15252 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:25.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.490689 15252 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:25.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.492031 15165 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.185.252:42957: Network error: Client connection negotiation failed: client connection to 127.14.185.252:42957: connect: Connection refused (error 111)
06:09:25.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.509356 15252 rpc_server.cc:307] RPC server started. Bound to: 127.14.185.252:42957
06:09:25.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.509377 15340 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.185.252:42957 every 8 connection(s)
06:09:25.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.510901 15252 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/data/info.pb
06:09:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.513108 15079 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 15252
06:09:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.513262 15079 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster5040122897428822380/master-2/wal/instance
06:09:25.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.515057 15341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:25.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.521682 15341 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.254" port: 36565 } has no permanent_uuid. Determining permanent_uuid...
06:09:25.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.531602 15341 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } has no permanent_uuid. Determining permanent_uuid...
06:09:25.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.538098 15341 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } has no permanent_uuid. Determining permanent_uuid...
06:09:25.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.548043 15341 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3: Bootstrap starting.
06:09:25.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.549491 15079 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:09:25.551 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:25.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.551296 15341 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3: Neither blocks nor log segments found. Creating new log.
06:09:25.551 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:09:25.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.552515 15341 log.cc:826] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3: Log is configured to *not* fsync() on all Append() calls
06:09:25.552 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.185.254"
      port: 36565
    }
    bound_http_address {
      host: "127.14.185.254"
      port: 33847
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.185.253"
      port: 39531
    }
    bound_http_address {
      host: "127.14.185.253"
      port: 42863
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.185.252"
      port: 42957
    }
    bound_http_address {
      host: "127.14.185.252"
      port: 36753
    }
  }
}

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

06:09:25.553 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:25.554 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:09:25.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.554670 15079 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 15092
06:09:25.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.555342 15341 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3: No bootstrap required, opened a new log
06:09:25.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.555877 15160 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.560799 15341 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6485468fe9cd4465aec4d23328b31c45" member_type: VOTER last_known_addr { host: "127.14.185.254" port: 36565 } } peers { permanent_uuid: "ec179bf508c649c2a0769fd6c010aae7" member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } } peers { permanent_uuid: "8aeed4550b004284a4454b989a23c5e3" member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } }
06:09:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.561043 15341 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.561128 15341 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8aeed4550b004284a4454b989a23c5e3, State: Initialized, Role: FOLLOWER
06:09:25.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.561694 15341 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3 [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: "6485468fe9cd4465aec4d23328b31c45" member_type: VOTER last_known_addr { host: "127.14.185.254" port: 36565 } } peers { permanent_uuid: "ec179bf508c649c2a0769fd6c010aae7" member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } } peers { permanent_uuid: "8aeed4550b004284a4454b989a23c5e3" member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } }
06:09:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.562640 15347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3 [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: "6485468fe9cd4465aec4d23328b31c45" member_type: VOTER last_known_addr { host: "127.14.185.254" port: 36565 } } peers { permanent_uuid: "ec179bf508c649c2a0769fd6c010aae7" member_type: VOTER last_known_addr { host: "127.14.185.253" port: 39531 } } peers { permanent_uuid: "8aeed4550b004284a4454b989a23c5e3" member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } } }
06:09:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.562973 15347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3 [sys.catalog]: This master's current role is: FOLLOWER
06:09:25.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.563448 15341 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3 [sys.catalog]: configured and running, proceeding with master startup.
06:09:25.571 [INFO - Metastore-Handler-Pool: Thread-201] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
06:09:25.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.572486 15359 client.h:373] Failed to connect to Hive Metastore (localhost:45281): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
06:09:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.575809 15362 catalog_manager.cc:1614] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:09:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.575919 15362 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:09:25.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.635775 15165 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.185.252" port: 42957 } attempt: 3
06:09:25.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.637563 15079 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 15092
06:09:25.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.637682 15252 master_runner.cc:187] Error getting master registration for 127.14.185.254:36565: OK, instance_id { permanent_uuid: "6485468fe9cd4465aec4d23328b31c45" instance_seqno: 1786514964654292 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:25.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.642745 15252 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.661509 15079 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 15167
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.662379 15343 negotiation.cc:336] Failed RPC negotiation. Trace:
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.636836 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:53828 (local address 127.14.185.252:42957)
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.637044 (+   208us) server_negotiation.cc:207] Beginning negotiation
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.637050 (+     6us) server_negotiation.cc:400] Waiting for connection header
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.637404 (+   354us) server_negotiation.cc:408] Connection header received
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.637496 (+    92us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.637502 (+     6us) server_negotiation.cc:462] Received NEGOTIATE request from client
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.637598 (+    96us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.637699 (+   101us) server_negotiation.cc:227] Negotiated authn=SASL
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0812 06:09:25.660981 (+ 23282us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:53828: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
06:09:25.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":74}
06:09:25.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.662714 15245 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:25.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.740366 15079 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 15167
06:09:25.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:25.743078 15279 tablet.cc:2406] T 00000000000000000000000000000000 P 8aeed4550b004284a4454b989a23c5e3: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:25.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.767059 15079 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 15252
06:09:25.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.768353 15334 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:25.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:25.872406 15079 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 15252
06:09:25.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:25Z chronyd exiting
.06:09:26.028 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:26.028 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:26.029 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:26.046 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive10174362668723052965
06:09:26.047 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
06:09:26.047 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
06:09:26.051 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:26.051 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:26.051 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
06:09:26.051 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
06:09:26.052 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
06:09:26.053 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
06:09:26.053 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
06:09:26.054 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
06:09:26.055 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
06:09:26.114 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:26.115 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
06:09:26.115 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
06:09:26.116 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
06:09:26.118 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
06:09:26.118 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
06:09:26.129 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
06:09:26.130 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
06:09:26.130 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
06:09:26.147 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:26.148 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:26.148 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:26.148 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:26.149 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:26.149 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
06:09:26.326 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
06:09:26.327 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710, with PersistenceManager: null will be shutdown
06:09:26.327 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@50d67036 created in the thread with id: 202
06:09:26.328 [WARN - Thread-141] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
06:09:26.329 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1aed2710
06:09:26.428 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
06:09:26.444 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
06:09:26.469 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
06:09:26.471 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
06:09:26.500 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
06:09:26.501 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
06:09:26.501 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
06:09:26.501 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
06:09:26.502 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
06:09:26.502 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [41107]...
06:09:26.502 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
06:09:26.502 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
06:09:26.502 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
06:09:26.502 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
06:09:27.048 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
06:09:27.049 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
06:09:27.049 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
06:09:27.051 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
06:09:27.051 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41107]
06:09:27.051 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41107) in binary transport mode
06:09:27.051 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41107) current connections: 1
06:09:27.052 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXI9BQp/test-tmp
06:09:27.053 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
06:09:27.053 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXI9BQp/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
06:09:27.056 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

06:09:27.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.366484 15397 mini_oidc.cc:150] Starting JWKS server
06:09:27.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.368656 15397 webserver.cc:533] Webserver started at http://127.0.0.1:38371/ using document root <none> and password file <none>
06:09:27.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.368862 15397 mini_oidc.cc:186] Starting OIDC Discovery server
06:09:27.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.369309 15397 webserver.cc:533] Webserver started at http://127.0.0.1:38177/ using document root <none> and password file <none>
06:09:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:27Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
06:09:27.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:27Z Disabled control of system clock
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.394218 15397 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/wal
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/logs
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data/info.pb
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.9.126:45441
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.9.126
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.9.84:36801
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:27.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.9.126:45441,127.15.9.125:41399,127.15.9.124:37663
06:09:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:27.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38371/jwks.json with env {}
06:09:27.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.709786 15412 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:27.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.710068 15412 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:27.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.710155 15412 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:27.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.718151 15412 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:27.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.718230 15412 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:27.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.718282 15412 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:27.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.718321 15412 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:27.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.718372 15412 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:27.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.718405 15412 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38371/jwks.json
06:09:27.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.727725 15412 master_runner.cc:387] Master server non-default flags:
06:09:27.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/logs
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.9.84:36801
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/wal
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.9.126:45441,127.15.9.125:41399,127.15.9.124:37663
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.9.126:45441
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38371/jwks.json
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data/info.pb
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.9.126
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:27.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:27.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.729131 15412 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:27.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.730819 15412 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:27.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.738091 15421 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:27.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.738221 15422 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:27.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.739557 15424 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:27.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.739558 15412 server_base.cc:1061] running on GCE node
06:09:27.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.740309 15412 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:27.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.741549 15412 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:27.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.742779 15412 hybrid_clock.cc:648] HybridClock initialized: now 1786514967742719 us; error 41 us; skew 500 ppm
06:09:27.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.743151 15412 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:27.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.745249 15412 webserver.cc:533] Webserver started at http://127.15.9.126:40969/ using document root <none> and password file <none>
06:09:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.745975 15412 fs_manager.cc:362] Metadata directory not provided
06:09:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.746096 15412 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.746491 15412 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:27.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.748723 15412 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data/instance:
06:09:27.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c77b496507b433dba7dc63ca7814a4f"
06:09:27.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:27 on dist-test-slave-49h3"
06:09:27.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.749562 15412 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/wal/instance:
06:09:27.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c77b496507b433dba7dc63ca7814a4f"
06:09:27.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:27 on dist-test-slave-49h3"
06:09:27.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.754496 15412 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
06:09:27.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.757654 15432 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.758870 15412 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.759029 15412 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/wal
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5c77b496507b433dba7dc63ca7814a4f"
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:27 on dist-test-slave-49h3"
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.759253 15412 fs_report.cc:389] FS layout report
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/wal
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/wal
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data/data
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:27.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:27.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:27.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.778187 15412 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:27.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.778954 15412 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:27.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.779243 15412 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:27.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.797978 15412 rpc_server.cc:307] RPC server started. Bound to: 127.15.9.126:45441
06:09:27.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.797986 15498 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.9.126:45441 every 8 connection(s)
06:09:27.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.799396 15412 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/data/info.pb
06:09:27.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.803380 15499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:27.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.805795 15397 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 15412
06:09:27.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.806123 15397 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-0/wal/instance
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.809031 15397 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/wal
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/logs
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data/info.pb
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.9.125:41399
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.9.125
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.9.84:36801
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.9.126:45441,127.15.9.125:41399,127.15.9.124:37663
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:27.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38371/jwks.json with env {}
06:09:27.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.810632 15499 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } has no permanent_uuid. Determining permanent_uuid...
06:09:27.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.826508 15499 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } has no permanent_uuid. Determining permanent_uuid...
06:09:27.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.827555 15435 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.9.125:41399: connect: Connection refused (error 111)
06:09:27.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.829129 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.125:41399: Network error: Client connection negotiation failed: client connection to 127.15.9.125:41399: connect: Connection refused (error 111)
06:09:27.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.878422 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } attempt: 1
06:09:27.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.880288 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.125:41399: Network error: Client connection negotiation failed: client connection to 127.15.9.125:41399: connect: Connection refused (error 111)
06:09:27.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:27.948521 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } attempt: 2
06:09:27.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:27.950503 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.125:41399: Network error: Client connection negotiation failed: client connection to 127.15.9.125:41399: connect: Connection refused (error 111)
06:09:28.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.041726 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } attempt: 3
06:09:28.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.043645 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.125:41399: Network error: Client connection negotiation failed: client connection to 127.15.9.125:41399: connect: Connection refused (error 111)
06:09:28.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.134521 15502 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:28.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.134835 15502 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:28.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.134941 15502 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.143028 15502 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.143236 15502 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.143358 15502 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.143422 15502 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.143503 15502 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:28.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.143554 15502 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38371/jwks.json
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.153218 15502 master_runner.cc:387] Master server non-default flags:
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/logs
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.9.84:36801
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/wal
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.9.126:45441,127.15.9.125:41399,127.15.9.124:37663
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:28.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.9.125:41399
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38371/jwks.json
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data/info.pb
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.9.125
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:28.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.155205 15502 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:28.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.157023 15502 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:28.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.164740 15512 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:28.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.164847 15514 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:28.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.165371 15516 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:28.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.166270 15502 server_base.cc:1061] running on GCE node
06:09:28.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.166997 15502 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:28.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.168294 15502 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:28.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.169524 15502 hybrid_clock.cc:648] HybridClock initialized: now 1786514968169466 us; error 35 us; skew 500 ppm
06:09:28.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.169876 15502 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.171885 15502 webserver.cc:533] Webserver started at http://127.15.9.125:41467/ using document root <none> and password file <none>
06:09:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.172575 15502 fs_manager.cc:362] Metadata directory not provided
06:09:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.172688 15502 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:28.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.173074 15502 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.175406 15502 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data/instance:
06:09:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a997ebaffba49fd9eb5499439778f28"
06:09:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:28 on dist-test-slave-49h3"
06:09:28.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.176203 15502 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/wal/instance:
06:09:28.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a997ebaffba49fd9eb5499439778f28"
06:09:28.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:28 on dist-test-slave-49h3"
06:09:28.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.181246 15502 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
06:09:28.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.184579 15524 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.185920 15502 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.186105 15502 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/wal
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a997ebaffba49fd9eb5499439778f28"
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:28 on dist-test-slave-49h3"
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.186332 15502 fs_report.cc:389] FS layout report
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/wal
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/wal
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data/data
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:28.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.186874 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } attempt: 4
06:09:28.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.188621 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.125:41399: Network error: Client connection negotiation failed: client connection to 127.15.9.125:41399: connect: Connection refused (error 111)
06:09:28.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.215675 15502 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:28.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.216571 15502 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.216872 15502 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:28.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.235369 15502 rpc_server.cc:307] RPC server started. Bound to: 127.15.9.125:41399
06:09:28.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.235387 15580 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.9.125:41399 every 8 connection(s)
06:09:28.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.236917 15502 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/data/info.pb
06:09:28.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.241052 15581 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:28.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.243965 15397 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 15502
06:09:28.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.244143 15397 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-1/wal/instance
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.245422 15397 external_mini_cluster.cc:1373] Running /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/wal
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/logs
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data/info.pb
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
06:09:28.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.9.124:37663
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.9.124
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.9.84:36801
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.9.126:45441,127.15.9.125:41399,127.15.9.124:37663
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:28.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38371/jwks.json with env {}
06:09:28.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.248088 15581 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } has no permanent_uuid. Determining permanent_uuid...
06:09:28.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.260987 15581 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } has no permanent_uuid. Determining permanent_uuid...
06:09:28.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.269711 15581 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
06:09:28.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.270650 15527 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.272199 15581 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.321506 15581 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 1
06:09:28.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.323431 15581 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.391624 15581 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 2
06:09:28.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.393678 15581 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.484887 15581 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 3
06:09:28.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.486878 15581 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.487846 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } attempt: 5
06:09:28.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.494019 15499 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
06:09:28.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.495718 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.546922 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 1
06:09:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.548792 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.566167 15583 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
06:09:28.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.566514 15583 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
06:09:28.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.566629 15583 flags.cc:432] Enabled unsafe flag: --never_fsync=true
06:09:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.574819 15583 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
06:09:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.574908 15583 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
06:09:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.574985 15583 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
06:09:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.575039 15583 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
06:09:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.575114 15583 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
06:09:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.575165 15583 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38371/jwks.json
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.585042 15583 master_runner.cc:387] Master server non-default flags:
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/logs
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.9.84:36801
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/wal
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.9.126:45441,127.15.9.125:41399,127.15.9.124:37663
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.9.124:37663
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38371/jwks.json
06:09:28.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data/info.pb
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.9.124
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 5aabff03afe514f4e9286d8ef2d8bf6bed19fb06
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 12 Aug 2026 05:49:26 UTC on bdcb31816ec0
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17645
06:09:28.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
06:09:28.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.587000 15583 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
06:09:28.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.588737 15583 file_cache.cc:504] Constructed file cache file cache with capacity 419430
06:09:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.596100 15594 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.596076 15596 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:28.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.596768 15598 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
06:09:28.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.597694 15583 server_base.cc:1061] running on GCE node
06:09:28.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.598361 15583 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
06:09:28.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.599560 15583 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
06:09:28.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.600737 15583 hybrid_clock.cc:648] HybridClock initialized: now 1786514968600673 us; error 55 us; skew 500 ppm
06:09:28.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.601075 15583 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
06:09:28.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.603555 15583 webserver.cc:533] Webserver started at http://127.15.9.124:35747/ using document root <none> and password file <none>
06:09:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.604394 15583 fs_manager.cc:362] Metadata directory not provided
06:09:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.604511 15583 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
06:09:28.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.604913 15583 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
06:09:28.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.607326 15583 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data/instance:
06:09:28.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f021c9c154064d99bfada2bf9bec8a0e"
06:09:28.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:28 on dist-test-slave-49h3"
06:09:28.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.608012 15583 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/wal/instance:
06:09:28.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f021c9c154064d99bfada2bf9bec8a0e"
06:09:28.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:28 on dist-test-slave-49h3"
06:09:28.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.612886 15583 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
06:09:28.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.615983 15604 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
06:09:28.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.616987 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 2
06:09:28.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.617228 15583 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
06:09:28.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.617380 15583 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data,/tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/wal
06:09:28.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f021c9c154064d99bfada2bf9bec8a0e"
06:09:28.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-12 06:09:28 on dist-test-slave-49h3"
06:09:28.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.617676 15583 fs_report.cc:389] FS layout report
06:09:28.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/wal
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/wal
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data/data
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
06:09:28.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
06:09:28.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.619017 15499 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.630066 15581 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 4
06:09:28.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.631865 15581 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.9.124:37663: Network error: Client connection negotiation failed: client connection to 127.15.9.124:37663: connect: Connection refused (error 111)
06:09:28.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.633867 15583 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
06:09:28.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.634557 15583 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
06:09:28.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.634789 15583 kserver.cc:163] Server-wide thread pool size limit: 3276
06:09:28.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.653226 15583 rpc_server.cc:307] RPC server started. Bound to: 127.15.9.124:37663
06:09:28.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.653244 15665 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.9.124:37663 every 8 connection(s)
06:09:28.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.654698 15583 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/data/info.pb
06:09:28.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.658772 15666 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
06:09:28.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.661790 15397 external_mini_cluster.cc:1435] Started /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu as pid 15583
06:09:28.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.661984 15397 external_mini_cluster.cc:1449] Reading /tmp/dist-test-taskXI9BQp/test-tmp/mini-kudu-cluster15695775573394430287/master-2/wal/instance
06:09:28.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.665529 15666 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } has no permanent_uuid. Determining permanent_uuid...
06:09:28.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.677865 15666 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } has no permanent_uuid. Determining permanent_uuid...
06:09:28.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.683717 15666 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
06:09:28.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.694038 15666 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: Bootstrap starting.
06:09:28.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.697517 15666 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: Neither blocks nor log segments found. Creating new log.
06:09:28.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.697644 15397 external_mini_cluster.cc:956] 0 TS(s) registered with all masters
06:09:28.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.698808 15666 log.cc:826] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: Log is configured to *not* fsync() on all Append() calls
06:09:28.700 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:28.700 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

06:09:28.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.701437 15666 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: No bootstrap required, opened a new log
06:09:28.701 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.9.126"
      port: 45441
    }
    bound_http_address {
      host: "127.15.9.126"
      port: 40969
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.9.125"
      port: 41399
    }
    bound_http_address {
      host: "127.15.9.125"
      port: 41467
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.9.124"
      port: 37663
    }
    bound_http_address {
      host: "127.15.9.124"
      port: 35747
    }
  }
}

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

06:09:28.703 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
06:09:28.704 [INFO - Metastore-Handler-Pool: Thread-223] (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=d4404358-f3ab-43c3-a49f-cd9e068523cf, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.9.124:37663,127.15.9.126:45441,127.15.9.125:41399}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
06:09:28.705 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
06:09:28.705 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
06:09:28.706 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: null will be shutdown
06:09:28.706 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c77206a created in the thread with id: 223
06:09:28.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.707932 15666 raft_consensus.cc:359] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:28.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.708190 15666 raft_consensus.cc:385] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:28.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.708313 15666 raft_consensus.cc:740] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f021c9c154064d99bfada2bf9bec8a0e, State: Initialized, Role: FOLLOWER
06:09:28.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.708936 15666 consensus_queue.cc:260] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [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: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:28.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.709904 15674 sys_catalog.cc:455] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [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: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:28.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.710340 15674 sys_catalog.cc:458] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [sys.catalog]: This master's current role is: FOLLOWER
06:09:28.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.711000 15666 sys_catalog.cc:565] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [sys.catalog]: configured and running, proceeding with master startup.
06:09:28.711 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794
06:09:28.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.725207 15499 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 3
06:09:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.730804 15583 master_runner.cc:187] Error getting master registration for 127.15.9.126:45441: OK, instance_id { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" instance_seqno: 1786514967793009 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:28.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.737622 15583 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.738780 15499 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f: Bootstrap starting.
06:09:28.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.743000 15499 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f: Neither blocks nor log segments found. Creating new log.
06:09:28.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.744540 15499 log.cc:826] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f: Log is configured to *not* fsync() on all Append() calls
06:09:28.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.753942 15499 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f: No bootstrap required, opened a new log
06:09:28.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.760211 15686 catalog_manager.cc:1614] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
06:09:28.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.760519 15686 catalog_manager.cc:884] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
06:09:28.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.761523 15499 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.762120 15499 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:28.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.762413 15499 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5c77b496507b433dba7dc63ca7814a4f, State: Initialized, Role: FOLLOWER
06:09:28.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.763378 15499 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [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: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.780081 15689 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [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: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:28.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.783141 15689 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: This master's current role is: FOLLOWER
06:09:28.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.783005 15499 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: configured and running, proceeding with master startup.
06:09:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.780925 15690 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
06:09:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.785317 15690 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:28.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.789551 15638 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5c77b496507b433dba7dc63ca7814a4f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f021c9c154064d99bfada2bf9bec8a0e" is_pre_election: true
06:09:28.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.790127 15638 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5c77b496507b433dba7dc63ca7814a4f in term 0.
06:09:28.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.791060 15435 leader_election.cc:304] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [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: 5c77b496507b433dba7dc63ca7814a4f, f021c9c154064d99bfada2bf9bec8a0e; no voters: 
06:09:28.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.791759 15689 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Leader pre-election won for term 1
06:09:28.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.792158 15689 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
06:09:28.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.792562 15689 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 0 FOLLOWER]: Advancing to term 1
06:09:28.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.794149 15690 leader_election.cc:290] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4a997ebaffba49fd9eb5499439778f28 (127.15.9.125:41399), f021c9c154064d99bfada2bf9bec8a0e (127.15.9.124:37663)
06:09:28.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.798345 15689 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:28.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.802851 15638 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5c77b496507b433dba7dc63ca7814a4f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f021c9c154064d99bfada2bf9bec8a0e"
06:09:28.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.803066 15638 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [term 0 FOLLOWER]: Advancing to term 1
06:09:28.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.806672 15638 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5c77b496507b433dba7dc63ca7814a4f in term 1.
06:09:28.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.807523 15435 leader_election.cc:304] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [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: 5c77b496507b433dba7dc63ca7814a4f, f021c9c154064d99bfada2bf9bec8a0e; no voters: 
06:09:28.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.808238 15690 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 1 FOLLOWER]: Leader election won for term 1
06:09:28.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.817052 15690 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [term 1 LEADER]: Becoming Leader. State: Replica: 5c77b496507b433dba7dc63ca7814a4f, State: Running, Role: LEADER
06:09:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.818712 15689 leader_election.cc:290] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [CANDIDATE]: Term 1 election: Requested vote from peers 4a997ebaffba49fd9eb5499439778f28 (127.15.9.125:41399), f021c9c154064d99bfada2bf9bec8a0e (127.15.9.124:37663)
06:09:28.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.819509 15690 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [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: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:28.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.833032 15692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5c77b496507b433dba7dc63ca7814a4f. Latest consensus state: current_term: 1 leader_uuid: "5c77b496507b433dba7dc63ca7814a4f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:28.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.834008 15692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: This master's current role is: LEADER
06:09:28.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.844239 15699 catalog_manager.cc:1531] Loading table and tablet metadata into memory...
06:09:28.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.877640 15699 catalog_manager.cc:1540] Initializing Kudu cluster ID...
06:09:28.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260812 06:09:28.886655 15611 tablet.cc:2406] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: Can't schedule compaction. Clean time has not been advanced past its initial value.
06:09:28.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.907831 15638 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [term 1 FOLLOWER]: Refusing update from remote peer 5c77b496507b433dba7dc63ca7814a4f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:28.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.909701 15692 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [LEADER]: Connected to new peer: Peer: permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:28.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.915262 15710 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:28.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.920069 15412 master_runner.cc:187] Error getting master registration for 127.15.9.125:41399: OK, instance_id { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" instance_seqno: 1786514968230490 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
06:09:28.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.929813 15412 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
06:09:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.931072 15581 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } attempt: 5
06:09:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.945691 15581 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28: Bootstrap starting.
06:09:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.952875 15674 sys_catalog.cc:455] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5c77b496507b433dba7dc63ca7814a4f. Latest consensus state: current_term: 1 leader_uuid: "5c77b496507b433dba7dc63ca7814a4f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:28.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.953163 15674 sys_catalog.cc:458] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [sys.catalog]: This master's current role is: FOLLOWER
06:09:28.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.954177 15581 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28: Neither blocks nor log segments found. Creating new log.
06:09:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.959043 15581 log.cc:826] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28: Log is configured to *not* fsync() on all Append() calls
06:09:28.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.968760 15690 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5c77b496507b433dba7dc63ca7814a4f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:28.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.969056 15690 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: This master's current role is: LEADER
06:09:28.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.970963 15699 catalog_manager.cc:1384] Generated new cluster ID: d842919df54944738108f53526c89dae
06:09:28.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.971071 15699 catalog_manager.cc:1551] Initializing Kudu internal certificate authority...
06:09:28.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.978919 15581 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28: No bootstrap required, opened a new log
06:09:28.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.991230 15674 sys_catalog.cc:455] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5c77b496507b433dba7dc63ca7814a4f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:28.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:28.991474 15674 sys_catalog.cc:458] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e [sys.catalog]: This master's current role is: FOLLOWER
06:09:29.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.005710 15581 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:29.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.007278 15581 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
06:09:29.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.007875 15581 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a997ebaffba49fd9eb5499439778f28, State: Initialized, Role: FOLLOWER
06:09:29.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.010835 15581 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [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: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:29.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.017921 15699 catalog_manager.cc:1407] Generated new certificate authority record
06:09:29.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.028051 15554 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5c77b496507b433dba7dc63ca7814a4f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a997ebaffba49fd9eb5499439778f28"
06:09:29.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.028075 15581 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [sys.catalog]: configured and running, proceeding with master startup.
06:09:29.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.029062 15553 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 0 FOLLOWER]: Advancing to term 1
06:09:29.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.032938 15555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5c77b496507b433dba7dc63ca7814a4f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a997ebaffba49fd9eb5499439778f28" is_pre_election: true
06:09:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.034194 15553 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 1 FOLLOWER]: Refusing update from remote peer 5c77b496507b433dba7dc63ca7814a4f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
06:09:29.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.035166 15690 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [LEADER]: Connected to new peer: Peer: permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
06:09:29.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.036312 15699 catalog_manager.cc:1560] Loading token signing keys...
06:09:29.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.049821 15719 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:29.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.051728 15719 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [sys.catalog]: This master's current role is: FOLLOWER
06:09:29.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.056447 15699 catalog_manager.cc:6112] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f: Generated new TSK 0
06:09:29.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.057530 15699 catalog_manager.cc:1570] Initializing in-progress tserver states...
06:09:29.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.072762 15724 mvcc.cc:204] Tried to move back new op lower bound from 7317565312619417600 to 7317565312299106304. Current Snapshot: MvccSnapshot[applied={T|T < 7317565312619417600}]
06:09:29.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.076009 15723 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 5c77b496507b433dba7dc63ca7814a4f)
06:09:29.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.076260 15723 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } }
06:09:29.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.078644 15723 leader_election.cc:290] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5c77b496507b433dba7dc63ca7814a4f (127.15.9.126:45441), f021c9c154064d99bfada2bf9bec8a0e (127.15.9.124:37663)
06:09:29.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.079461 15637 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4a997ebaffba49fd9eb5499439778f28" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "f021c9c154064d99bfada2bf9bec8a0e" is_pre_election: true
06:09:29.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.079391 15467 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4a997ebaffba49fd9eb5499439778f28" candidate_term: 2 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "5c77b496507b433dba7dc63ca7814a4f" is_pre_election: true
06:09:29.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.080425 15719 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5c77b496507b433dba7dc63ca7814a4f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:29.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.080844 15719 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [sys.catalog]: This master's current role is: FOLLOWER
06:09:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.080947 15526 leader_election.cc:304] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 4a997ebaffba49fd9eb5499439778f28; no voters: 5c77b496507b433dba7dc63ca7814a4f, f021c9c154064d99bfada2bf9bec8a0e
06:09:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.080554 15722 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5c77b496507b433dba7dc63ca7814a4f. Latest consensus state: current_term: 1 leader_uuid: "5c77b496507b433dba7dc63ca7814a4f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.081563 15722 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [sys.catalog]: This master's current role is: FOLLOWER
06:09:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.081748 15722 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
06:09:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.082332 15689 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5c77b496507b433dba7dc63ca7814a4f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5c77b496507b433dba7dc63ca7814a4f" member_type: VOTER last_known_addr { host: "127.15.9.126" port: 45441 } } peers { permanent_uuid: "4a997ebaffba49fd9eb5499439778f28" member_type: VOTER last_known_addr { host: "127.15.9.125" port: 41399 } } peers { permanent_uuid: "f021c9c154064d99bfada2bf9bec8a0e" member_type: VOTER last_known_addr { host: "127.15.9.124" port: 37663 } } }
06:09:29.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.082595 15689 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5c77b496507b433dba7dc63ca7814a4f [sys.catalog]: This master's current role is: LEADER
06:09:29.110 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:29.128 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:29.128 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:29.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.149190 15742 catalog_manager.cc:806] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
06:09:29.204 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
06:09:29.213 [INFO - Metastore-Handler-Pool: Thread-223] (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/hive10174362668723052965/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=d4404358-f3ab-43c3-a49f-cd9e068523cf, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.9.124:37663,127.15.9.126:45441,127.15.9.125:41399}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
06:09:29.215 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10174362668723052965/external-warehouse/table
06:09:29.327 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
06:09:29.328 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
06:09:29.338 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.15.9.124:37663(127.15.9.124:37663)] connecting to peer
06:09:29.341 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.15.9.126:45441(127.15.9.126:45441)] connecting to peer
06:09:29.342 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.9.124:37663(127.15.9.124:37663)] Successfully connected to peer
06:09:29.350 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.9.124
06:09:29.357 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.15.9.125:41399(127.15.9.125:41399)] connecting to peer
06:09:29.359 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.9.126:45441(127.15.9.126:45441)] Successfully connected to peer
06:09:29.365 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.9.126
06:09:29.365 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.15.9.125:41399(127.15.9.125:41399)] Successfully connected to peer
06:09:29.391 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:29.397 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xcaf22292, L:/127.0.0.1:42132 - R:/127.15.9.124:37663] using SASL/PLAIN
06:09:29.404 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:29.404 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.9.125
06:09:29.425 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x7c815ce0, L:/127.0.0.1:43454 - R:/127.15.9.126:45441] using SASL/PLAIN
06:09:29.430 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
06:09:29.448 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
06:09:29.453 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x5142f5c8, L:/127.0.0.1:37602 - R:/127.15.9.125:41399] using SASL/PLAIN
06:09:29.486 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:29.531 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:29.557 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
06:09:29.576 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
06:09:29.664 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
06:09:29.665 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
06:09:29.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.763244 15686 catalog_manager.cc:1296] Loaded cluster ID: d842919df54944738108f53526c89dae
06:09:29.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.763379 15686 catalog_manager.cc:1608] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: loading cluster ID for follower catalog manager: success
06:09:29.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.767408 15686 catalog_manager.cc:1630] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: acquiring CA information for follower catalog manager: success
06:09:29.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:29.769944 15686 catalog_manager.cc:1658] T 00000000000000000000000000000000 P f021c9c154064d99bfada2bf9bec8a0e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:29.785 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
06:09:29.803 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
06:09:29.804 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
06:09:29.912 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:30.031 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:30.066 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
06:09:30.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.155500 15742 catalog_manager.cc:1296] Loaded cluster ID: d842919df54944738108f53526c89dae
06:09:30.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.155907 15742 catalog_manager.cc:1608] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28: loading cluster ID for follower catalog manager: success
06:09:30.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.160117 15742 catalog_manager.cc:1630] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28: acquiring CA information for follower catalog manager: success
06:09:30.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.164602 15742 catalog_manager.cc:1658] T 00000000000000000000000000000000 P 4a997ebaffba49fd9eb5499439778f28: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
06:09:30.185 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
06:09:30.186 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
06:09:30.186 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
06:09:30.187 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c77206a will be shutdown
06:09:30.187 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
06:09:30.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.186796 15397 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 15412
06:09:30.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.188374 15493 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:30.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.312947 15397 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 15412
06:09:30.346 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.9.126:45441(127.15.9.126:45441)] handling channelInactive
06:09:30.346 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.9.126:45441(127.15.9.126:45441)] cleaning up while in state READY due to: connection closed
06:09:30.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.346374 15397 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 15502
06:09:30.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.347592 15575 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:30.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.451138 15397 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 15502
06:09:30.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.471829 15397 external_mini_cluster.cc:1712] Attempting to check leaks for /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu pid 15583
06:09:30.472 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.15.9.125:41399(127.15.9.125:41399)] handling channelInactive
06:09:30.472 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.15.9.125:41399(127.15.9.125:41399)] cleaning up while in state READY due to: connection closed
06:09:30.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.472985 15659 generic_service.cc:196] Checking for leaks (request via RPC)
06:09:30.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260812 06:09:30.575647 15397 external_mini_cluster.cc:1671] Killing /tmp/dist-test-taskXI9BQp/build/asan/bin/kudu with pid 15583
06:09:30.597 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.9.124:37663(127.15.9.124:37663)] handling channelInactive
06:09:30.597 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.9.124:37663(127.15.9.124:37663)] cleaning up while in state READY due to: connection closed
06:09:30.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-12T06:09:30Z chronyd exiting

Time: 34.376

OK (6 tests)

